.callback_header {
	background: url('../image/callback/header_box.png') no-repeat top;
    width: 180px;
	height: 22px;
}

.callback_box {
    background-color: #FFF;
    font-family: Calibri, Tahoma, Verdana;
    width: 178px;
	height: 100%;
    padding-top: 10px;
	font-size: 16px;
    border: 1px solid #777;
}
.callback_line {
    width: 170px;
    border-top: 1px dashed #CCC;
    margin-top: 4px;
    margin-bottom: 4px;
}
.callback_phone {
	background: url('../image/callback/contact_phone.png') no-repeat center;
    width: 170px;
	height: 33px;
}
.callback_consultant {
	/*background: url('../image/callback/online_consultant.png') no-repeat center;*/
    width: 160px;
	height: 51px;
}
.callback_skype {
	/*background: url('../image/callback/skype.png') no-repeat center;*/
}
.callback_icq {
	background: url('../image/callback/icq_number.png') no-repeat center;
    width: 170px;
	height: 60px;
}
.callback_mail {
	background: url('../image/callback/callback_mail.png') no-repeat center;
    width: 170px;
	height: 32px;
    cursor: pointer;
}
.callback_green_phone {
	background: url('../image/callback/green_phone.png') no-repeat left;
	height: 20px;
    width: 170px;
    margin-top: 6px;
    margin-bottom: 10px;
    cursor: pointer;
}
.callback_service {
	height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Calibri;
	font-size: 12px;
    line-height: 12px;
    text-decoration: underline;
    cursor: pointer;
}
