 

#contactable {
	background-image: url(../images/feedback-btn.png);
  color: #00000; 
  cursor: pointer;
  height: 130px;
  left: -42px;
  margin-right: -2px;
  overflow: hidden;
  position: absolute;
  text-indent: -100000px;
  top: 35%;
  width: 32px;
  z-index: 100000;

}

#contactable1 {
	background-image: url(../images/feedback-btn.png);
  color: #00000; 
  cursor: pointer;
  height: 130px;
  left: -42px;
  margin-right: -2px;
  overflow: hidden;
  position: absolute;
  text-indent: -100000px;
  top:35%;
  width: 32px;
  z-index: 100000;

}


#contactForm .form-control 
{
    margin-bottom:10px; 
    }
    
    #contactForm .form-group 
{
    margin-bottom:10px; 
    }
#contact {
  position: fixed;
  right: -360px;
  width: 350px;
  z-index: 999999;
  height: 350px;
}

#contactForm {
	background-color:#fff;
	color:#00000;
	height:400px;
	overflow:hidden;
	padding-left:25px;
	position:absolute;
	top:35%;
	width:360px;
    margin-left: -10px;
	*width:394px;
	z-index:99;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    border-bottom:4px solid #EB3C34
}


form#contactForm input, textarea {
	background:#FFFFFF none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:325px;
	padding:5px;
	border:1px solid #dfdfdf;
	font-family: georgia;
	font-size:1em;
	margin-bottom:10px;
}

.sbtn {
	
	margin-left:15px !important;
}

form#contactForm p {
	width:325px;
	font-size:1em;
}

form#contactForm .disclaimer {
	*margin-left:20px;
	text-align:center;
}

#contactForm .red {
	color:	#F5410F;
}

#overlay {
	background-color:#666666;
	display:none;
	height:100%;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:0;
} 
.error { background-color: #EDBE9C; }

#name.error { background-color: #EDBE9C; } 
#email.error { background-color: #EDBE9C; }
#comment.error { background-color: #EDBE9C; }

form#contactForm label{
	*margin-left:20px;
}

form#contactForm #loading {
	background: url(images/ajax-loader.gif) no-repeat;
	width:55px;
	height:55px;
	margin: 100px auto;
	display:none;
}

#callback {
	font-family: georgia;
	font-size:1.1em;
	color: #FFF;
	width:325px;
	margin: 100px auto;	
	display:none;
}


.holder {
	margin:0 auto;
	*margin-left:20px;
	padding-top:20px;	
}	
	