/* FORM LAYOUT */

form {
	display: block;
	padding: 0px;
	margin: 0px;
	}
	
form caption {
	font-size: 2em; }	
	
div.controls {
	color: #000;
	margin: 0.5em;
	text-align: right; }
	
div.controls input {
	color: #300;
	font-weight: bold; }		
	
div.row {
	position: relative;
	clear: both;
	height: auto;
	margin: 0.7em 0em; }
	
div.row label {
	font-weight: bold;
	}
	
div.row strong {
	color: #666666; }			
	
fieldset {
	border: 1px solid #ccc;
	padding: 0.5em;
	padding-bottom: 0em;
	margin: 0em;
	margin-bottom: 1em;
	}
	
fieldset.totals {
	margin-top: 0.5em; }	
	
form > fieldset {
	padding-bottom: 0.5em; }		
	
legend {
	font-size: 1.5em; }
	
form span {
	line-height: 1.7em; }	

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; }	
	
textarea {
	margin-bottom: 5px; }	

input, select, textarea {
	font-size: 1em;
	font-family: arial, sans-serif; }
	
div.box form {
	margin: 0px; }
	
div.box form div.row span.label {
	width: 30%; }
