@charset "utf-8";
/* CSS Document */

form ol { list-style:none }

form li {  padding-bottom:1em; } /* to add space between list items*/

form label {position:relative;
			clear:left;
			float:left;
			width:10em;
			margin-left:-40px;
			margin-right:5px; /* space between label and input fields*/
			text-align:right; /* to vertically align right edges of labels*/
			line-height:1.1em; /* vertical spacing between input fields*/
		
	}

input, textarea {	padding:5px;
					border:1px solid #333333; 
					font-family: Verdana, Arial, Helvetica, sans-serif;
					
	}		
		
	
	
#formLeft {
	float: left;
	width: 400px;
	background-color: #999999;
	}
	

	
#formRight {
	float: right;
	width: 400px;
	background-color: #999999;
	}
