.onlineform *,.onlineform :after,.onlineform *:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.onlineform{
	background:#ffffff;
	width:920px;
	margin:0 auto;	
	border-radius:10px;
	overflow:hidden;
	
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.75);
}
.onlineform *{
	outline:0px;
	font-family:"PT Sans",tahoma;
}
.onlineform .wrap{
	padding:10px;
}
.onlineform .header{
	padding:10px;
	border-bottom:1px #414141 solid;
}
.onlineform .header .zagol{
	font-size:24px;
	line-height:25px;
	color:#000;
	font-family:"PT Sans Narrow",tahoma;
	font-weight:bold;
	text-align:center;
}
.onlineform .content{
	position:relative;
}
.onlineform .content .abs{
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1000;
	width:100%;
	height:100%;
	background:#fff;
}
.onlineform .content .abs .result{
	margin-top:30px;
	text-align:center;
	font-size:30px;
	line-height:33px;
	color:green;	
}
.onlineform .content .formsend .head{
	margin:20px 13px 10px 13px;
}
.onlineform .content .formsend .head:after{
	content:'';
	display:block;
	clear:both;
}
.onlineform .content .formsend .head .div1{
	float:left;
	width:25%;
}
.onlineform .content .formsend .head .div2{
	float:left;
	width:25%;
	margin-left:1%;
}
.onlineform .content .formsend .head .div3{
	float:left;
	width:25%;
	margin-left:1%;
}
.onlineform .content .formsend .head .div4{
	float:left;
	width:20%;
	margin-left:2%;
}
.onlineform .content .formsend .head .zag{
	font-size:17px;
	line-height:17px;
	color:#8e8e8e;	
}
.onlineform .content .formsend .head .cont{
	margin-top:10px;
}

.onlineform .content .formsend .foot{
	margin:0 0 15px 0;
}
.onlineform .content .formsend .foot .div1{
	font-size:13px;
	line-height:1.2;
	color:#323232;
}
.onlineform .content .formsend .foot .div1 a{
    text-decoration:underline;
    color:#323232;
}
.onlineform .content .formsend .foot .div1 a:hover{
    text-decoration:none;
}

.onlineform  input{
	width:100%;
	height:48px;
	padding:0px 5px 0px 10px;
	font-size:16px;
	line-height:16px;
	text-align:left;
	border:1px #cecece solid;
}
.onlineform  input:focus{
	/*border:1px #afafaf solid;*/
}

.onlineform  input.err{
	border:1px #b82e2e solid;
	-webkit-box-shadow: 0 0 10px 0 #F00;
	box-shadow: 0 0 10px 0 #F00;
}

.onlineform button{
	position:relative;
	z-index:999;
	background:#88bd49;
	height:48px;
	width:100%;
	padding:0px 5px;
	font-size:20px;
	line-height:20px;
	color:#000;
	font-weight:bold;
	font-family:"PT Sans Narrow",tahoma;
	text-align:center;
	cursor:pointer;
}
.onlineform button:hover{
	background:#95c65a;
}
.onlineform button:active{
	top:1px;
}
.onlineform button span:last-child{
	display:none;
}