#callform{
padding: 10px 20px 0px;
display: none;
position:fixed; 
left:40%; 
top:20%; 


width:500px; 
height:420px; 
z-index: 10;
background: url('/call/call-bg.jpg');
border:4px #fff solid;
	border-radius:13px;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
}


#result {
display: none;
z-index: 100;
}


.call-logo {
padding-bottom:10px;
}

#background{

	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;	
	z-index: 1;
}




.call-butt {
padding-left: 70%;

}

a.butt {
	margin:2px 0 6px 0;
	font-size: 25px;
	color:#FFF;
	font-weight:600;
	background: #FF942E url('/templates/nzgu2/images/butt_bg.jpg') top left repeat-x;
	height: 20px;
	border:1px #FF942E solid;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}


.texcall {

	width:500px;
	font-size: 25px;
	border:1px solid #A3B6D1;
	margin:2px 0 6px 0;
	color:#666;


}
.texcall:focus {
	border:1px solid #A3B6D1;
	font-size: 24px;
	font-weight: bold;
}


.close {
cursor: pointer; 
cursor: hand;
position:absolute; 
left:480px; 
bottom:370px; 
}



#input::-moz-placeholder { color: #ececeb; }
#input::-webkit-input-placeholder { color: #ececeb; }


