/* /////////////////////// CONTACT FORM /////////////////////////////// */
#feedback fieldset{
	border:1px solid #eaeaea;
	width:420px;
}
#feedback legend{
	color:grey;
	margin-left:50px;
}
#feedback label{
	float:left;
	text-align:right;
	margin-right: 0px;
	width: 85px;
	height:14px;
	font-size:12px;
	color:grey;
	margin-top:0px;

}
#feedback td textarea,input[type=text]{
	background:#d7cb70;
	border:solid 1px #969695;
	/*margin-bottom:10px;*/
	width:165px;
	margin-left:0px;
	font-size:12px;
	
	
}

#message{ float:left; height: 140px; width:165px; }

#feedback input[type="submit"]{ margin-left:120px; }

#send,#clear{
	float:left;
	background: url(../images/menu/button.png) no-repeat;
	border: none;
	width: 57px;
	height: 22px;
	color: #fff;
	font-size: 11px;
	font-weight:bold;
	margin: 0 20px 0 -4px;
	display: inline;
	padding:0 0 5px 0;
}