/* theodin.co.uk -Designed and developed by Philip Beel All Rights Reserved*/

#contactable {
	color:#FFFFFF;
	background-color:#04346E;
	cursor:pointer;
	height:102px;
	overflow:hidden;
	position:fixed;
	*position:absolute;
	text-indent:-100000px;
	top:102px;
	*margin-top:10px;
	width:44px;
	z-index:100000;
}

div.contactable_l{
  background-image:url(images/contact.png);
  left:0;
  margin-left:-5px; 
	*margin-left:-5px;
}
div.contactable_r{
  background-image:url(images/contact_right.png);
  right:0;
  margin-right:-5px; 
	*margin-right:-5px;
}

#contactForm {
	background-color:#04346E;
	border:2px solid #FFFFFF;
	color:#FFFFFF;
	height:450px;
	margin-top:-160px;
	overflow:hidden;
	padding-left:30px;
	position:fixed;
	top:200px;
	width:360px;
	*width:394px;
	z-index:10001;
}

form.contactable_l{
  left:0;
  margin-left:-400px;
	*margin-left:-434px;
}
form.contactable_r{
  right:0;
  margin-right:-400px;
	*margin-right:-434px;
}

form#contactForm input, form#contactForm 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;
	text-align:left;
	color:#000000;
	float:left;
}

form#contactForm textarea {
  height:100px;
}
form#contactForm .submit {
	background: #F5410F none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:325px;
	padding:5px;
	border:3px solid #F52D0F;
	outline-color:-moz-use-text-color;
	font-family: georgia;
	font-size:1em;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bolder;
	font-family:Helvetica;
	margin-top:10px;
	text-align:center;
}

form#contactForm p {
	width:325px;
	font-size:1em;
}

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;
} 
form#contactForm .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;
	padding-top:20px;	
}	

/* overlay */
.m-overlay {
background: black !important;
/* for IE */
filter:alpha(opacity=60);
/* CSS3 standard */
opacity: 0.6;
position:fixed;
top: 0pt;
left: 0pt;
margin: 0px;
width: 100%;
height: 100%;
z-index: 100;
}

#mycontactform{
z-index: 10001;
visibility: visible;
zoom: 1;
opacity: 1;
}
	