form {
	font-size: 12px;
	background:#f0f0f0;
	margin:20px;
	padding:10px 20px;
	width:400px;
}
form ol {
	list-style:none;
	margin:0;
	padding:0;
}
form li {
	padding:6px;
	background:#e1e1e1;
	margin-bottom:1px;
}
form li#send {
	background:none;
	margin-top:6px;
}
form label {
	float:left;
	width:70px;
	text-align:right;
	margin-right:7px;
	color:#09c;
	line-height:23px;	 /* This will make the labels vertically centered with the inputs */
}
form input,
form textarea {
	padding:4px;
	font-size: 12px;
	border:1px solid #999999;
	width:200px;
}
form textarea {
	height: 100px;
}
form input:focus,
form textarea:focus {
	border:1px solid #666;
	background:#e3f1f1;
}
#status {
	border: 1px solid #999;
	background-color: #ccc;
	color: #000;
	text-align: center;
	width: 400px;
	padding:10px 20px;
	margin-bottom: 5px;
	font-size: 12px;
}