 /* Form styles */

.wpcf7 p {
	margin: 0;	
}

.wpcf7 p.captcha-label {
	margin-top: 10px;	
}

.wpcf7 p.captcha {
	margin-bottom: 15px;
	margin-top: 2px;
}

#contactform label,
.wpcf7 label,
#contact .wpcf7 span.label { 
	display: block; 
	text-transform:uppercase;
	color: #666;
	}
	
#contactform input, #contactform select,
.wpcf7 input, .wpcf7 select {
	margin-top: 2px;
	}
	
#contactform select, #contactform input, #contactform textarea,
.wpcf7 select, .wpcf7 input, .wpcf7 textarea {
	border:1px solid #bbbdc0;
	background:#FFF;
	margin-bottom:15px;
	font-size:11px;
}
	
#contactform select,
.wpcf7 select {
	width:239px;
	}

#contactform #security,
.wpcf7 p.captcha img {
	float:left;
	}

.wpcf7 p.captcha input {
	float: left;
	width: 150px;
	margin: 0;
	height: 22px;
}

#contactform .hilite,
.wpcf7 .hilite {
	color:#CC0000;
	}

#contact #content ul {
	margin:15px;
	}

#contact .wpcf7 input.wpcf7-submit {	
	background: #663300 !important;
	padding: 4px;
	margin: 0 2px 0 0;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	border:none !important;
}

#contact .wpcf7 input.wpcf7-submit:focus {	
	padding:4px;
	background: #663300 !important;
	border:none !important;
}
		
#contact .wpcf7 input.wpcf7-submit:hover{	
	background: #381c00 !important;
	color: #FFF;
	border:none !important;
	padding:4px;
	cursor: pointer;
}
