
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Trebuchet MS, Arial;
	color: #333;
	margin:0;
	padding:0;
	background:transparent;
	}

a{
	font-family:arial;
	}

#sidebar input {
	width: 170px;
	padding: 3px;
	font-size:13px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;

	}
#sidebar{
	margin-lefT:-30px;
	margin-bottom:-15px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}
#sidebar .button{ 
	width: 84px; 
	height: 26px;  
	border: none; 
	background:url(images/btn_submit.gif) ; 
	font-family: "Trebuchet MS", Georgia, Cambria, Times,
	font-size: 13px; 
	font-weight:bold; 
	color: #fff; cursor: pointer; 
	padding: 0;
	position:absolute;
	top:32px;
	left:200px;
	}
    input, textarea, button, file                   { font-family: "Trebuchet MS", Georgia, Cambria, Times, "Times New Roman", serif; color: #888; border: 1px solid #ececec; margin: 3px; }
label{
	color:#a63926;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	cursor:default;
	}
label:hover{
	cursor:default;
	}
