@charset "utf-8";
/* CSS Document */
#form {
    width:100%;
    margin-left:auto;
	margin-right:auto;
    padding:5px;
}
#form div {
    margin-top:10px;
}
#form input, textarea, button {
    width:100%;
	height:30%;
    padding:3px 5px;
}
#form label {
	font-weight: bold;
	font-size: 1em;
	color: #8e4820;
	margin-bottom: -5px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
#form button {
    background-color: #8e4820;
    color: #184552;
}
#form button:hover {
    background-color: #8e4820;
}
.required {
    color:#dd6666;
}
