/*form_main*/
.form-main { display: block; }
.form-main table {
	width: 100%;
	border: 0;
}
.form-main td { vertical-align: top; padding: 0 0 5px 0; }
.form-main td.cell-subtitle {
	color: #006699;
	border-top: 1px #006699 dotted;
	font-weight: bold;
	padding: 5px 0 5px 0;
}
.form-main td.cell-label {
	width: 120px;
	padding: 2px 10px 0 0;
	text-align: left;
}
.form-main td.cell-field { width: 280px; }
.form-main td.cell-message {
	padding: 5px 0 0 5px;
	font-size: 10px;
	color: #ff0000;
}
/*fields: begin*/
label {
	cursor: pointer;
	margin: 0 5px 0 0;
}
input, select, textarea {
	padding: 2px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #959595;
	border: 1px dotted #006699;
	font-weight: normal;
}
input:focus, select:focus, textarea:focus { border: 1px solid #006699; }
input, select { height: 16px; }
select {
	padding: 0;
	height: 22px;
}
input[type=radio], input[type=checkbox] {	
	border: 0;
	margin: 0;
	width: auto;
	height: auto;
	background: none;
}
input[type=file] {
	height: 25px;
}
input[type=submit], button {
	background: #006699;
	color: #ffffff;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
}
input[type=submit]:hover, button:hover { background-color: #0179b5; }
/*fields: end*/

	
	
	
	

