legend {
}
form div {
}
form div.button {
	/*border-bottom:1px solid #ccc;*/
}
label {
	float: left;
	width: 90%;
	padding-right:1em;
}
input, textarea {
	width:90%;
	border:1px solid #9e8292;
	padding:5px;
	margin-bottom:3px;
	background-color:transparent;
	color:#dbaa70;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
textarea {
	overflow:auto;
	width:90%;
	padding:5px;
	border-bottom:1px inset #9e8292;
}
input:hover, textarea:hover{
	border:1px inset #9e8292;
}
fieldset {
	border:none
}
.button input {
	border:1px #9e8292 outset;
	margin-left:0%;
	font-size:1.1em;
	padding:0px 16px;
	cursor:pointer;
	width:auto;
}
.button input:hover {
	border:1px #9e8292 inset;
}
.hoverfocus {
	border:1px solid #1b1b1b;
}