#application_form{
	font:icon;
	float:left;
	width:550px;
}

#application_form p{
	clear:both;
}

fieldset{
	border:1px solid #e0e0e0;
	padding:6px;
	margin:0;
}

legend{
	margin:0 5px;
	padding:0 5px;
	background:#FFF;
	color:#000;
}

label{
	float:left;
	width:120px;
}

br{
	clear:both;
}


textarea{
	margin:0;
	border:1px solid #000;
}

input{
	border:1px solid #000;
	width:100px;
}

input:hover,
input:active,
input:focus{
	background:InfoBackground;
	color:InfoText;
}

input:active,
input:focus{

}

input[type=radio],
input[type=checkbox]{
	border:0;
	width:auto;
	vertical-align:middle;
}

input[type=submit],
input[type=reset]{
	width:auto;
}

.big_sub_label_wrapper label{
	width:auto;
}

.big_sub_label_wrapper{
	width:310px;
}

.big_sub_label_wrapper,
.sub_label_wrapper{
	float:left;
	margin:0 0 3px 0;
	padding:0;
	outline:1px solid #FFF;
}

.sub_label_wrapper+.sub_label_wrapper{
	margin:0 0 0 1px;
}

.sub_label_wrapper label{
	clear:both;
	width:auto;
	line-height:14px;
}

.fullwidth{
	width:100%;
}

label.autowidth,
label.nofloat{
	margin:auto 3px;
}

.autowidth{
	width:auto;
}

.checkbox{
	white-space:nowrap;
}

.checkbox input{
	width:auto;
	margin-right:3px;
}

.sub_section{
	float:left;
}

.nofloat{
	float:none;
}

._30{
	width:30px;
}

._40{
	width:40px;
}

._50{
	width:50px;
}

._100{
	width:100px;
}

._150{
	width:150px;
}

._200{
	width:200px;
}
