#glob { 
	position:absolute;
	width:100%;
	height:100%;
	background-color:#333;
	display:none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	opacity: 0;
	top:0;
	left:0;
	z-index:1000;
}
#box {
	position:absolute;
	background-color:#33495E;
	border:10px #fff solid;
	border-radius: 5px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	opacity: 0;
	display:none;
	top:140px;
	z-index:1001;
}
#close_ { 
	background:url(img/close.gif) no-repeat;
	width:18px;
	height:18px;
	padding-top:4px;
	right:0;
	top:0;
	position:absolute;
}	 
#ind { 
	background:url(img/ajax-loader.gif);
	width:66px;
	height:66px;
	display:none;
	position:absolute;
	left:177px;
	top:110px;
}
#wb_Form {
	text-align:center;
	background-color:#33495E;
	width:420px;
}
.zvonok {
	font-family: Verdana;
	color: #fff;
}
.zvonok h3 {
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 15px 0 15px 0;
}
.zvonok hr {
	background: url(img/hr.png) no-repeat;
	border: none;
	width: 300px;
	height: 2px;
	margin: 0 auto;
}
.zvonok input[type="text"]{
	width: 230px;
	height: 30px;
	margin: 5px 0 0 50px;
}
.zvonok input[type="submit"] {
	border: none;
	border-radius: 5px;
	background: #F39C11;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	padding: 10px 30px 10px 30px;
	margin: 0 0 30px 0;
}
.name {
	width: 300px;
	height: 45px;
	background: url(img/name.png) 14px 4px no-repeat #fff;
	border-radius: 5px;
	margin: auto;
}
.email {
	width: 300px;
	height: 45px;
	background: url(img/email.png) 15px 6px no-repeat #fff;
	border-radius: 5px;
	margin: auto;
}
.tel {
	width: 300px;
	height: 45px;
	background: url(img/tel.png) 15px 5px no-repeat #fff;
	border-radius: 5px;
	margin: auto;
}