.b10-container	{
	width: 100%;
	height: 306px;
	padding-bottom: 0px;
	background-image: url(../img/b10_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.b10	{
	width: 980px;
	height: 306px;
	margin: auto;
}

.b10-form	{
	width: 915px;
	height: 90px;
	padding-top: 130px;
	margin: auto;
}

.b10-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;
}

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

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