#contactform {
	width:100%;
	overflow: hidden;
		margin:0px; padding: 0;
 
	
}
label.contactleft {
	padding: 6px;
	margin: 2px 0;
	width:20%;
	float:left;
	text-align:right;
	clear:both;
}
.contactright {
color:#333333;
font-weight:normal;
	width:70%;
	padding: 0px;
	margin: 2px 0;
	float:right;
		background-color:#fff;
background-image:url(i/input.gif);
background-position:center bottom;
background-repeat:repeat-x;
border:1px solid #A7A7A7;
}
.contacterror {
	border: 1px solid #ff0000;
}
#contactsubmit {
	width:30%;
	text-align:center;
	padding:4px;
		margin: 2px 0;
	display:block;
	background:#CCCCCC url(../images/input.png) repeat-x scroll 0%;
border:1px outset #666666;
color:#333333;
font-weight:normal;
	float:right;

}