﻿/* contact */

	#google {
		border: 2px solid #333;
		width:425px;
		}

    #contactForm {
	width: 349px;
	background-color: #FFFFFF;
	border: 2px none #191919;
	overflow: hidden;
	height: auto;
}

	#contactForm img {
		border: 1px solid #21211f;
		}
		
    #contactForm form {
       padding:20px;
       border:none;
       }  
	       
    #contactForm label {
	display: block;
	color: #666666;
}
#contactForm input[type=text] {
	display: block;
	border: solid 1px #fff;
	width: 100%;
	margin-bottom: 10px;
	height: 24px;
	background-color: #5C743D;
}
		 
    #contactForm textarea {
       display:block;
       border:solid 1px #000;
       width:100%;
       margin-bottom:10px;
       }  
	   
    #contactForm input[type=submit] {
	background-color: #5C743D;
	border: solid 1px #000;
	color: #FFFFFF;
	padding: 5px;
}
			              
   #messageSent {
      color:#fff;
      display:none;
      }
	  
   .error {
	font-family: Tahoma;
	font-size: 8pt;
	color: #5C743D;
	margin-left: 50px;
	display: none;
}
  
   .sent {
      text-align:center;
	  margin:0!important;
  	  }
	
  .sent h1 {
	 margin:0!important;
  	 padding:0!important;
  	 }

