﻿.callback {
    background: url("../image/phone2.png") no-repeat scroll 110px 7px rgba(0, 0, 0, 0); /* 24px */
    line-height: 35px;
    text-align: right;
    width: 260px; /* 180px */
    margin-bottom: 10px;
}
.callback.dawn {
    margin-top: 10px;
    margin-bottom: 0;
}

.callback .cbbutton {
    border-bottom: 1px dotted #008ccb; /* 726a6a - серый*/
    color: #008ccb; 
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
		font-weight: bold;
    line-height: 16px;
}
.callback .cbsuccess {
    display: none;
    color: #008ccb;
    font-size: 14px;
}
.telsbox {
    position: relative;
}
.maintel {
    background: url("../image/arrd.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    padding-right: 20px;
}
.doptels {
    border: 1px solid #dfe3f4;
    border-radius: 6px;
    display: none;
    font-size: 14px;
    padding: 10px;
    position: absolute;
    right: 0;
    white-space: nowrap;
}
.doptels div {
    border-bottom: 1px dotted #dfe3f4;
}
.doptels .firsttel {
    border-top: 1px dotted #dfe3f4;
}
.telsbox:hover .doptels {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 2px 2px 2px 2px rgba(68, 68, 68, 0.2);
    display: block;
    z-index: 100;
}
.popup_mask {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999997;
}
.popup {
    background: none repeat scroll 0 0 #ffffff;
    border: 5px solid #0a84bb; /* 82c9e6 */
   /* height: 220px; *//*205*/
    left: 50%;
    margin-left: -220px;
    margin-top: -75px;
    padding: 10px;
    position: fixed;
    top: 30%;
    width: 400px;
    z-index: 999998;
}
.popup.callback table {
    width: 100%;
}
.popup.callback td {
    padding: 4px 8px;
    border: 0 none;
		text-align: inherit;
}
.popup.callback td textarea{
   background: none;
   box-shadow: none;
}

.popup.callback .tlabel {
    padding-right: 10px;
    white-space: nowrap;
    width: 1px;
}
.popup.callback input {
    width: 93%;
    vertical-align: middle;
    background: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 18px;
    /*
    border: 0 none;
    
    padding: 0;
    */
}



button.button {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}

.button.button span {
    background: none repeat scroll 0 0 #1597d2; /*  82c9e6 */
    border: 0 none;
    border-radius: 4px;
    height: 24px;
    
    color: #fff;
    display: block;
    font: bold 12px/19px Arial,Helvetica,sans-serif;
    line-height: 24px;
    padding: 0 8px;
    text-align: center;
    white-space: nowrap;
}
/*
button.button span {
    background: none repeat scroll 0 0 #f18200;
    border: 1px solid #de5400;
    color: #fff;
    display: block;
    font: bold 12px/19px Arial,Helvetica,sans-serif;
    height: 19px;
    padding: 0 8px;
    text-align: center;
    white-space: nowrap;
}
*/
button.button span span {
  border: 0 none;
  padding: 0;
}

.callback_contact {
	height: 50px; 
	width: 425px; 
	padding-top: 25px; 
	/*border-top: 1px dotted #008ccb;  */
	border: 0;
	border-bottom: 1px dotted #008ccb;
}
