/* INPUT FIELD CSS Copy this to your style sheet
------------------------------------------------------------- */

#contact-form {
	overflow: hidden;
	margin-bottom: -15px;
}

#contact-form input {
	display: block;
	width: 280px;
	height: 20px;
	text-align: left;
	border: 0;
	padding: 5px 10px;
	margin-bottom: 15px;
	background-color: #e9e9e9;
	font-family: "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: 11px;
	color: #818181;
}

#contact-form textarea {
	display: block;
	border: none;
	width: 360px;
	height: 140px;
	clear: both;
	border: 0;
	padding: 10px 10px 15px 10px;
	margin: 0;
	background-color: #e9e9e9;
	font-size: 11px;
	line-height: 18px;
	font-family: "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",Helvetica,Arial,sans-serif;
	color: #818181;
	resize: none;
}

#contact-form input#submit-button {
	background-color: #e64135;
	color: #FFF;
	font-family: "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",Helvetica,Arial,sans-serif;
	text-decoration: none;
	display: inline-block;
	width: auto;
	height: 25px;
	cursor: pointer;
	font-size: 11px;
	margin-top: -12px;
	margin-right: 20px;
	float: right;
	z-index: 2;
	position: relative;
	text-align: center;
	padding: 6px 10px 6px;
}

#contact-form p { 
	position: relative; 
	margin: 0; 
	padding: 0; 
}

#contact-form p label { 
	position: absolute; 
	top: 0; 
	left: 0; 
	line-height: 30px;
	padding: 0 0 0 10px;
	font-size: 11px;
	color: #818181;
	font-family: "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",Helvetica,Arial,sans-serif;
}

#contact-form p br {
	display: none;
}

.form-left {
	width: 300px;
	float: left;
}

.form-right {
	width: 380px;
	float: right;
}


/* Error / Success / Notice 
------------------------------------------------------------- */

.notes		{ background: none; }
.success	{ background: none; height:30px;}
.error		{ background: none; height:30px;}
.notice		{ background: none; }

.notes,.notice,.success,.error
			{
				font-size:13px;
				color: #e64135;
				font-family: 'Museo300';
			}

.notes span,.notice span,.success span,.error span 
			{
				font-weight:bold;
				font-size:13px;
			}

.notes p,.success p,.error p,.notice p
			{
				margin:0px;
				padding:0px;
			}

#note {width:100%; padding:0; margin:0;}