@charset "utf-8";
/* ---------- Contact Us ---------- */

input,textarea{
	font-size: 12px;
	padding: 1px;	
	}

fieldset{
	border:0;
	}
	
legend{
	display: none;
	}

label{
	font-weight: bold;
	}

.content-heading{
	font-weight: bold;
	display:block;
	width: 200px;
	background: url('../img/right-gradient-border-light.png') no-repeat bottom left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}

.custom-text,.contact-form{
	float: left;
	}

.contact-form{
	margin-top: 53px;
	}

.custom-text{
	width: 320px;
	margin-top: 40px;	
	}

.custom-text p, .contact-terms p, .sent-message p{
	margin-top: 10px;
	line-height: 14px;		
	}

p,label,input{
	color: #F0DFC6;
	}

.contact-terms{
	width: 500px;
	bottom:27px;
	left:20px;
	position:absolute;
	}

.contact-form{
	width: 500px;
	}

.form div{
	float: left;
	}

input,textarea{
	margin-top: 5px;
	}

input.subject, input.title, input.full-name, input.email, textarea.message{
	background: #443a2e;
	border: 1px solid #7ba3a3;
	color: #fff;
	margin-right: 10px;
	}

input.subject, textarea.message{
	width: 480px;	
	}

input.title{
	width: 34px;
	}

input.full-name, input.email{
	width: 209px;
	}
	
div.submit-button{
	float: right;
	margin-right: 15px;
	}

div.submit-button input{
	color: #111;
	}

form div{
	padding: 5px 0;
	}

.sent-message{
	background: #F0DFC6;
	padding: 0 10px 10px;
	margin: 15px 0;
	border: 1px solid #ccc;
	}

.sent-message p{
	color: #333;
	}