@charset "UTF-8";
/* CSS Document */

#eform {
	margin:0;
	padding:0;
	border:none;
	display:block;
}
#eform input.cemail {
	padding-left:10px;
	margin:0 10px;
	width:300px;
	height:29px;
	border:1px solid #eee;
	background-color:#e8e8e8;
	color:#036;
	font:normal 11px/11px Arial,Verdana,Helvetica,sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
}
#eform input.csignup {
	color:#036;
	margin:0 10px;
	width:178px;
	height:29px;
	border:1px solid #eee;
	background-color:#e8e8e8;
	font:normal bold 11px/11px Arial,Verdana,Helvetica,sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
}
#eform input.csignup:hover {
	background-color:#555;
	color:#fff;
}
#eform input:focus, #cform select:focus, #cform textarea:focus {
	background-color:#ffe;
}



/*

#eform .cname {
	margin-right:30px;
	width:485px;
}
#eform .cbiz {
	width:485px;
}
#eform .caddress, #eform .ccsz, #eform .cphone, #eform .cfax, #eform .cmodel, #eform .cserial {
	margin-right:29px;
	width:314px;
}
#eform .ccountry, #eform .cemail {
	width:314px;
}

#eform .cname input, #eform .cbiz input, #eform .caddress input, #eform .ccsz input, #eform .ccountry input, #eform .cphone input, #eform .cfax input, #eform .cemail input, #eform .cmodel input, #eform .cserial input {
	height:19px;
	border:1px solid #ddd;
	background-color:#eee;
	color:#000;
	font:normal 13px/13px Verdana,Arial,Helvetica,sans-serif;
}
#eform .cname input, #eform .cbiz input {
	width:483px;
}
#eform .caddress input, #eform .ccsz input, #eform .ccountry input, #eform .cphone input, #eform .cfax input, #eform .cemail input, #eform .cmodel input, #eform .cserial input {
	width:312px;
}
#eform .ccomments {
	float:right;
	display:block;
	margin:0;
	width:657px;
	padding:0;
}
#eform .ccomments textarea {
	width:655px;
	height:80px;
	border:1px solid #ddd;
	background-color:#eee;
	color:#000;
	font:normal 13px/13px Verdana,Arial,Helvetica,sans-serif;
}
#eform input:focus, #eform select:focus, #eform textarea:focus {
	background-color:#fff;
}
#eform p.submit_wrap {
	padding:6px 0;
	width:1000px;
	text-align:center !important;
} */
