@CHARSET "ISO-8859-1";


#contactForm {
	font-size: 12px;
}


#contactForm span.required {
	color :red;
}

#contactForm p.error{
	color :red;
}

#contactForm p.valid{
	color :green;
}

#contactForm fieldset {
  	max-width:400px;
  	padding:5px;
	border: none;
}
#contactForm fieldset legend {
    border-bottom: 1px solid #D6D6D6;
    color: #005584;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 30px 0 20px;
    padding: 0 0 2px;
	 width: 100%;
}

#contactForm label{
	width:100px;
    padding-left:5px;
    margin:5px;
    float:left;
    text-align: right;
}

#contactForm textarea {
	resize: none;
	width:255px;
	height:100px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #4682B4;
   	font-size: 12px;
  	padding: 3px 0;
}
	
#contactForm input[type=text] , textarea {
   	width:250px;
   	margin:5px; 
}

#contactForm #submit {
    width:100px;
    cursor : pointer 
}
#formSubmit {
	 background-color: #111111;
    background-image: url("images/button.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    color: #EEEEEE;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    line-height: 12px;
    margin: 0 0 5px;
    padding: 0 0 3px 3px;
    text-align: left;
    width: 159px;
}
#contactForm #submission {
	text-align: center;
}

#contactForm  #captcha{
	width:30px;
}

#contactForm  #fieldcaptcha{
	position : relative;
	left : 120px;
}

#contactForm  #fieldcaptcha label{
	margin-top: 8px;
}
#contactForm #requiredComment {
	text-align: right;
}

#contactForm  #zoneErrors{
	
}

