/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/content_bg.jpg) repeat-y center;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input.searchBox, input.searchSubmit {
	border: 1px solid #333;
	font-size: 10px;
}
input.button {
	font-family: Arial;
	font-size: 8px;
	border: 1px solid #333;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
li {
	margin: 0 0 2px 5px;
}
h1.title {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-top: 13px;
	margin-bottom: 5px;
	background: url(../images/title_bg.jpg) no-repeat center;
}
a, a.visited, #footer a, #footer a.visited {
	color: #06c;
}
a:hover, a:hover.visited, #footer a:hover, #footer a:hover.visited {
	color: #09f;
}
#header {
	width: 100%;
	height: 80px;
	background: url(../images/header_bg.jpg) repeat-y top;
}
#content {
	width: 600px;
	margin: 10px auto;
}
#content #blurb {
	font-size: 80%;
	width: 550px;
	text-align: left;
	padding: 5px;
}
#content #pageTrial {
	font-size: 80%;
	width: 100%;
	text-align: left;
	padding: 5px;
}
#content #done {
	width: 100%;
	text-align: left;
	padding: 5px;
}
#footer {
	font-size: 80%;
	padding-top: 10px;
	min-height: 50px;
/*	background: url(../images/footer_bg.jpg) repeat-x top;*/
}
.label, .smallPrint {
	font-size: 80%;
}
.label:hover {
	background-color: #fc0;
}
.labelChecked {
	font-size: 80%;
	background-color: #fc0;
	font-weight: bold;
}
.formHeader {
	font-weight: bold;
}
.formField {
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #333333;
	background-color: #ffffff;
}
.formFieldFocus {
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #333333;
	background-color: #ffff99;
}
#AppID {
	border: 1px dashed #333333;
	background-color: #ffc;
	height: 30px;
	width: 80%;
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
}
#locList {
	text-align: left;
}
.yes {
	color: #060;
}
.no {
	color: #900;
}
#loginTable {
	background: url(../images/login_bg.jpg) no-repeat top center;
}
#appID {
	text-align: center;
}
#declarationTable {
	background-color: #9cf;
	border: 1px solid #009;
}
#declarationContent {
	width: 98%;
	margin: 0px auto;
	border: 1px solid #009;
	background-color: #fff;
	padding: 2px;
}
#dateSeparator {
	width: 100%;
	margin: 8px auto 2px auto;
	background-color: #000;
	color: #fff;
}
