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

#formcontainer {
	float: left;
	height: 335px;
	width: 370px;
	position: relative;
	top: 40px;
}
.formheader {
	margin-top: 0;
	margin-right: 0;
	margin-left: 30px;
	margin-bottom: 10px;
	font-size: 14pt;
	color: #FFF;
}
form {
	margin:0px;
	width:320px;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
form ol {
list-style:none;
margin:0;
padding:0;
}
form li {
padding:6px;
margin-bottom:1px;
}
form li#send {
	margin-top:6px;
}
form label {
    float: left;
    width: 70px;
    text-align: right;
    margin-right: 7px;
    color: #140000;
    font-size: 12pt;
    line-height: 25px;
}
form input,
form textarea {
	padding:4px;
	width:200px;
	font-size: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCC;
}
form input:focus,
form textarea:focus {
background:#e3f1f1;
}
form li#send button {
	font:13px;
	color:#004899;
	cursor:pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 77px;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	border-radius:15%;
	background-color: #CCC;
}
form li#send button:hover {
	background-color:#0F3;
}			
#formarea {
float: right;
height: 355px;
width: 370px;
position: relative;
top: 20px;
}
