.b7-container	{
	width: 100%;
	min-height: 1150px;
	height: auto;
	background-image: url(../img/main_bg.jpg);
}

.b7-top	{
	width: 100%;
	height: 329px;
	background-image: url(../img/b6_top_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.b7	{
	width: 980px;
	min-height: 1150px;
	height: auto;
	margin: auto;
}

.b7-top-cont	{
	width: 980px;
	height: 329px;
	margin: auto;
}

.b7-form	{
	width: 980px;
	height: 90px;
	padding-left: 35px;
	padding-top: 180px;
}

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

.b7-form-button	{
	display: block;
	float: left;
	width: 250px;
	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;
}

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

.b7-title	{
	width: 600px;
	height: 80px;
	margin: auto;
	text-align: center;
	font-size: 30px;
	font-family: "OpenSansRegular";
	color: #000000;
	padding-top: 50px;
	padding-bottom: 40px;
}

.b7-title>span	{
	font-family: "OpenSansExtraBold";
	color: #095884;
}

.b7-elitel	{
	width: 224px;
	height: 438px;
	float: left;
	margin-left: 17px;	
	margin-top: 20px;
}

.b7-eliter	{
	width: 224px;
	height: 438px;
	float: right;	
	margin-right: 17px;
	margin-top: 20px;
	z-index: 100;
}

.b7ebg1	{
	background-image: url(../img/b7ebg1.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.b7ebg2	{
	background-image: url(../img/b7ebg2.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.b7ebg3	{
	background-image: url(../img/b7ebg3.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.b7ebg4	{
	background-image: url(../img/b7ebg4.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.b7ebg5	{
	background-image: url(../img/b7ebg5.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.b7ebg6	{
	background-image: url(../img/b7ebg6.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.b7ebg7	{
	background-image: url(../img/b7ebg7.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.b7ebg8	{
	background-image: url(../img/b7ebg8.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.b7-elite-button	{
	display: block;
	width: 200px;
	height: 50px;
	position: relative;
	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: 50px;
	margin: auto;
	margin-top: 30px;
	z-index: 1;
}

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

.b7-elite-text	{
	width: 200px;
	height: 71px;
	margin: auto;
	text-align: center;
	font-size: 15px;
	font-family: "OpenSansBold";
	color: #095884;
	padding-top: 20px;
}

.b7-el-hover	{
	margin: auto;
	width: 220px;
	height: 222px;
	border-radius: 5px;
}

.b7-elitr-hover-ok	{
	margin: auto;
	width: 200px;
	height: auto;
	display: none;
	border-radius: 5px;
	background-color: #f2f2f2;
	text-align: left;
	color: #000000;
	font-size: 14px;
	font-family: "OpenSansRegular";
	z-index: 100;
	position: absolute;
	padding: 10px 10px 10px 10px;
	box-shadow: 3px 5px 15px rgba(0,0,0,0.4);
	border: 1px solid #b3b3b3;
}

.b7-el-hover:hover .b7-elitr-hover-ok	{
	display: block;
}