body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E5E5E5;
}
body {
	background-color: #28637E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/shared/background.gif);
}
a:link {
	color: #E5B045;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E5B045;
}
a:hover {
	text-decoration: underline;
	color: #E5B045;
}
a:active {
	text-decoration: none;
	color: #E5B045;
}
.copyright {
	font-size: 9px;
	color: #000000;
}
.smallTxt {font-size: 10px}
.inputForm {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	border: 1px solid #555555;
	font-size: 12px;
	color: #FFFFFF;
}

#errors {
	margin-bottom: 20px;
	margin-left: 150px;
}

#lblErrors li {
	color: #FF0000!Important;
	font-weight: bold;
}

#btnValidateForm {
	margin-top: 10px;
	margin-left: 200px;
}

#pnlCaptcha {
	margin-top: 25px;
	margin-bottom: 100px;
        text-align: left;
}

#lblVerifySubmission {
	font-size: 14px!Important;
}

#lblVerifySubmission span {
	font-weight: bold;
}

#CaptchaControl1_image {
	margin-top: 10px;
	margin-bottom: 10px;
}

.captcha span {
	margin-right: 10px;
}

#btnSubmitForm {
	margin-top: 5px;
}

#ValidationSummary2 ul li {
	color: #FF0000!Important;
}
