#contactable #contactable_inner {
	background-image:url(images/write_us.png);
	color:#FFFFFF;
	cursor:pointer;
	height:200px;
	left:-2px;
	margin-left: 0px; 
	overflow:hidden;
	position:fixed;
	text-indent:-100000px;
	top:152px;
	width:93px;
	z-index:100000;
}

#contactable #contactable_inner:hover {
	background-position: 0 -200px;
}

#contactable #contactForm {
        font-size: 1.0em;
        font-family: Times New Roman;
	background-color:#000000;
	border:2px solid #606163;
	color:#FFFFFF;
	height:480px;
	left:-2px;
	margin-left:-400px;
	margin-top:-160px;
	overflow:hidden;
	padding-left:30px;
	position:fixed;
	top:200px;
	width:360px;
	z-index:99;
        border-top-right-radius: 20px;
        -moz-border-top-right-radius: 20px;
        -webkit-border-top-right-radius: 20px;

        border-bottom-right-radius: 20px;
        -moz-border-bottom-right-radius: 20px;
        -webkit-border-bottom-right-radius: 20px;
}

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

#contactable form#contactForm .submit {
/*	background: #F5410F none repeat scroll 0 0; */
        background-image:url(images/submit_button.png);
	outline-style:none;
	outline-width:medium;
	width:335px;
        height: 37px;
	padding:5px;
	/*border:3px solid #F52D0F;*/
	border: 0px;
	outline-color:-moz-use-text-color;
	font-family: georgia;
	font-size:1em;
	cursor:pointer;
	color:#000000;
	font-family: Times New Roman;
	margin-top:10px;

}

#contactable form#contactForm .submit:link, #contactable form#contactForm .submit:visited {
            box-shadow: none; 
}

#contactable form#contactForm .submit:active, #contactable form#contactForm .submit:hover {
            box-shadow: 0 0 20px rgba(255,255,0,0.5); 
}


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

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

#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 .error { background-color: #4e0b13; }

#contactable #name.error { background-color: #4e0b13; } 
#contactable #email.error { background-color: #4e0b13; }
#contactable #comment.error {  border-color: #FF0000 }

#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: #FFF;
	width:325px;
	margin: 100px auto;	
	display:none;
}


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