.form h3{
	line-height: 1;
	padding-bottom: 1em;
}
.form h3 .green{
	color: #4bbd1e;
}
.form h3 .red{
	color: #9e1513;
}
.form fieldset{
	float: left;  
	clear: both;  
	width: 100%;
	margin: 0 0 1.5em 0;  
	padding: 0;
	border: 1px solid #cccccc;
}
.form legend{
	margin-left: 1em;
	font-weight: bold;
	padding: 0;
}
.form fieldset ol{
	float: left;
	padding: 1em;
	list-style: none;
}
.form fieldset li{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}
.form fieldset.submit{
	float: none;
	width: auto;
	border-style: none;
	background-color: transparent;
	padding-left: 12em;
}
.form fieldset.submit a{
	float: right;
}
.form fieldset.submit a:link, .form fieldset.submit a:visited{
	text-decoration: underline;
}
.form fieldset li label{
	float: left;
	width: 10em;
	margin-right: 1em;
}
.form input.text{
	width: 12em;
}
.form input.longtext{
	width: 20em;
}
.form select.age{
	width: 4em;
}
.form ol li strong{
	font-weight: bold;
	padding-left: 1em;
	color: #fb4751;
}
.form ol li span{
	padding-left: 1em;
	color: #12b0c4;
}
.form input.submit{
	background: url(/images/btn_background.png) no-repeat top left;
	border: none;
	color: #eee;
	width: 52px;
	height: 22px;
	padding: 0;
	margin: 0;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
.form_error{
	padding-left: 11em;
	color: #fb4751;
}
