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



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

#contactForm {
	background-color:#112768;
	border:2px solid #FFFFFF;
	color:#FFFFFF;
	height:550px;
	left:0;
	margin-left:-400px;
	margin-top:-160px;
	overflow:hidden;
	padding-left:30px;
	position:fixed;
	top:200px;
	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: Verdana;
	font-size:1.4em;
	margin-bottom:10px;
	color: #112768;
}

form#contactForm .submit {
	background: #cc33ff  none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:325px;
	padding:5px;
	border:3px solid #993399;
	outline-color:-moz-use-text-color;
	font-family: Verdana;
	font-size:1.2em;
	cursor:pointer;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bolder;
	font-family:Helvetica;
	margin-top:10px;
}

form#contactForm p {
	width:325px;
	font-size:1.4em;
	color: #FFFFFF;
}

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

#contactform .error { background-color: #FF00CC; }

#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;
	padding-top:20px;	
}	
