.b12-container	{
	width: 100%;
	min-height: 680px;
	height: auto;
	padding-bottom: 0px;
	background-image: url(../img/main_bg.jpg);
	box-shadow: 0px -3px 4px rgba(0,0,0,0.14);
}

.b12	{
	width: 980px;
	min-height: 608px;
	margin: auto;
	height: auto;
}

.b12-title	{
	width: 275px;
	height: 50px;
	font-size: 30px;
	font-family: "OpenSansExtraBold";
	color: #095884;
	padding-top: 50px;
	padding-bottom: 30px;
	margin: auto;
}

.b12-mbox	{
	width: 940px;
	height: auto;
	min-height: 50px;
	border-radius: 5px;
	background-color: #ffffff;
	border-bottom: 4px solid #e4e4e4;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.b12-mbox-bull	{
	width: 53px;
	height: 54px;
	float: left;
	background-image: url(../img/b12_bull.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 35px;
	margin-top: 15px;
}

.b12-mbox-info	{
	width: 790px;
	height: auto;
	float: right;
	margin-right: 35px;
	margin-top: 15px;
}

.b12-mbox-info-title	{
	width: 790px;
	height: auto;
	padding-bottom: 20px;
	border-bottom: 4px solid #ffc600;
	font-size: 18px;
	font-family: "OpenSansSemiBold";
	color: #505050;
	text-align: left;
}

.b12-mbox-info-text	{
	width: 790px;
	height: auto;
	text-align: left;
	padding-top: 20px;
	font-size: 16px;
	font-family: "OpenSansRegular";
	color: #505050;
}

.b12-form-con	{
	width: 100%;
	height: 331px;
	background-image: url(../img/b12_form_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.b12-form-box	{
	width: 980px;
	height: 331px;
	margin: auto;
}

.b12-form	{
	width: 950px;
	height: 90px;
	padding-top: 180px;
	margin: auto;
	padding-left: 30px;
}

.b12-form-pole	{
	display: block;
	float: left;
	width: 170px;
	height: 45px;
	border-radius: 5px;
	border: none;
	border-bottom: 3px solid #ffffff;
	background-color: #f7f7f7;
	box-shadow: inset 0px 2px 4px rgba(139,139,139,0.7);
	font-size: 18px;
	font-family: "OpenSansRegular";
	color: #616161;
	padding-left: 20px;
	margin-left: 10px;
}

.b12-form-button	{
	display: block;
	float: left;
	width: 240px;
	height: 50px;
	background-color: #56c14a;
	background-image: url(../img/menu_button_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-size: 1px 50px;
	border: none;
	border-radius: 10px;
	border-bottom: 4px solid #379c2c;
	font-size: 18px;
	font-family: "OpenSansBold";
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 2px 2px rgba(28,104,20,1.0);
	line-height: 45px;
	cursor: pointer;
	margin-left: 10px;
}

.b12-form-button:hover	{
	text-shadow: 0px 2px 2px rgba(28,104,20,0.3);
}

.b12-l-con	{
	width: 980px;
	height: auto;
	padding-bottom: 30px;
	margin: auto;
}

.b12-l-con-title	{
	width: 180px;
	height: 25px;
	margin: auto;
	text-align: center;
	font-family: "OpenSansBold";
	font-size: 18px;
	color: #606060;
	padding-top: 50px;
	padding-bottom: 10px;
}