#viewform {
cursor: pointer; 
font-size: 12px;
color: #4A5D92;
text-decoration: none;
border-bottom: 1px dashed #4A5D92;
}

#callmeform table {
margin-left: -20px;
width: 100%;
}

#callmeform table td {
    font-size: 12px;
    padding: 2px 1px;
    vertical-align: top;
	text-align: right;
}

#callmeform .txtt {
width: 95%;
font-size: 14px;
padding: 2px 2px;
background: #fff;
border: 1px solid #8296a4;
border-bottom-color: #8296a4;
font-family: Arial,Helvetica,Garuda,sans-serif;
}

#callmeform {
/*display: none;*/
border: 1px solid #DADCDB;
border-radius: 4px 4px 4px 4px;
box-shadow: 3px 3px 14px 1px #9A9B9D;
padding-left: 10px;
/*position: fixed;*/
top: 120px;
right: 18%;
width: 500px;
height: 300px;
z-index: 5;
background-color: #fff;
margin-bottom:30px;
}



#callmeform .btn {
text-shadow: 0 1px #efefef;
margin-top: 3px;
padding: 5px 9px;
background: none repeat scroll 0 0 #76512D;
border: medium none;
border-radius: 10px;
color: #FFFFFF;
cursor: pointer;
font-family: 'UbuntuRegular';
text-transform: uppercase;
width: 450px;
margin-top:10px;
}

#callmeform h6 {
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;
}

.callmeform_hover {
	background-position: 22px 0!important;
}

#callme_result {
	background: #fff url(/callback/loading.gif) 10px center no-repeat;
	display: block;
	clear: both;
	margin: 5px 11px 10px 0px;
}

#callme_result div {
    padding: 7px 7px;
    margin: 4px 0px 0px 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;
	color: #333;
	text-shadow: none;
}

#cme_cls {
	height: 19px;
	width: 19px;
	float: right;
	display: inline;	
	background: url(/callback/close.png);
	margin: 5px 5px 0 0;
	box-shadow: 0 1px 0px #fff;
	cursor: pointer;
}

#cm_crds a {
	font-size: 10px;
	color: #888;
}

#cm_crds a:hover { text-decoration: none; }

#cm_crds {
	display: inline;
	float: right;
	padding: 10px 15px 0 0;
	font-size: 10px;
	color: #888;
}
/*
     */
/*
*/