
#contactable form#contactForm input, textarea, select {
	background:#fff none repeat scroll 0 0;
	outline-style:none;
	color : #03588e;
	outline-width:medium;
	width:325px;
	padding:5px;
	border:1px solid #dfdfdf;
	font-size:1em;
	margin-bottom:2px;
}
#contactable form#contactForm select {
	width:335px;
}

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

#contactable #contactForm .green {
	color:	#03588e;
}

#contactable #overlay {
	background-color:#666;
	display:none;
	height:100%;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:0;
} 
#contactable .invalid { border-color: red; }
#contactable #name.invalid { border-color: red; } 
#contactable #email.invalid { border-color: red; }
#contactable #comment.invalid { border-color: red; }

#contactable form#contactForm label{
	*margin-left:20px;
	line-height:150%;
}

#contactable form#contactForm #loading {
	background: url('img/ajax-loader.gif') no-repeat;
	width:66px;
	height:66px;
	margin: 80px auto;
	display:none;
}

#contactable #callback {
	font-size:1.1em;
	color: #03588e;
	width:325px;
	margin : auto;
	display:none;
}

#contactable .holder {
	margin:0 auto;
	*margin-left:20px;
	padding-top:50px;	
}	

/* Submit button */
#contactable form#contactForm .submit {
  background-color: #03588e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #9bbacc;
  -moz-box-shadow: inset 0 1px 0 #9bbacc;
  box-shadow: inset 0 1px 0 #9bbacc;
  color: #fff;
  line-height: 1;
  padding: 7px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 338px; }

#contactable form#contactForm .submit:hover {
    background-color: #03588e;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003a62), color-stop(100%, #03588e));
    background-image: -webkit-linear-gradient(top, #003a62, #03588e);
    background-image: -moz-linear-gradient(top, #003a62, #03588e);
    background-image: -ms-linear-gradient(top, #003a62, #03588e;
    background-image: -o-linear-gradient(top, #003a62, #03588e);
    background-image: linear-gradient(top, #003a62, #03588e);
    -webkit-box-shadow: inset 0 1px 0 0 #9bbacc;
    -moz-box-shadow: inset 0 1px 0 0 #9bbacc;
    box-shadow: inset 0 1px 0 0 #9bbacc;
    cursor: pointer; 
    color : #fff;
}
