form {
	padding: 10px;
	margin: 10px;
}
form.mainform {
	background-color: #efefef;
}
form h1 {
	margin: 0px!important;
	padding: 0px!important;
}
form p.descript {
	font-size: 1.2em!important;
	color: #999!important;
}
form label {
	float: left;
	width: 100px;
	text-align: right;
}
form input, form textarea, form select, form label {
	font-family: Georgia, "Times New Roman", Times, serif!important;
	padding: 5px;
}
form input[type=submit] {
	border: 1px solid #fff;
	background-color: #909090;
	color: #fff;
}
form textarea {
	font-size: 1em;
}