﻿ #contactForm {
	padding: 0px 0px 0px 50px;
	border-style: none;
	border-width: 0px;
	width: 332px;
	background-color: #527dc4;
	overflow: hidden;
	height: auto;
}

	#contactForm img {
		border: 1px solid #21211f;
		}
		
    #contactForm form {
       padding:20px;
       border:none;
       }  
	       
    #contactForm label {
	display: block;
	color: #533c09;
}
	       
    #contactForm input[type=text] {
       display:block;
       border:solid 1px #f5f5f5;
       width:100%;
       margin-bottom:10px;
       height:18px;
        } 
		 
    #contactForm textarea {
       display:block;
       border:solid 1px #000;
       width:100%;
       margin-bottom:10px;
       }  
	   
    #contactForm input[type=submit] {
	background-color: #336699;
	border: solid 1px #000;
	color: #c8c8c8;
	padding: 5px;
}
			              
   #messageSent {
      color:#fff;
      display:none;
      }
	  
   .error {
	  font-family: Tahoma;
	  font-size: 8pt;
	  color: red;
	  margin-left: 50px;
	  display:none;
	  }
  
   .sent {
      text-align:center;
	  margin:0!important;
  	  }
	
  .sent h1 {
	 margin:0!important;
  	 padding:0!important;
  	 }
