/* theodin.co.uk -Designed and developed by Philip Beel All Rights Reserved*/

/* 
------------------------------------------------------------------------------------------------------Genetic--------------*/

.contact {
	color:#666666;
	font-family:"Trebuchet MS", Georgia, "times New Roman", arial;
}


#contactable {
	background-image:url(../images/contact.gif);
	color:#FFFFFF;
	background-color:#333333;
	cursor:pointer;
	height:151px;
	left:0;
	margin-left:-5px; 
	*margin-left:-5px; 
	overflow:hidden;
	position:fixed;
	*position:absolute;
	text-indent:-100000px;
	top:178px;
	*margin-top:10px;
	width:53px;
	z-index:100000;
}

#contactForm {
	background-color:#a3a3a3;
	border:2px solid #FFFFFF;
	color:#000000;
	height:450px;
	left:0;
	margin-left:-405px;
	*margin-left:-434px;
	margin-top:-160px;
	overflow:hidden;
	padding-left:30px;
	position:fixed;
	top:280px;
	width:360px;
	*width:394px;
	z-index:99;
}

form#contactForm input, textarea {
	background:#FFFFFF none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:325px;
	padding:5px;
	border:1px solid #dfdfdf;
	font-family:"Trebuchet MS", Georgia, "times New Roman", arial;
	font-size:1em;
	margin-bottom:10px;
}

form#contactForm .submit {
	background: #414141 none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:325px;
	padding:5px;
	border:3px solid #414141;
	outline-color:-moz-use-text-color;
	font-family:"Trebuchet MS", Georgia, "times New Roman", arial;
	font-size:1em;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bolder;
	font-family:"Trebuchet MS", Georgia, "times New Roman", arial;
	margin-top:10px;
}

form#contactForm p {
	width:325px;
	font-size:0.9em;
	font-family:"Trebuchet MS", Georgia, "times New Roman", arial;
}

form#contactForm .disclaimer {
	*margin-left:20px;
}

#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;
} 
.error { background-color: #e0e0e0; }

#name.error { background-color: #e0e0e0; } 
#email.error { background-color: #e0e0e0; }
#comment.error { background-color: #e0e0e0; }

form#contactForm label{
	*margin-left:20px;
	font-family:"Trebuchet MS", Georgia, "times New Roman", arial;
}

form#contactForm #loading {
	background: url(../images/ajax-loader.gif) no-repeat;
	width:128px;
	height:15px;
	margin: 100px auto;
	display:none;
}

#callback {
	font-family:"Trebuchet MS", Georgia, "times New Roman", arial;
	font-size:1.1em;
	color: #000;
	width:325px;
	margin: 100px auto;	
	display:none;
}


.holder {
	margin:0 auto;
	*margin-left:20px;
	padding-top:20px;	
}	
	
