div.form_col{
	display:block;
	float:left;
	width:33%;
	text-align:left;
	position:relative;
}
div#full{
	position:absolute;
	top:2.5em;
}
.form_col .outer{
	margin-right:2px;
	background-color:#eee;
}
#form_col3 .outer{
	margin-right:0;
}
.form_col:hover .outer{
	background:#ddd;
}
.form_col:hover .active{
	background:#eeee66 !important;
}
.form_col .active{
	background:#eeee66;
}
div.form_col div.inner{
	margin:0.5em;
	padding:0.5em 0;
}
div.form_col input.radio{
	vertical-align:middle;
}
div.form_col span{
	font-size:150%;
}
div.form_col strong{
	padding-left:0.5em;
	font-weight:bold;
	font-size:110%;
}
div.form_personal{
	clear:left;
	margin-top:1em;
}
div.form_personal label{
	display:block;
	float:left;
	clear:left;
	width:180px;
	line-height:2.5em;
}
div.form_radio label{
	display:block;
	float:left;
	font-size:120%;
	line-height:1.75em;
	padding-left:0.75em;
}
div.form_radio input{
	clear:left;
	float:left;
	font-size:120%;
	height:1.75em;
	width:1.75em;
}
div.form_personal label span{
	color:#999;
}
div.form_radio label span{
	color:#87832c;
	margin-left:1em;
	font-size:90%;
}
div.form_personal input{
	display:block;
	float:left;
}
.invalid{
	color:#f00;
}
span.invalid{
	float:left;
	display:block;
	margin-left:1em;
}
div.invalid{
	margin-top:0;
}
form h3{
	margin-bottom:0;
	padding:0;
}
p.data{
	font-size:90% !important;
	color:#87832c;
	text-align:left;
}
p.data strong{
	padding:0;
}
textarea{
	background:#fff;
	border:1px solid #d6d3d3;
	width:480px;
	font:13px "Lucida Grande","Lucida Sans Unicode",Trebuchet MS;
}
