/* theodin.co.uk - Designed and developed by Philip Beel. All Rights Reserved */ 

#contactable {
	background-image:url(../../images/contact.gif);
	color:#fff;
	cursor:pointer;
	height:105px;
	left:0;
	margin-left:-3px; 
	overflow:hidden;
	position:fixed;
	*position:absolute;
	text-indent:-100000px;
	top:148px;
	width:41px;
	z-index:100000;
}

#contactForm {
	background-color:#45423f;
	border:2px solid #eeece7;
	color:#fff;
	height:423px;
	left:0;
	margin-left:-400px;
	margin-top:-160px;
	overflow:hidden;
	padding-left:30px;
	position:fixed;
	top:245px;
	width:360px;
	z-index:99;
}

form#contactForm label {
	line-height:1.7em;
	font-size:11px;	
}

form#contactForm input, form#contactForm textarea {
	background:#fff none repeat scroll 0 0;
	border:none;
	outline-style:none;
	outline-width:medium;
	width:320px;
	margin-bottom:8px;
}

form#contactForm textarea {
	height:80px!important;
}

form#contactForm .submit {
	background:url(../../images/button-feedback.gif) no-repeat bottom left;
	border:none;
	width:142px;
	height:32px;
	padding:5px;
	cursor:pointer;
	color:#fff;
	text-transform:uppercase;
	margin-top:10px;
	text-indent:-999em;
}

form#contactForm .submit:hover, form#contactForm .submit:focus {
	background-position:top left;
}

form#contactForm .submit:active {
	background-position:0 1px;
}

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

form#contactForm p.info {
	text-align:right;
	line-height:1.4em;
	font-size:0.7em;
}

#contactForm .red {
	color: #c6e7ff;
}

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

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

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

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


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