@charset "utf-8";
body {
	background-image: url(../images/_bck01.jpg);
	background-color: #FD931D;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	scrollbar-face-color: #D98219;
	scrollbar-shadow-color: #A06114;
	scrollbar-highlight-color: #D98219;
	scrollbar-3dlight-color: #A06114;
	scrollbar-darkshadow-color: #D98219;
	scrollbar-track-color: #D98219;
	scrollbar-arrow-color: #A06114;
}
table {
	font-size: 11px;
}
input {
	background-color: #FFB463;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
textarea {
	background-color: #FFB463;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
select {
	background-color: #FFB463;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.RadioButton {
	background-color: #BC6003;

}
.inputButton {
	background-color: #CCCCCC;
	width: 75px;
	border: 1px outset #FFFFFF;
}



#title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	vertical-align: bottom;
	padding-top: 10px;
}

#main {
	width: 420px;
	background-color: #BC6003;
	opacity: 0.8;
	filter: alpha(opacity=80);
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 320px;
	padding-right: 5px;
	padding-left: 5px;
}
