form {
	margin: 0;
	}

form.form h2 {
	background-color: #93bd40;
	background-image: url(../images/h2_back.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 10px 0 10px 0;
	color: #fff;
	padding: 5px 0 0 10px;
	font-size: 13pt;
	border-bottom: 1px solid #739a26;
	font-weight: normal;
	}

div.formerror {
	border-top: 1px solid #ffcbcb;
	border-bottom: 1px solid #ffcbcb;
	background-color: #ffefef;
	padding: 15px;
	color: #cf3333;
	margin-bottom: 10px;
	}
	
div.notice {
	border-top: 1px solid #baeba5;
	border-bottom: 1px solid #baeba5;
	background-color: #e3f9da;
	padding: 15px;
	color: #4b942a;
	margin-bottom: 10px;
	}
	
form.form fieldset {
	border: 0;
	border-top: 1px dashed #ccc;
	}
	
form.form legend {
	background-color: #222;
	background-image: url(../images/legend_back.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 8pt;
	text-transform: uppercase;
	color: #ccc;
	padding: 5px 20px 5px 50px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	}
	
form.form ol {
	list-style: none;
	}
	
form.form ol li {
	margin: 5px 0 5px 0;
	padding: 5px;
	clear: both;
	}
	
form.form label {
	float: left;
	display: block;
	width: 145px;
	text-align: right;
	padding-right: 10px;
	margin-right: 10px;
	background-color: #fff;
	}
	
form.form li .options {
	float: left;
	width: 400px;
	}
	
form.form label.below {
	color: #333333;
}

form.form label em {
	color: red;
	}
	
form.form .error {
	color: #cf3333;
	position: relative;
	left: 165px;
	font-size: 8pt;
	width: 300px;
	clear:both;
	}
	
form.form div.help {
	position: relative;
	width: 300px;
	left: 165px;
	font-size: 8pt;
	color: #333;
	font-style: italic;
	clear:both;
	}
	
form.form span.help {
	font-size: 8pt;
	color: #333;
	font-style: italic;
	}
	
form.form option {
	padding-right: 10px;
	}
	
form.form input {
	border: 1px solid #dedede;
	padding: 5px;
	line-height: 13pt;
	}

form.form .check, form.form .radio {
	border: 0;
	}
	
form.form input.submit {
	clear:both;
	position: relative;
	left: 165px;
	background-image: url(../images/button_back.gif);
	height: 35px;
	border: 1px solid #0070a9;
	color: #fff;
	font-weight: bold;
	font-size: 13pt;
	font-family: helvetica, arial;
	padding: 5px 20px 5px 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
	
form.form input.submit:hover {
	background-image: url(../images/button_back2.gif);
}