#callme {
height: 202px;      
position: fixed;
*position: absolute;       
top: 200px; 
*top:expression( eval(document.body.scrollTop+150) + 'px' );
right: 0;
width: 40px;
z-index: 255;

}
#callme_login{display:none;}
#viewform {
border: 0;
padding: 0;
background: url(/callme/order_call.jpg) 0px 0;
height: 202px;
width: 40px;
cursor:hand;
cursor:pointer;
}


#callme_result {
	background:  url(/callme/loading.gif) 10px center no-repeat;
	width:100%;
}
#callme_result div {
    padding: 3px 7px;
    margin: 0px 3px 0px 0px;
}

#callme_result .sending {
	padding: 4px 0 4px 35px;
	display: block;
	margin-bottom:15px;
	width:100%;
	clear: both;
}

#callme_result .c_success {
	background: #c8ed9c;
	width:100%;
	margin-bottom:15px;
}

#callme_result .c_error {
	background: #ffadad;
	width:100%;
	margin-bottom:15px;
}

@media (max-width:991px){
     #callme { display:none;}
}

#callmeform .footer{
  margin-bottom:0px !important;
  margin-top:15px !important;
}
#callmeform span{
font-weight:500;
display:block;
padding-left:15px;
padding-top:15px;
width:100%;
font-size:20px;
color:black;
}




#callMeModal .modal-header{
font-size: 28px;
font-weight: 300;
line-height: 33.6px;
margin-bottom: 24px;
margin-top: 0px;
padding-top:0px;
}















