@charset "utf-8";
/* CSS Document */

label, select {
display:block;
width:200px;
float:left;

font-family:Verdana, Arial, Helvetica, sans-serif;
}
input, select {
font-size:12px;
color:#000000;
}
label {
	display:block;
	color: #F57C2F;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	width:120px;
	padding-right:10px;
}
input {
	width:180px;
	margin-bottom: 10px;
}
input.typeofbusiness {
width:auto;
margin-bottom:0px;
}
label.typeofbusiness {
	width:250px;
	color:#000000;
	font-weight:normal;
	font-size:10px;
}
br.form {
	clear:left;
}
.form {
	margin-right:auto;
	margin-left:auto;
	width:375px;
	padding-left:20px;
	
}
#button {
	margin-left:130px;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {font-size: 9px}

.reg_container {
width:400px;
margin-left:50px;
margin-bottom: 50px;
}
.style111 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}