@charset "UTF-8";
/* IE6 css fixer v0.7: Wed, 18 Nov 2009 13:58:48 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
* html label {display:inline;}


/* ============================================= */
/* potentially harmful settings                  */

/* add zoom:1 to backgrounds -- Manually check for problems with inline elements! */
* html input#submit {zoom:1;}

input, textarea {background-color: #cfcfcf;}
form {
	color: #6f655a;
	margin-left: 80px;
}
form div {
	padding: 7px 0;
}
label {
	float: left;
	width: 80px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	line-height: 40px;
	margin-left: 41px;
}
input, textarea {
	padding: 10px 0;
	width: 600px;
	background-color: #f1f1f1;
	border: 1px solid #f0c786;
}
input:hover {background-color: #EDE5D4;}
textarea:hover {background-color: #EDE5D4;}

textarea {
	margin: 0 0 20px 0;
}
input#submit {
	padding: 0;
	background: none;
	width: 138px;
	margin: 5px 0 0 350px;
	border: none;
}