#myform {
	margin: 25px 0 25px -20px;
	font-family:Geneva, Verdana, Arial, Sans-serif;
	color: #ad785e;
	background-color: inherit;
}


form p {
	font-size: 11px;
}

form label, label {
	display: block;
	float: left;
	width: 170px;
	padding: 3px 5px; /* padding: 8px 5px 0 5px;*/
	margin: 0 0 5px 0;
	text-align: right;
	font-size: 12px;
	clear: left;

}

select, option {
	font-family:Geneva, Verdana, Arial, Sans-serif;
	color: #ad785e;
  background-color: #D9D9B3;
	text-align: center;
}

form input.inputfield {
  width: 210px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
	color: #ad785e;
  background-color: #D9D9B3;
  border-top: 0px dotted #CC6600;
	border-right: 1px dotted #D9D9B3;
	border-bottom: 1px dotted #D9D9B3;
	border-left: 0px dotted #CC6600;
}

input#submitbutton, #table_form tr td #myform div #submitbutton {
	font-family: Geneva, Verdana, Arial, Sans-serif;
	font-size: 11px;
	color:#cc9;
	background-color: #ad785e;
	margin: 5px auto;
	padding: 3px;

	border-right: 1px solid #ad785e;
	border-bottom: 1px solid #ad785e;
	border-top: 0px none #FFCC66;
	border-left: 0px none #FFCC66;
	/*display: block;*/
	clear: both;
}

#submitbutton:hover, #submitbutton:active {
	border-right: 1px solid #D9D9B3;
	border-bottom: 1px solid #D9D9B3;
	border-top: 0px none #FFCC66;
	border-left: 0px none #FFCC66;
	
}

form input.inputfield, form, textarea.inputfield {
	
/* 	margin: 5px;*/
/*	border-top: 0px dotted #CC6600;
	border-right: 1px dotted #CC6600;
	border-bottom: 1px dotted #CC6600;
	border-left: 0px dotted #CC6600;*/
}


div.captcha {
	display: block;
	margin-top: 15px;
}


div#printable {
	margin: 0 50px;

}

div#printable p {
		text-align: left;
		margin: 5px;
}

.errors {
	color:#CC0000; 
	text-align: center; 
	font-family: Verdana; 
	font-size: 13px;
}


