#contact-form {
	padding-left:20px;
}
fieldset {
	border:none;
}
.hide {
	display: none;
}
label {
	font-size:1.167em;
	line-height:1.5em;
	margin-top:0.75em;
	display:block;
	font-weight:bold;
	color:#555555;
}
#form_name, #form_email, #form_subject {
	height:19px;
	width:195px;
	padding-top:3px;
	padding-left:5px;
	display:block;
	border:none;
	background:url(../img/input-bg.png) no-repeat;
	color:#666666;
}
#form_name:focus, #form_email:focus, #form_subject:focus {
	background:url(../img/input-bg.png) 0 -22px no-repeat;	
}
textarea {
	width:395px;
	height:195px;
	padding:5px 0 0 5px;	
	border:none;
	background: url(../img/textarea-bg.png) no-repeat;
	color:#666666;
}
textarea:focus {
	background: url(../img/textarea-bg.png) 0 -200px no-repeat;
}
#form_submit, #form_reset {
	border:none;
	height:35px;
	margin-top:0.75em;
}
#form_submit:hover, #form_reset:hover {
	cursor:pointer;
}
#form_submit {
	width:130px;
	background: url(../img/submit-bg.png) no-repeat;
}
#form_submit:hover {
	background: url(../img/submit-bg.png) 0 -35px no-repeat;
}
#form_reset {
	width:90px;
	background: url(../img/reset-bg.png) no-repeat;
}
#form_reset:hover {
	background: url(../img/reset-bg.png) 0 -35px no-repeat;
}
#contact-form #response {
	color:red;
}
