@constants {
  EmColor: #004973;
}
 

#form {
     border:1px solid #003399;
     width:500px;
     margin:auto;
 }
 #form legend{
     font-weight:bold;
     font-size:12px;
	 color: #004973;
	 text-align:left;
 }
 #form ol{
     list-style:none;	 
 }
 #form ol li{
     padding-bottom:5px;
 }
 #form ol li label{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width:4em;
	float:left;
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	color:#004973;
	height: auto;
 }
 #form input[type=text] {
	border:1px solid  #CCCCCC;
	width: 21em;
	 
 }
  #form textarea {
	border:1px solid  #CCCCCC;
	width: 25em;
	
 }
 #form input.btn {
 	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#999999;
	text-align:center;

 	padding:3px;
	border:1px solid #000000;
	background-color:#004973;
	height:2em;
	width:7em;
 }
 
