@charset "utf-8";
@import "/css/layout.css";
@import "/css/navigation.css";
@import "/css/style.css";
a.button {
	display: block;
	padding: 10px;
	height: 250px;
	width: 362px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	color: #fff;
	background: url("../images/map.gif") no-repeat;
}
a.button:hover {
	color: #fd0;
}
form {
	margin: 0 0 12px;
}
form p {
	text-align: right;
}
label {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
input, textarea {
	padding: 1px 5px;
	border: solid 1px #000;
	background-color: #ffc;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
}
input {
	width: 200px;
	margin: 0 0 0 10px;
}
input#submit, input#reset {
	width: 80px;
	border: 0;
	margin: 0 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: #250858;
	cursor: pointer;
}
input#submit:hover, input#reset:hover {
	background-color: #c00;
}
textarea {
	width: 320px;
}
