.b5-container	{
	width: 100%;
	height: 713px;
	background-image: url(../img/b5_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.b5	{
	width: 980px;
	height: 713px;
	margin: auto;
}

.b5-info	{
	width: 500px;
	height: 80px;
	margin: auto;
	text-align: center;
	font-size: 30px;
	font-family: "OpenSansRegular";
	color: #ffffff;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.30);
	padding-top: 50px;
}

.b5-info>span	{
	font-family: "OpenSansExtraBold";
	color: #ffdf00;
}

.b5-mini-text	{
	font-size: 18px;
	font-family: "OpenSansRegular";
	color: #505050;
	text-align: left;
	position: absolute;
}

.b5-mini-text>span	{
	font-family: "OpenSansBold";
	color: #095884;
}

.b5text1	{
	width: 300px;
	height: 25px;
	margin-left: 365px;
	margin-top: 85px;
}

.b5text2	{
	width: 525px;
	height: 25px;
	margin-left: 365px;
	margin-top: 145px;
}

.b5text3	{
	width: 425px;
	height: 25px;
	margin-left: 365px;
	margin-top: 205px;
}

.b5text4	{
	width: 505px;
	height: 25px;
	margin-left: 365px;
	margin-top: 265px;
}

.b5text5	{
	width: 430px;
	height: 25px;
	margin-left: 365px;
	margin-top: 325px;
}


.b5-form	{
	position: absolute;
	margin-top: 488px;
	width: 915px;
	height: 90px;
	padding-left: 15px;
}

.b5-form-pole	{
	display: block;
	float: left;
	width: 213px;
	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;
}

.b5-form-button	{
	display: block;
	float: left;
	width: 120px;
	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: 47px;
	cursor: pointer;
	margin-left: 10px;
}

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