	
.form {
	width: 600px;
	font-family: Verdana;
	font-size: 13pt;
	color: #333;
}
.line {width: 100% !important; height: 10px;margin-bottom: 10px;border-bottom: 1px #eee solid;}

.form li {width: 100%;list-style: none;}
.form li div {width: 380px;float: right;line-height: 1.5;}

.input, .select, .textarea {
	border-color: #666 #ddd #ddd;
	border-style: solid;
	border-width: 1px;
	font-size: 16pt;
	padding: 3px;
	margin: 2px;
}

.form .field {
	margin-right: 10px;
}

.input:focus, .textarea:focus {border-color: #c6a25c #f1ca80 #f1ca80;}

.textarea {width: 370px;height: 150px;}
.input {width: 160px;}
.checkbox {}
.radio {}

.form label {color: black;width: 200px;float: left;}
.form label em {font-size: 8pt;color: #666}

.form div label {width: auto;float: none;color: #666}

.col_left, .col_right {width: 190px !important;}
.col_left {float: left;}
.col_right {float: right;}

.col_left .input, .col_right .input {width: 180px;margin-bottom: 3px;}

.col_clear {height: 5px; clear: both;}