#callme {
	height: 151px;
	position: fixed;
	*position: absolute;
	top: 150px; 
	right: 0;
	width: 22px;
	z-index: 110;
}
.cme_txt {
	width: 285px !important;
	 border: #cbcccb 1px dashed;  
background-color: #fff;
	color: #777;
	font-size: 12px;
	padding: 7px 5px !important;
}
.cme_form {
	display: none;
	position: fixed;
	*position: absolute; 	
	right: 50px;
	top: 150px;
	width: 298px;
	padding: 0 20px;
	z-index:109;
	background: #efefef;
}
.cme_form span {
	 padding: 2px 1px;
	 display: block;
	 clear: both;
}
.cme_form span div {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	line-height: 19px;
}
.cme_btn {
	margin: 15px 0px 15px 0;
	cursor: pointer;	
    text-shadow: 0 1px 0 #fff;
    font-size: 1.15em;
    border: 1px solid #bcc5c9;  
    color: #596368;
    padding: 5px 10px;
    background: #fff url("../images/fbutton.png") repeat-x 0 100%;
    font-weight: bold;	
	float: right;
	
}
.cme_form h6 {
	color: #75A2A5;
	font-size: 13px;
	padding: 10px 0 8px 0;
	margin: 0;
}
.callmebody {
	font-family: Tahoma;
	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(bttn.png) 0px 0;
	height: 185px;
	width: 22px;
	cursor: pointer;
}
.callmeform_hover {
	background-position: 22px 0!important;
}
.callme_result {
	background: #fff url(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: 7px 0 7px 35px;
	display: block;
	color:#555;
	clear: both;
}
.callme_result .c_success {
	background: #c8ed9c;
	color:#555;
	border-radius:3px;
}
.callme_result .c_error {
	background: #ffadad;
	color: #333;
	text-shadow: none;
	border-radius:3px;
}
.cme_cls {

	float: right;
	display: inline;	
	margin: 1px -15px 0 0;
	padding: 5px 5px 0;
	color: #F89397;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
	font-size: 23px;
	cursor: pointer;
	-webkit-transition-duration: 0.2s; 
	-o-transition-duration: 0.2s; 
	-moz-transition-duration: 0.2s; 
	transition-duration: 0.2s;
}
.cme_cls:hover {
	opacity: 0.6;
}
.cme_btn_place span a {
	font-size: 10px;
	color: #888;
	
}
.cme_btn_place span a:hover { 
	text-decoration: none; 
}
.cme_btn_place span {
	display: inline;
	float: right;
	padding: 7px 12px 0 0!important;
	font-size: 8px !important;
	color: #888 !important;
}
#cme_back {
	display: none;
	z-index: 108;
	opacity: 0.5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #333;
}
.cme_form select {
	background: #fff;
	padding: 4px 3px 3px 9px;
	font-size: 12px;
	border: 1px solid #98A198;
	margin: 0 0 7px 0;
	border-radius: 3px;
	outline-style: none;
}
.cme_form .cme_select {
	width: 295px !important;
}