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

#contactable {
	background-image:url(../images/contact.gif);
	color:#444;
	background-color:#eee;
	cursor:pointer;
	height:83px;
	left:0;
	margin-left:-5px; 
	overflow:hidden;
	position:fixed;
	_position:absolute;
	text-indent:-100000px;
	top:235px;
	width:29px;
	z-index:100000;
}

#contactForm {
	background-color:#eee;
	border:2px solid #999;
	color:#444;
	height:290px;
	left:0;
	margin-left:-400px;
	margin-bottom:0;
	overflow:hidden;
	padding-left:15px;
	position:fixed;
	top:140px;
	width:350px;
	z-index:99;
	text-align:left;
	font:12px/1.5 \5FAE\8F6F\96C5\9ED1,tahoma,arial,verdana,\5b8b\4f53;
}

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;
	margin-bottom:10px;
}
form#contactForm textarea {
	overflow:auto;
}
form#contactForm .submit {
	background: #649D18 none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:200px;
	padding:5px;
	border:3px solid #649D18;
	outline-color:-moz-use-text-color;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
	margin-top:10px;
}

form#contactForm p {
	width:325px;
}
form#contactForm .holder div {
}

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

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

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

#callback {
	color: #444;
	width:325px;
	margin: 100px auto;	
	display:none;
}

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