﻿body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	color:#9A958C;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
h1 {
	margin:50px 0px 10px 0px;
	/*font-size:1.0em;*/
	font-size:16px;
	letter-spacing:-1px;
	color:#2A271C;
}
h2 {
	margin:0px 50px 0px 0px;
	/*font-size:0.75em;*/
	font-size:12px;
	color:#827B6E;
	font-weight:normal;
}
h3 {
	font-size:11px;
	color:#827B6E;
	font-weight:normal;
}
p {
	width:385px;
	/*font-size:0.6em;*/
	font-size:10px;
	margin:0px 0px 9px 0px;
}
a {
	color:#9A958C;
	text-decoration:underline;
}
hr {
	width:392px;
	margin:5px 0px 5px 0px;
	border:#E2E1E0;
	height:1px;
	color:#E2E1E0;
	background-color:#E2E1E0;
	clear:both;
	text-align:left;
}
label {
	/*font-size:0.75em;*/
	font-size:12px;
	font-weight:bold;
}
input {
	clear:left;
}
img {
	border:none;
}
div#page {
	position:absolute;
	top:50%;
	left:50%;
	width:410px;
	height:498px;
	margin:-249px 0px 0px -460px;
	padding:0px 30px 0px 450px;
	background:url(../../../graphics/bkg/bkg_splash.jpg) no-repeat;
	border:#E2E1E0 solid 1px;
	
}
img#btn_yes {
	margin:0px 50px 0px 0px;
}
fieldset#check {
	border:none;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}
fieldset#check small {
	font-size:0.8em;
	font-weight:normal;
	margin:0px 0px 0px 24px;
}

select {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.7em;
}

#btn_submit {
	display:block;
	width:80px;
	margin:5px 0px 0px 0px;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border:1px solid #ccc;
}

#error {
	font-size:11px;
	color:#FF0000;
	margin:0px;
	/*height:30px;*/
}
