@charset "utf-8";

/* contactForm CSS */

/* 	
	// Trinity Lutheran StyleSheet
	// copperDesign
	// copper29design.com
	// One Shop Communications
	// oneshopcommunications.com
*/	

#columnRight {width: 369px;}
#columnRight p {line-height: 16px; color: #3c3d3e; text-align: left; margin: 1em 0;}
#columnRight h1 {font-size: 1.50em; margin: 10px 0 10px; color: #3c3d3e;}
#columnRight h2 {font-size: 1.20em; margin: 15px 0 15px; color: #3c3d3e; font-weight: bold;}


#contact-area {
width:372px;
float: left;
}

#contact-area form p {
  margin: .5em 0;
  font-weight: bold;
}

#contact-area input, #contact-area select, #contact-area textarea {
border:1px solid #999;
font-family:Helvetica,sans-serif;
font-size:1em;
margin:10px 0;
padding:3px;
width:270px;
}

#contact-area select  {
  padding: 0px;
  width: 280px;
}  
#contact-area textarea {
height: 90px;
}
  
#contact-area textarea:focus, #contact-area input:focus {
border:2px solid #993300;
padding:2px;
}

#contact-area input.submit-button {
float:right;
margin-right:22px;
width:100px;
}
  
label {
float:left;
padding:12px 10px 0 0;
text-align:right;
width:70px;
}
