/* contact.css */

/*--------------- contact ------------------------------------------*/

address {
	
	font-style: normal;
	
	
}

#contactaddress{

	width: 100%;
	
	text-align: center;
	
	margin: 30px 0px;
}

#formlink {
  	float: right;
 }


/*------------ contactform --------------------------------------*/

#headline{

  margin-bottom: 10px;
 }
 
#formcontainer{

	float: left;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

#contactform {

	float: left;
	margin-top: 15px;
	padding-left: 140px;
}

.leftp {

  float: left; 
  width: 170px; 
  text-align: left; 
  padding: 0 5px 0 0; 
  margin: 0 0 5px 0;
  line-height: 1.5em;
}

.rightp {

  float: left;
  text-align: left; 
  width: 420px; 
  padding: 0 0 0 0;
  margin: 0 20px 0 0;
  line-height: 1.5em;
 }
 
.rightp_sec{

  float: left;
  text-align: left; 
  width: 200px; 
  padding: 0 0 0 0;
  margin: 0 15px 0 0;
  line-height: 1.5em;
 }
 
.text {

  margin: 0;
  padding: 1px 2px 1px 2px;
  width: 415px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 0.8em;
  /*color: #333;*/
}

.twocol{

  margin: 0;
  padding: 1px 2px 1px 2px;
  width: 200px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 0.8em;
  /*color: #333;	*/
}

.selector{

  margin: 0;
  padding: 1px 2px 1px 2px;
  width: 421px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 0.8em;
  /*color: #333;*/

}



#contactform  textarea {
  font-family: Verdana, Helvetica, Arial, san-serif;
  font-size: 0.8em;
  /*color: #333; */
  width: 415px;
  height: 120px;
  background-color: #fff;
  padding: 1px 2px 1px 2px;
  border: 1px solid #ccc; 
  
}
#contactform  p.error {
  text-align: left;
  width: 415px; 
  padding: 0 0 0 0px;
  margin: 0 0 10px 150px;
  line-height: 1.5em;
  color: #f60;
  font-size: 0.8em;
  font-weight: bold;
 }

#contactform  input.error {
  border: 1px dotted red;
  background-color: #f60;
  color: white;
}

#contactform p.footer {
  height: 73px;
  text-align: center; 
  clear: both;
}

#footer{
	margin-left: 315px;
}

#submitbtn {
  border: 1px solid #ccc;
  background: #fff;
  width: 421px;
  font-size: 1.0em;
} 
