@charset "utf-8";

/*----------------------------------
          CONTACT PAGE ONLY
----------------------------------*/



.telImg {
	margin-top:20px;
}

#contact .redTxt {
	color:#CC0000;
}

#contact .redTxt td input,
#contact .redTxt td textarea {
border:1px solid #CC0000;
}


.contactForm {
	width:100%;
	border-collapse:collapse;
}

.contactForm th,
.contactForm td {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px 0;
	font-weight:normal;
}

.contactForm th {
	width:150px;
}

.contactForm td input.middle{
	width:350px;
}

.contactForm td textarea{
	width:350px;
	height:150px;
}

#contact .contactBtn {
	text-align:center;
	margin:25px 0;
}

#contact .contactBtn input {
   outline:none;
}







