@charset "utf-8";
/* CSS Document */

form{
	width:450px;
}
form fieldset{
	background-color:#222;
	border:1px solid #61463b;
	margin:10px;
}
form fieldset legend{
	font-weight:bold;
}

form fieldset label{
	width:100px;
	text-align:right;
	display:block;
	margin-right:10px;
	float:left;
}
form fieldset input, textarea{
	border: 1px solid #765242;
	background-color:#333;
	color:#d9b67e;
	padding:2px;
}
/*form fieldset input.submit:hover, form fieldset input.button:hover{*/
form fieldset input:hover,textarea:hover{
	border: 1px solid  #EEB488;
	background-color:#222;
	color:#d9b67e;
	padding:2px;
}

#form-error{

	font-style:italic;
}
