@charset "utf-8";

ul.contactList {
	list-style-type:none;
	width : 600px;
}
ul.contactList li {
	clear:both;
	padding-bottom:30px;
}
ul.contactList div.left {
	float:left;
	width:200px;
	
}

ul.contactList div.captcha {
	float:left;
	width:300px;
	
}
ul.contactList div.right {
	width : 260px;
	float:left;
	padding-left:40px;
}
label.error {
	color:#F00;	
	padding-left:5px;
}