.btn-email {
	height: 32px;
	width: 200px;
	display: block;
	background: url('../img/btn-email.jpg') 0 0 no-repeat;
	position:absolute;
	top: 494px;
	left: 700px;
	z-index:23;
}
.btn-email:hover {
	background-position: 0 100%;
}
#callback-form {
	border:#aaaaff solid 1px;
	padding: 6px 2px!important;
	text-align: center;
	width:100%;
	position:absolute; 
	z-index:23;

	top: 325px;
	left: 700px;
	width: 194px;
}
#callback-form img {
	margin-bottom: 6px;
}
#callback-form input {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 6px;
}