input, textarea, select{
	
	margin:3px;
	padding:2px 8px;
	font:12px Arial, Helvetica, sans-serif; 
	color:#666666;

}

label{
	float:left;
	margin:8px;
	width:100px;
	display:block;
	font-weight:bold;
	color:#6e6e6e;
}

.clearAll{
	clear:both;
}

