body{
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px; 
	
	background: url(../uploads/templates/media/img/body_bg.gif) repeat-x;
	background-position: top;
	background-color:#D49F46;
}

table{

	font-size: 12px;
	color: #000000;
	font-family: Verdana;
}

td{
	vertical-align:top;
}

input{
	
	border:1px solid #7A7A7A;	
}

textarea{
	
	background-color:#FFFFFF;
	border:1px solid #7A7A7A;
	font-family:Verdana;
	font-size:10px;
	color:#7A7A7A;
	padding-left:3px;
	width:100%;
	height:100px;
}

select{

	background-color:#FAEED7;
	border-top:0px solid #7a7a7a;
	border-right:0px solid #7a7a7a;
	border-bottom:0px solid #7a7a7a;
	border-left:0px solid #7a7a7a;
	font-family:Verdana;
	font-size:10px;
	color:#000000;
	line-height:0px;
	padding:0px;	
	height:16px;
}

a{
	
	font: normal 10px Verdana;
	color: #000000;
	text-decoration: none;
}
a:hover {
	
	font: normal 10px Verdana;
	color: #333333;
	text-decoration: none;	
}