#contactable #contactable_inner {
	background-image:url(images/feeback.png);
//	width:39px;
//	height:102px;
	width:25px;
	height:200px;
//	top:102px;
	top:180px;
	left:0;
	*position:absolute;
	text-indent:-100000px;
	*margin-top:10px;
	margin-left:0px; 
	*margin-left:0px; 
	z-index:1099;
	overflow:hidden;
	position:fixed;
	cursor:pointer;
}

#contactable #contactForm {
	background-color:#edead7;
	border:3px solid #d8d5c2;
	border-radius:10px;
	-webkit-border-radius:10x;
	-moz-border-radius:10px;
	box-shadow:0 0 15px 0 #777;
	-webkit-box-shadow:0 0 15px 0 #777;
	-moz-box-shadow:0 0 15px 0 #777;
	color:#261d15;
	height:420px;
	left:0;
	margin-left:-400px;
	*margin-left:-434px;
	margin-top:-160px;
	overflow:hidden;
	padding-left:30px;
	position:fixed;
//	top:200px;
	top:305px;
	width:360px;
	*width:394px;
	z-index:99;
}

#contactable form#contactForm input, textarea {
	background:#FFFFFF none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:325px;
	padding:5px;
	border:1px solid #d8d5c2;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	margin-bottom:10px;
}

#contactable form#contactForm input {
	height:15px;
}

#contactable form#contactForm textarea {
	height:140px;
}



#contactable form#contactForm .submit {
	background: #F5410F none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:337px;
	padding:5px;
	height:30px;
	border:3px solid #F52D0F;
	outline-color:-moz-use-text-color;
	font-family: georgia;
	font-size:1em;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bolder;
	font-family:Helvetica;
	margin-top:10px;
}

#contactable form#contactForm p {
	width:325px;
	font-size:12px;
}

#contactable form#contactForm .disclaimer {
	*margin-left:20px;
	font-style:italic;
}

#contactable #contactForm .red {
	color:	#F5410F;
}

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

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

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

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

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


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