#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(input.png)/*tpa=http://www.fuattekstil.com/wp-content/themes/dropholio/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: 18px;
	background: transparent url(textarea.png)/*tpa=http://www.fuattekstil.com/wp-content/themes/dropholio/style/images/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(submit-blue.png)/*tpa=http://www.fuattekstil.com/wp-content/themes/dropholio/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(submit-blue.png)/*tpa=http://www.fuattekstil.com/wp-content/themes/dropholio/style/images/submit-blue.png*/ no-repeat center bottom;
}

.notes		{ background: none; background:#f0f0f0; border:1px solid #b8b8b8;}
.success	{ background: none; overflow: hidden; background:#ccfcd1; border:1px solid #addfb2; color: #6db475;}
.error		{ background: none; overflow: hidden; background:#f9e3e3; border:1px solid #e79e9e; color: #dd6d68;}
.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;}
