form {
	padding: 10px;
	margin: 10px;
}
form p {
	clear: both;
	overflow: auto;
	margin-bottom: 10px;
}

form.mainform {

}
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;
	background: #B10000 url(../layout/labelend.gif) no-repeat left top;
	padding: 6px!important;
}
form input, form textarea, form select, form label {
	font-family: Arial, Helvetica, sans-serif!important;
	padding: 5px;
}
form input[type=submit] {
	border: 1px solid #fff;
	background-color: #B10000;
	color: #fff;
	position: relative;
	left: 110px;
}
form textarea {
	font-size: 1em;
}
