#callme {
height: 151px;      
position: fixed;
*position: absolute;       
top: 150px; 
right: 0;
width: 22px;
z-index: 6;
}

#callmeform {
border-left: 1px solid #ea8518;
padding-left: 10px;
position: fixed;
*position: absolute;  
right: 20px;
top: 150px;
width: 335px;
z-index: 5;
background: #fff url("/callme/back.gif") repeat-y 0 0;
}

#callmeform table {
border-collapse: collapse;
width: 280px;
}

#callmeform table td {font-size: 12px; padding: 2px 1px;}

#callmeform table td .text {
font-size: 14px;
padding: 2px 2px;
}

#callmeform table td .callme_submit {
font-weight: bold;
margin-top: 3px;
padding: 2px 5px;
}

#callmeform h6 {
color: #ea8518;
font-size: 13px;
padding: 10px 0 8px 0;
margin: 0;
}

.hide-on {display: none;}

.hide-off {display: block;}

.callmebody {
font-family: Arial;
font-size: 80%;
background: #fff;
padding: 5px 10px;
}

.callmebody .inf {
padding: 0 5px;
margin: 0 0 10px 0;
font-weight: bold;
clear: both;
}

#viewform {
border: 0;
padding: 0;
background: url(/callme/button.png) 0px 0;
height: 185px;
width: 22px;
cursor: hand;
}

.callmeform_hover {
	background-position: 22px 0!important;
}

#callme_result {
	background: #fff url(loading.gif) 10px center no-repeat;
}
#callme_result div {
    padding: 5px 7px;
    margin: 4px 10px 10px 0px;
}

#callme_result .sending {
	padding: 4px 0 4px 35px;
	display: block;
	clear: both;
}

#callme_result .c_success {
	background: #c8ed9c;
}

#callme_result .c_error {
	background: #ffadad;
}