* html html, body  { 
margin: 0; 
padding: 0; 
font-family: 'Open Sans', sans-serif;
font-size: 87.5%;
font-weight: normal; 
color: #000000; 
height:100%; 
width:100%; 
/*background:url(../images/fon_s.png);*/
background:url(../images/ss2.png);
}

.titleForm {
	text-align:center;
	text-transform:uppercase;
	font-size:125%;
	padding: 20px 0px;
	font-weight:bold;
}

.new_form               {border:#1c5a1c 1px solid; color:#333; font-size:12px; font-family: 'Open Sans', sans-serif; background:#fff;}
.new_formprice          {padding: 7px 7px; border:#1c5a1c 1px solid; color:#666565; font-size:12px; font-family: 'Open Sans', sans-serif; background:#fff; width:240px; height: 20px;  margin-bottom: 5px;}

.rerbutton           {padding: 10px 15px; background:#1c5c97; /*border:2px #CCC solid;*/ border:none;  cursor:pointer; text-shadow: 0 1px 0 rgba(255,255,255,.5); transition: 1s; color: #fff;}
.button              {padding: 10px 15px; color:#ffffff;
background:#1c5a1c; /* border:2px #333 solid; */ transition: 1s; border:none; text-shadow: 0 1px 0 rgba(255,255,255,.5);  cursor:pointer;}

.knopka {
font-size: 100%;
font-style:normal;
color:#ffffff;
background:#2f67a1;
/*border:0px solid #ffffff;
text-shadow:0px 0px 0px #222222;
box-shadow:1px 1px 4px #000000;
-moz-box-shadow:1px 1px 4px #000000;
-webkit-box-shadow:1px 1px 4px #000000;
border-radius:0px 0px 0px 0px;
-moz-border-radius:0px 0px 0px 0px;
-webkit-border-radius:0px 0px 0px 0px;
width:166px;*/
padding:15px 15px;
cursor:pointer;
margin:0 auto;
text-decoration:none;
transition: 1s;
}
.knopka:hover{
font-size: 100%;
font-style:normal;
color:#ffffff;
background:#214973;
/*border:0px solid #ffffff;
text-shadow:0px 0px 0px #222222;
box-shadow:1px 1px 4px #000000;
-moz-box-shadow:1px 1px 4px #000000;
-webkit-box-shadow:1px 1px 4px #000000;
border-radius:0px 0px 0px 0px;
-moz-border-radius:0px 0px 0px 0px;
-webkit-border-radius:0px 0px 0px 0px;
width:166px;*/
padding:15px 15px;
cursor:pointer;
margin:0 auto;
text-decoration:none;
transition: 1s;
}
.knopka:active{
cursor:pointer;
position:relative;
top:2px;
z-index: 11;
}
