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

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

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

#contactForm {
	background-color:#ffffff;
	border:1px solid #ED0C03;
	color:#000000;
	height:300px;
	left:0;
	margin-left:-405px;
	*margin-left:-439px;
	margin-top:-93px;
	overflow:hidden;
	padding-left:30px;
	position:fixed;
	*position: absolute;
	top:200px;
	width:360px;
	*width:394px;
	z-index:99;
}

#contactForm label {
	display: block;
	margin: 0 0 5px;
}

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

form#contactForm .holder .submit {
	background: url(images/btn_send.jpg) no-repeat 0 0;
	outline-style:none;
	outline-width:medium;
	width:186px;
	height: 38px;
	cursor:pointer;
	margin:10px auto 0;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}
form#contactForm .close {
	background: url(images/btn_close.jpg) no-repeat 0 0;
	outline-style:none;
	outline-width:medium;
	width:186px;
	height: 38px;
	cursor:pointer;
	margin:10px auto 0;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}

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

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: #EDBE9C; }
.error_message {
	color:#FF0000;
	border: 1px solid #cc0000;
	font-weight:bold;
	width: 325px;
	padding:5px 10px;
	margin: 10px 0 -10px;
	line-height: 1.5;
	background: #FFEFEF;
}

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

form#contactForm label{
	*margin-left:20px;
}

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

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


.holder {
	margin:0 auto;
	*margin-left:20px;
	margin-top:20px;
}
.success {
	margin:0 auto;
	*margin-left:20px;
	margin-top:20px;
}
.success p {
	text-align: center;
	padding: 20px 0 20px;
}

	
