.myformarea {
	font:13px Arial, Helvetica, sans-serif;
	
	margin:20px;
	padding:10px 20px;
	width:575px;	
	}
	
	.myformarea ol {
		list-style:none;
		margin:0;
		padding:0;
		}
		
		.myformarea li {
			padding:6px;
			margin-bottom:1px;
			}
			
			.myformarea li#send {
				background:none;
				margin-top:6px;
				}
		
		.myformarea label {
	float:left;
	width:160px;
	text-align:right;
	margin-right:7px;
	color:#587B02;
	line-height:23px; /* This will make the labels vertically centered with the inputs */
			}
			
		.myformarea input,
		.myformarea textarea {
			padding:4px;
			font:13px Georgia, "Times New Roman", Times, serif;
			border:1px solid #999999;
			width:300px;
			}
			
			.myformarea input:focus,
			.myformarea textarea:focus {
	border:1px solid #587B02;
	outline:#587B02;
	background:#EAFFE8;
				}
			
			.myformarea select {
			padding:3px;
			font:13px Georgia, "Times New Roman", Times, serif;
			border:1px solid #999;
			width:310px;
			}
			
			.myformarea select:focus{
			
	border:1px solid #666;
	outline:#587B02;
	background:#EAFFE8;
				}
				
				
			
		.myformarea li#send button {
			background-color:#587B02;
			border:none;
			padding:4px 15px 4px 15px;
			border-radius:15%; /* Don't expect this to work on IE6 or 7 */
			/*-moz-border-radius:15%;*/
			/*-webkit-border-radius:15%;*/			
			color:#fff;
			margin-left:77px; /* Total width of the labels + their right margin */
			cursor:pointer;
			}
			
			.myformarea li#send button:hover { 
				background-color:#006633;
				}
