/* Form Styles */


div#container {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 900px;
}

h1 { 
	font-size: 1.5em; 
	margin-bottom: 0.167em;
}

p { margin-bottom: 1.5em; }

.clearing { clear: both; }
.alert, .error { color: #FF0000; }


fieldset {  
margin: 1.5em 0 0 0;  
padding: 0;  
}  
legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;  
}  
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;  
}  
fieldset li {  
padding-bottom: 2em;  
}  
fieldset.submit {  
border-style: none;  
}
label {    
float: left;    
width: 10em;    
margin-right: 1em;    
text-align: right;
font-weight:bold;  
}
input{
	float:left;
}
select{
	float:left;
}
ol.forms.textarea{
	float:left;
}
ol.forms input { width: 39%; }
ol.forms input, ol.forms textarea, ol.forms button { font: 1em Georgia, "Times New Roman", Times, serif; }
ol.forms textarea {
	height: 39%; 
	width: 64%; 
}
ol.forms li.buttons {
	padding-left: 11%;
	width: 89%;
}
ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 11%;
}
/*label#lbltransportationAir{text-align:left;}
label#lblTransportationGnd{text-align:left;}
*/
/*
input#TransportationGnd{display:block;float:right;width:25%;}
input#transportationAir{display:block;float:right;width:25%;}
*/
/*ol.forms {
	float: left;
	list-style: none;
	width: 100%;
}

ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: right;
	width: 10%;
}

ol.forms input { width: 39%; }
ol.forms textarea {
	height: 20em; 
	width: 64%; 
}

ol.forms input, ol.forms textarea, ol.forms button { font: 1em Georgia, "Times New Roman", Times, serif; }

ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 11%;
}

ol.forms li.buttons {
	padding-left: 11%;
	width: 89%;
}
*/
