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

/* 
------------------------------------------------------------------------------------------------------Genetic--------------*/

/* Reset */

#contactable {
	background-image:url(images/contact.png);
	color:#FFFFFF;
	background-color:#81d0e1;
	cursor:pointer;
	height:102px;
	left:0;
	margin-left:0px; 
	overflow:hidden;
	position:fixed;
	*position:absolute;
	text-indent:-100000px;
	top:60px;
	*margin-top:200px;
	width:26px;
	z-index:100000;
}

#contactForm {
	background-color:#81d0e1;
	border:2px solid #FFFFFF;
	height:450px;
	left:0;
	margin-left:-400px;
	margin-top:-160px;
	overflow:hidden;
	padding-left:30px;
	position:fixed;
	top:173px;
	width:360px;
	color:#FFFFFF;	
	*width:394px;
	z-index:99;
}

form#contactForm label{
	color:#333;
	font-size:11px;	

}

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

form#contactForm .submit {
	background: #ffb200 none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:310px;
	padding:5px;
	border:3px solid #ffb200;
	outline-color:-moz-use-text-color;
	font-size:1em;
	cursor:pointer;
	color:#ffffff;
	font-size:12px;
	font-weight:bolder;
	margin-top:10px;
}

form#contactForm p {
	width:315px;
font-size:11px;	
	color:#333;	
}

#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;
}

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

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

#callback {
font-size:12px;	
	color: #FFF;
	width:325px;
	margin: 100px auto;	
	display:none;
}


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