#callme {
height: 58px;      
position: fixed;
*position: absolute;       
top: -4px; 
right: 0;
width: 58px;
margin-right:240px;
z-index: 999;

}

#callmeform {
border-left: 0px solid #0f8f0c;
padding-left: 20px;
position: fixed;
*position: absolute;  
right: 100px;
top: 60px;
width: 300px; padding-bottom:20px;
z-index: 5;
background:#333;
}

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

#callmeform table td {font-size: 10px; text-transform:uppercase; color:#FFFFFF; padding: 2px 1px;}

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

}

#callmeform table td .callme_submit {
font-weight: 400; 
font-size:12px;
font-family:Arial, Helvetica, sans-serif; 
text-transform:uppercase; 
border:none;
margin-top: 10px;
padding: 4px 8px;
background:#22B331; color: #FFFFFF;
}

#callmeform table td .callme_submit:hover {
background: #FF5151; color: #FFFFFF;
}

#callmeform h6 {
color: #fff;
font-size: 13px;
padding: 10px 0 8px 0;
float:left;

}

.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;
}



#callme_result div {      
    padding: 5px 7px;
    margin: 4px 10px 10px 2px;
}

.c_success {
background: #33CC66;color:#FFFFFF; text-transform:uppercase;
}

.c_error {
background: #FF3333; color:#FFFFFF; text-transform:uppercase;
}