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

label{
	width:120px;
	margin:3px 0;
	padding:2px 0;
	float:left;
}

input, textarea, select{
	border:#CCC solid 1px;
	background:#EEE;
	margin:3px 0;
	padding:2px;
	font-size:11px;
	float:left;
}

input.file{
	width:400px;
}

input:hover, textarea:hover, select:hover{
	border:#CCC solid 1px;
	background:#DDD;
}

input:focus, textarea:focus, select:focus{
	border:#CCC solid 1px;
	background:#CCC;
}


select.home{
	background:#444;
	color:#FFF;
	border:none;
	font-size:11px;
	padding:3px 4px;
	width:150px;
}

br{
	clear:left;
}

span.required,span.error{
	color:#C00;
}
