@charset "utf-8";

/*****************/
form {
	color:			#333; 
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		11px;
	line-height:	16px;
	width:			660px;
}

form div.label {
	width:		120px;
	height:		20px;
	float:		left;
	clear:		both;
	margin-top: 10px;
}

form div.field {
	float:		left;
	height:		20px;
	margin-top: 10px;
}
form div.space {
	float:		left;
	clear:		left;
	width:		100%;
	height:		10px;
}
form div.form_left {
	float:		left;
	margin-right:	40px;
}
form div.form_right {
	float:		left;
}



