#contact-form label { 
	color: #7b7b7b;
	float: left;
	clear: both;
	width: 80px;
	height: 30px;
	line-height: 30px;
}

#contact-form input {
	color: #7b7b7b;
	display: block;
	width: 330px;
	height: 20px;
	text-align: left;
	float: left;
	border: 0;
	padding: 5px 10px;
	margin-bottom: 20px;
	background: transparent url(../style/images/dark/input.png) no-repeat 0 0;
	font-size: 11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#contact-form textarea {
	color: #7b7b7b;
	float: left;
	display: block;
	border: none;
	width: 330px;
	height: 123px;
	border: 0;
	padding: 10px;
	margin-bottom: 18px;
	background: transparent url(../style/images/dark/textarea.png) no-repeat 0 0;
	font-size: 11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
	resize: none;
}

#contact-form textarea:hover {
	border:none;
}

#contact-form input#submit-button {
	clear:both;
	margin:0px;
	margin: 0 0 0 80px;
	width: 110px;
	background: transparent url(../style/images/dark/submit-blue.png) no-repeat center top;
	color: #FFF;
	padding: 0 2px 1px 0;
	text-align: center;
	height: 20px;
	font-size: 13px;
	cursor: pointer;
	font-family: 'CrimsonItalic';
}

#contact-form input#submit-button:hover {
	background: transparent url(../style/images/dark/submit-blue.png) no-repeat center bottom;
}

.notes		{ background: none; background:#f0f0f0; border:1px solid #b8b8b8;}
.success	{ background: none; overflow: hidden; background:#77a984; border:1px solid #86bf9d; color: #2e4534;}
.error		{ background: none; overflow: hidden; background:#a97777; border:1px solid #bf8686; color: #531717;}
.notice		{ background: none; background:#fcf0cc; border:1px solid #ecc735;}

.notes,.notice,.success,.error {
	font-size:16px;
	font-family: 'CrimsonItalic';
	display: block;
	margin-bottom: 20px;
	padding: 10px;
	width: 408px;
	text-shadow: none;
}

.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;}