body {
	font-family: 'Open Sans', sans-serif;
	background: url('img/ba--ckground.png') #fff repeat-x;
}



.top {
	width: 100%;
	height: 140px;
	margin: 0; padding: 0; 
	background: #1f1f1f;	
}
.top a, .top a:hover  {
	text-decoration: none;
}
.top_w {
	width: 980px; height: 140px; overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background: url(img/bg-top.png) 0 0 no-repeat;
	color: #ffffff;
	text-shadow: 0px 1px 0px #000000;
}

.top_w h1 {
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	line-height: 1.0em;
	margin: 0; padding: 0; padding-top: 20px;
	font-size: 48px;
	f-ont-style: italic;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	text-transfo--rm: uppercase;
	text-shadow: 0px 2px 1px #000000;	
	background: url(img/bg_header.png) 50% 80px no-repeat;
}
.top_w h1 span.h1-yellow{
	color: #e6d583;	
}
.top_w h1 span.h1-grey{
	font-size: 38px;
	font-weight: normal;
	color: #b5b5b5;
	
}
.top_w span.otzyv {
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	color: #e6d583;
	text-shadow: 0px 2px 1px #000000;	
}


#form {
	/* margin: 0px auto 0 auto; */
	width: 620px;
	min-height: 420px;
	margin: 0 auto; padding: 0px 0px;	padding-top: 30px; padding-left: 0px;

}

#form .text {
	font-size: 60px;
	font-weight: 10;
}
#form .title {
    color: #FF0033;
    display: block;
    font-size: 18px;
    font-weight: bold;
	margin-bottom: 10px;
    width: 360px;
}
#form form { margin-top: 30px; }
#form form input[type="text"] {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    border: 1px solid #C5C5C7;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15) inset;
    color: #000000;
    font-size: 14px;
    height: 30px;
    padding: 0 5px;
    transition: all 0.3s ease 0s;
    width: 50%;
	margin-bottom: 5px;
}
#form form input[type=submit] {
	margin-top: 5px;
    background: linear-gradient(to bottom, #FF0033 0%, #C6052B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 5px;
    box-shadow: 1px 1px 0 0 #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: "Trebuchet MS",sans-serif;
    font-size: 15px;
    font-weight: 300;
    height: 35px;
    padding: 0 20px;
}
#form form input[type="text"]:hover, #form form input:focus, #form form textarea:hover, #form form textarea:focus {
    border: 1px solid #FA9EB2;
    box-shadow: 0 1px 3px 0 rgba(255, 0, 51, 0.35) inset;
}