
#btn_callback {
	display: inline-block;
	background: #00c140 url('images/icon_mail.png') no-repeat 13px 6px;
	height: 27px;
	line-height: 25px;
	width: 140px;
	padding: 0 0 0 32px;
	text-align: center;
	color: #fff;
	text-decoration: underline;
	font-family: 'pf_dindisplay_proregular';
	font-size: 15px;
}
#gray_layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	opacity: 0;
	filter:alpha(opacity=0);
	z-index: 1000;
}

#layer_callback {
	position: fixed;
	z-index: 1001;
	left: 50%;
	top: 50%;
	width: 984px;
	height: 377px;
	margin-top: -195px;
	margin-left: -498px;
	display: none;
	opacity: 0.0;
	filter:alpha(opacity=0);
	background: #fff;
	font-family: 'pf_dindisplay_proregular';
	border: 6px solid #0068a9;
}
#form_callback {
	margin: 0 auto;
	padding: 18px 0 0;
	display: block;
	width: 892px;
}
#layer_callback .title {
	font-size: 22px;
	color: #111;
	text-align: center;
	line-height: 32px;
}
#layer_callback .title + p {
	font-size: 15px;
	color: #000;
	text-align: center;
	line-height: 18px;
	margin: 4px 0 29px;
}

#layer_callback .close_callback {
    position: absolute;
    right: 58px;
    top: 6px;
    height: 20px;
	background: url('images/close.png') no-repeat right 7px;
	padding-right: 13px;
	font-size: 14px;
	color: #00c140;
	line-height: 20px;
}
#layer_callback input[type="text"] {
	display: block;
	height: 20px;
	line-height: 20px;
	width: 195px;
	padding: 14px 15px;
	color: #333;
	font-family: 'pf_dindisplay_proregular';
	background: #daf7ff;
	border: 0 none;
    font-size: 15px;
    margin: 0 0 20px;
}
#layer_callback .left {
	float: left;
}

#layer_callback textarea {
	height: 163px;
	line-height: 20px;
	width: 609px;
	padding: 10px 18px;
	display: block;
	color: #333;
	font-family: 'pf_dindisplay_proregular';
    font-size: 15px;
	background: #daf7ff;
	border: 0 none;
	margin: 0 0 25px;
	resize: none;
	float: right;
}

#layer_callback div.send_button {
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    height: 48px;
    line-height: 48px;
    width: 244px;
    text-align: center;
    margin: 0 auto;
    background: #00c140;
}

