#formcontainer {
	width: 300px;
	float: left;
	position: relative;
	padding-top: 40px;
}
.sendbutton {
	text-align: right;
}
#formcontainer form label {
	float: left;
	width: 120px;
	font-size: 0.7em;
	text-align: right;
	color: #FFFFFF;
	padding-top: 5px;
}
#formcontainer form input {
	color: #768FA5;
	background-color: #CCFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #6E8FA5;
	float: left;
}
#formcontainer form textarea {
	color: #768FA5;
	background-color: #CCFFFF;
	border: 1px solid #6E8FA5;
	float: left;
}
#submitbutton {
	float: left;
	padding-left: 120px;
}
#wrapper #formcontainer #form1 .clearfix #submitbutton #Send {
	background-color: #CCFFFF;
	color: #768FA5;
	font-weight: bold;
	float: left;
	padding-left: 0px;
}
#formcontainer div.clearfix {
	padding-left: 0px;
	float: left;
	width: 360px;
}
