#viewform {
cursor: pointer; 
font-size: 12px;
color: #4A5D92;
text-decoration: none;
/*border-bottom: 1px dashed #4A5D92;*/
}


#callmeform .txtt {
width: 290px;
font-size: 14px;
padding: 2px 2px;
background: #fff;
border: 1px solid #8296a4;
border-bottom-color: #8296a4;
font-family: Arial,Helvetica,Garuda,sans-serif;
color:black;
padding:10px;
height: 46px;
border-radius: 5px;
}
#callmeform .txtt.area {
	height: 100px;
}
#callmeform span {
color:black;
font-weight: bold;
}

#callmeform {
border: 1px solid #DADCDB;
border-radius: 10px;
box-shadow: 3px 3px 14px 1px #9A9B9D;
width: 400px;
position: fixed;
z-index: 1000;
top: 100px;
background-color: #F9F9F9;
left: 50%;
margin-left: -250px;
}

#callmeform table {
border-collapse: collapse;
width: 305px;
}

#callmeform table td {font-size: 12px; padding: 2px 1px; color: #FFFFFF;}

#callmeform .btn {
    color: #FFF;
    height: 47px;
    font-size: 18px;
    line-height: 1.42857;
    padding: 10px 20px;
    margin-bottom: 0;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #77bb04, #64a004) repeat scroll 0 0 !important;
    text-decoration: none !important;
    text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 3px;
}

#callmeform h6 {
font-size: 13px;
padding: 10px 0 8px 0;
margin: 0;
color: white;
}

.hide-on {display: none;}

.hide-off {display: none;}

.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 -1px 10px 0px;
}

#callme_result div {
	padding: 7px 15px;
	margin: 4px 0px 0px 0px;
	color: #545454 !important;
	font-weight: bold;
}

#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;
}
.callbk-title {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: -10px;
    margin-bottom: 10px;
}
