#contactForm {
width: 260px;
}

div.form-rows{
background: #fff url('') repeat-y left;
padding: 3px 0px 3px 10px;	
}

.contactLabels {
float: left;
width: 50px;
padding-right: 10px;
color: #9c3276;
}

.labelSpacing {
line-height: 25px;	
color: #9c3276;
}

textarea#comments2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

textarea {
height: 90px!important;
}

.purple {
color: #9c3276;
}

.green {
color: #2c6f61;
}

h4.contact{
background-image: url('../images/contact-bg.png');	
color: #a54601;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.4825em;
line-height: 45px;
padding-left: 15px;
margin: 0px;
margin-top: 10px;
}

input:focus, textarea:focus {
background: #D1C1AF;
}

#container #service3 input, #container #service3 textarea, #container #service3 select{
	border-left: 5px solid #9c3276;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 7px;
	font: 16px "Times New Roman", Times, serif;
	color: #9c3276;
}

select.contact {
	width: 237px;
}

#container #service3 #send-button {
margin-top: 3px;
background-color: #9c3276;
color: #fff;
border: 0px;
padding: 5px;
}

