#contactable #contactable_inner {
	background-image:url(images/feeback.png);
	color:#FFFFFF;
	background-color:#f6f2dd;
	cursor:pointer;
	height:212px;
	left:0;
	margin-left:-5px;
	*margin-left:-5px;
	overflow:hidden;
	position:fixed;
	/**position:absolute;*/
	text-indent:-100000px;
	top:240px;
	*margin-top:10px;
	width:44px;
	z-index:999;
}

#contactable #contactForm {
	background-color:#f6f2dd;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	height:auto;
	left:0;
	margin-left:-400px;
	*margin-left:-434px;
	margin-top:-160px;
	overflow:hidden;
	padding-left:30px;
	position:fixed;
	top:340px;
	width:360px;
	*width:394px;
	z-index:99;
}

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

#contactable form#contactForm .submit {
	background: #d3b48a none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:337px;
	padding:5px;
	outline-color:-moz-use-text-color;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bolder;
	margin-top:10px;
}

#contactable form#contactForm p {
	width:325px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#513208;
	margin: 0;
	padding: 0;
}

#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 #name.error { background-color: #EDBE9C; }
#contactable #course.error { background-color: #EDBE9C; }
#contactable #phone.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:16px;
	height:16px;
	margin: 165px auto;
	display:none;
}

#contactable #callback {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#513208;
	width:325px;
	margin: 160px auto;
	display:none;
}


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

#contactable #close {
	float: right;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 10px;
	color:#000;
	font-size:12px;
	text-decoration: underline;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
}