#callme {
	height: 151px;
	position: fixed;
	top: 50%; 
	right: 0;
	width: 22px;
	z-index: 110;
}

.cme_txt {
	width: 280px !important;
	border: 1px solid #ebebeb;
	border-radius: 1px;
	box-shadow: 0 1px 0 #fff;
	color: #000;
	font-size: 12px;
	padding: 5px 3px !important;
}

#cme_form {
	display: none;
	border: 1px solid #bbc1ce;
	box-shadow: 0 1px 0px #ccc;
	position: fixed;
	*position: absolute;  
	font-family: Tahoma;
	border-radius: 1px;
	right: 50px;
	top: 150px;
	width: 305px;
	z-index:109;
	background: #f7f7f7;
	color:grey;
}

#cme_form span {
	 padding:2px 3px 2px 10px;
	 display:block;
	 color:#333;
	 font-size:11px;
	 clear:both;
}

.cme_btn {
	background-image: linear-gradient(#DC2D02, #C32605);
color: #FFF;
font-size: 12px;
font-weight: normal;
text-shadow: 0 1px 0 #A11;
padding: 4px 0 5px 0;
margin: 0;
cursor: pointer;
border: 0;
border-radius: 4px;
box-shadow: 0 -1px 0 #800000, 0 1px 0 #FFF;
width: 140px;
}

.cme_btn_around{
	box-shadow:0 1px 0 #d3d3d4;
	border:1px solid #AA1111;
	border-radius:2px;
	width:140px;
}

#cme_form h6 {
	color:#fff;
	font-size:12px;
	padding:8px 0 9px 10px;
	box-shadow:0 2px 0 #EBEBEB;
	margin:0 0 7px 0;
	background-color: #2F2F2F;
}

.callmebody {
	font-size: 11px;
	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;
	height: 185px;
	width: 22px;
	cursor: pointer;
}

.callmeform_hover {
	background-position: 22px 0!important;
}

#callme_result {
	background: #fff 10px center no-repeat;
	display: block;
	clear: both;
	margin: 5px 11px 10px 10px;
}

#callme_result div {
    padding: 7px 7px;
    margin: 4px 0px 0px 0px;
}

#callme_result .sending {
	padding: 7px 0 7px 35px;
	display: block;
	color:grey;
	clear:both;
}

#callme_result .c_success {
	background: #cdf0c7;
	color:#333;
	text-shadow: none;
}

#callme_result .c_error {
	background: #f0c7c7;
	color: #a11;
	text-shadow: none;
}

#cme_cls {
	height:15px;
	width:15px;
	float:right;
	display:inline;	
	background:url(close.png);
	margin:8px 10px 0 0;
	cursor:pointer;
}

#cm_crds a {
	font-size: 10px;
	color: #888;
}

#cm_crds a:hover { text-decoration: none; }

#cm_crds {
	display: inline;
	float: right;
	padding: 7px 12px 0 0;
	font-size: 8px;
	color:grey;
}

#cme_cls { text-decoration: none; }

#cme_back {
	display: none;
	z-index: 108;
	opacity: 0.5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #333;
}