/*** Form ***/

#mainbody {
	background: white;
}
#mainbody form {
	margin: .5em 1.25em 1em 35px;
	background: transparent;
}
#mainbody form legend , #mainbody form label , #mainbody form input , #mainbody form textarea {
	font-size: .75em;
}
th#labelheader {
	width: 485px;
}
#mainbody form label {
	padding-left: 15px;
	width: 25%;
	text-align: left;
	float: left;
	clear: left;
	margin: 3px 0 0 3px;
	background: url(../images/arrow.gif) no-repeat left center;	
}
#mainbody form div.field {
	margin-bottom: 5px;
	clear: left;
	height: auto;
}
#mainbody form div.field input {
	width: 40%;
}
#mainbody form textarea {
	float: left;
	margin-top: 3px;
	width: 65%
}
#mainbody form div.field input , #mainbody form textarea {
	color: #2c2c2c;
}

/** Buttons **/
#mainbody div#buttons , #mainbody div.buttons {
	padding-top: .5em;
	clear: left;
	text-align: center;
}
#mainbody form div#buttons .button , #mainbody form div.buttons .button {
	padding: 2px 1em;
}

/** Errors **/
#mainbody div.error fieldset {
	display: block;
	margin: auto;
	width: 85%;
	border: 1px solid #a62b30;
	background: #ffffff;
}
#mainbody div.error legend {
	color: #a62b30;
	margin: 5px;
	padding: 0px 2px;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	background: white;
}
#mainbody div.error fieldset p {
	margin: 0;
	padding: 0 5px;
	text-indent: 0;
}
#mainbody div.error fieldset p.error {
	padding-left: 30px;
	background: url(../images/error.gif) no-repeat 5px center;	
}
