#contacts {
	
	position: fixed;
	*position: absolute;
	top: 10px; 
	right: 0;
	padding: 3px;
	z-index: 20;
	background: #000000;
	text-align: center;
	color: #FFFFFF;
	font-weight:bold;
}

#contacts-n {
	
	position: fixed;
	*position: absolute;
	top: 340px; 
	right: 0;
	padding: 3px;
	z-index: 20;
	background: #000000;
	text-align: center;
	color: #FFFFFF;
	font-weight:bold;
}

#contacts-m {
	
	position: fixed;
	*position: absolute;
	top: 460px; 
	right: 0;
	padding: 3px;
	z-index: 20;
	background: #000000;
	text-align: center;
	color: #FFFFFF;
	font-weight:bold;
}

#contacts-e {
	
	position: fixed;
	*position: absolute;
	top: 520px; 
	right: 0;
	padding: 3px;
	z-index: 20;
	background: #000000;
	text-align: center;
	color: #FFFFFF;
	font-weight:bold;
}





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

.cme_txt {
	width: 285px !important;
	border: 1px solid #aaa;
	border-radius: 3px;
	box-shadow: 0 1px 0 #fff;
	color: #777;
	font-size: 12px;
	padding: 7px 5px !important;
}

#callmeform {
	display: none;
	text-shadow: 0 1px #fff;
	border-bottom: 1px solid #F97C00;
	border-top: 1px solid #F97C00;
	box-shadow: 0 3px 5px #ccc;
	padding-left: 10px;
	position: fixed;
	*position: absolute;  
	border-radius: 7px;
	right: 50px;
	top: 150px;
	width: 305px;
	z-index:109;
	background: #efefef;
}

#callmeform span {
	 padding:2px 1px;
	 display:block;
	 clear:both;
}

.cme_btn {
	background: #F97C00;
	color:#fff;
	font-size:12px;
	text-shadow:0 1px 0 #757575;
	padding:4px 0 5px 0;
	margin:0;
	cursor: pointer;
	border:0;
	border-top:1px solid #F97C00;
	width: 150px;
	border-radius: 2px;
}

.cme_btn_around{
	box-shadow:0 1px 0 #fff;
	border-radius: 3px;
	border:1px solid #F97C00;
	width: 150px;
}

#callmeform h6 {
	color: #F97C00;
	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 {
	height:15px;
	width:15px;
	float:right;
	display:inline;	
	background:url(close.png);
	margin:12px 14px 0 0;
	box-shadow: 0 1px 0 #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: 7px 12px 0 0;
	font-size: 10px;
	color: #888;
}