#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/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: 20px;
	background: transparent url(../../style/images/textarea.png) no-repeat 0 0;
	font-size: 11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

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

#contact-form input#submit-button {
	clear:both;
	margin:0px;
	margin: 0 0 0 80px;
	width: 89px;
	background: transparent url(../../style/images/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/submit-blue.png) no-repeat center bottom;
}

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

.notes,.notice,.success,.error {
	font-size:16px;
	font-family: 'CrimsonItalic';
	color: #79accd;
}

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