/*form-main*/
.form-main { display: block; }
.form-main label { cursor: pointer; margin: 0 5px 0 0;}
.form-main table { border: 0; }
.form-main td { vertical-align: top; padding: 0 0 5px 0;}
.form-main td.cell-subtitle {
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
.form-main td.cell-label {
	width: 110px;
	padding: 2px 5px 0 0;
	text-align: right;
}
.form-main td.cell-field { width: 350px; }
.form-main td.cell-message {
	width: 140px;
	padding: 5px 0 0 5px;
	font-size: 10px;
	color: #ff0000;
}
/*fields*/
input, select, textarea {
	padding: 2px;
	background-color: #f2f0e4;
	color: #33271c;
	border: 1px solid #33271c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
}
input, select {
	height: 16px;
}
select {
	height: 23px;
}
option {
	color: #33271c;
}
input[type=radio], input[type=checkbox] {	
	border: 0;
	margin: 0;
	width: auto;
	height: auto;
	background: none;
}
input[type=hidden] {
	display: none;
}
input[type=submit], button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #faf8ec !important;
	background-color: #54483a;
	height: 30px;
	border: 1px solid #33271c;
	padding: 0 5px 0 5px;
}
input[type=submit]:hover, button:hover {
	background-color: #33271c;
}
input[type=file] {
	height: 25px;
}
