.checkbox, .radio {
	float: left;
	width: auto;
	border: none;
}
.form_label {
	float: left;
	width: 120px;
}
.form_input {
	float: left;
}
.form_input input {
	width: 300px;
}
.content1 {
	float:left;
	width:540px;
	border-top:1px solid #E0E0E8;
	border-right:1px solid #E0E0E8;
	border-bottom:1px solid #E0E0E8;
	border-left:1px solid #E0E0E8;
	margin-left:10px;
	margin-top:10px;
	padding:10px 10px 10px 10px;
}
.headline{
	font-size:26px;
	color: #0c5fd8;	
	font-weight:regular;
	line-height:35px;
	margin-left:8px;
}
.subline{
	font-size:18px;
	color: #0c5fd8;	
	font-weight:regular;


}
.alert {
	color: red;
}
