/* FORM LAYOUT */

form {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0em;
	}
	
form img {
	display: inline;
	vertical-align: bottom;
	}	
	
form caption {
	font-size: 2em;
	}	
	
div.controls {
	color: #000;
	margin: 0.5em;
	text-align: right;
	}
	
div.controls input {
	color: #300;
	font-size: 1em;
	font-weight: bold;
	}		
	
form fieldset div.row {
	clear: both;
	height: auto;
	margin: 0.7em 0em;
	}
	
form div.row strong {
	color: #666666;
	}			
	
form fieldset {
	border: none;
	padding: 0.5em;
	padding-bottom: 0em;
	padding-bottom: 10px;
	margin: 0em;
	margin-bottom: 1em;
	}		
	
form > fieldset {
	padding-bottom: 0.5em;
	}	
	
form fieldset.controls {
	border: 0px solid #fff;
	text-align: right;
	}		
	
form legend {
	font-size: 1.5em;
	}
	
form span {
	line-height: 1.7em;
	}		

form span.label {
	float: left;
	width: 30%;
	color: #000;
	font-weight: bold;
	line-height: 1.8em;		
	padding-right: 0.8%;
	margin-right: 0.5%;
	text-align: right;
	}	
	
form span.required { color: #ff3300; font-weight: bold; margin-right: 3px; }
	
form label { 
	font-weight: bold;
	cursor: pointer;
	}
	
form textarea {
	margin-bottom: 5px;
	}	

form input, form select, form textarea {
	font-size: 0.9em;
	font-family: arial, sans-serif;
	}
	
form div.row table, form div.row tr, form div.row td {
	border: none;
	}	
	
form div.row table span.label {
	background: none;
	}
	
form div.right {
	float: right;
	width: 190px;
	}
	
form div.left {
	float: left;
	width: 390px;
	}
	
form fieldset {
	border: none;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 0px;
	}
	
form legend {
	color: #000;
	font-weight: bold;
	}
	
form p.question {
	font-weight: bold;
	padding: 5px 0px;
	/*border-top: 1px solid #e2e2e2;*/
	margin: 0px;
	}
	
form div.answer {
	padding: 5px 0px;
	padding-left: 32%;
	/*border-bottom: 1px solid #e2e2e2;*/
	}
	
form div.list {
	padding: 5px 0px;
	padding-left: 15%;
	/*border-bottom: 1px solid #e2e2e2;*/
	}
	
form form h3 {
	font-size: 16px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	margin: 0px;
	}
	
form fieldset.controls {
	border: none;
	text-align: right;
	}
	
form input.code { text-transform: uppercase; }

#content form fieldset {
	border: none;
	border-bottom: 1px solid #ccc;
	}
	
#content form fieldset.controls {
	border: none;
	}
	
#content div.right25 #search * {
	padding: 0px;
	margin: 0px;
	}
	
#content div.right25 #search fieldset {
	padding-bottom: 5px;
	margin-bottom: 5px;
	}
	
#content div.right25 #search fieldset.controls {
	padding-bottom: 0px;
	margin-bottom: 5px;
	}