#callme {
height: 151px;      
position: fixed;
*position: absolute;       
top: 150px; 
right: 0;
width: 22px;
z-index: 6;
}

#callmeform {
border-left: 1px solid #F2D800;
padding-left: 10px;
position: fixed;
*position: absolute;  
right: 20px;
top: 155px;
width: 263px;
min-height: 18px;
z-index: 5;
background:  #301100 /*url("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 30px;
margin-left: 45px;
}

#callmeform h6 {
color: #F2D800;
font-size: 13px;
padding: 10px 0 8px 0;
margin: 0;
text-align: center;
}

.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(button.png) 0px 0;
height: 185px;
width: 22px;
cursor: hand;
}

.callmeform_hover {
background-position: 22px 0!important;
}

#callme_result div {      
    padding: 5px 7px;
    margin: 4px 10px 10px 2px;
}

.c_success {
background: #c8ed9c;
}

.c_error {
background: #ffadad;
}

.contact-button {background:#F2D800; border:0; color:#000; cursor:pointer; font-size:16px; font-weight:normal; height:26px; margin:4px 0 0 4px; text-align:center; vertical-align:middle; }