
form {
	font:13px Georgia, "Times New Roman", Times, serif;
	margin:0px;
	margin-left:0px;
	padding:0px 0px;
	}
	
	form ol {
		list-style:none;
		margin:0;
		padding:0;
		}
		
		form li {
			padding:1px;
			margin-bottom:1px;
			}
			
			form li#send {
				background:none;
				margin-top:6px;
				}
		
		form label {
			width:75px;
			text-align:;left;	
			margin-right:7px;
			color: #555;
			line-height:23px; /* This will make the labels vertically centered with the inputs */
			}
			
		form input,	select,
		form textarea {
			padding:1px;
			font:10px;
			background: url() repeat-x #FFFFFF;
			border:1px solid #999999;
			width:150px;
			}
			
			form input:focus,
			form textarea:focus {
				border:1px solid #333;
				background: #FFF;
				}
			
		.button {
			background: #06C;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-style: normal;
			font-size: 14px;
			color: #FFF;
			width:80px;
			border: 1px solid #999 ;
			cursor:pointer;
			}
			
			.button:hover {
				border: 1px solid #000 ;
}
.button:focus{
			background: #06C;
			color: #FFF;
			border: 1px solid #999 ;
			padding-left:3px;

}
.size{
	width:200px;
}
.none{ clear:both;
}
