﻿body 
{
	background-image: url("images/bg_main.gif");
	background-repeat: repeat-x;
	background-color: #b2e8ff;
}
a:link
{
	color: #2f62c8;
	text-decoration: underline;
}
a:visited
{
	color: #2f62c8;
	text-decoration: underline;
}
a:hover
{
	color: #5887e5;
	text-decoration: underline;
}
a:active
{
	color: #2f62c8;
	text-decoration: underline;
}

.button
{
	background-color: #d7d1c7;
	background-image: url("images/bg_button.gif");
	background-position: 0px 0px;
	background-repeat: repeat-x;
	border-color: #b8b2a7 #9a958b #817d74 #a7a298;
	border-style: solid;
	border-width: 1px;
	border-bottom-color: #817d74;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #a7a298;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #9a958b;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #b8b2a7;
	border-top-style: solid;
	border-top-width: 1px;
	display: block;
	float: right;
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	overflow: hidden;
	padding: 2px 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right:6px;
	padding-top: 2px;
	text-align: center;
}
.copyright
{
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 8.3pt;
	color: #000000;
	position: absolute;
	top: 575px;
	left: 20px;
}
.debug
{
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 8.3pt;
	color: Fuchsia;
}
.errorBox
{
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 8.3pt;
	border: solid 1pt #a72f2c;
	background-color: #e8d6d9;
	color: #a72f2c;
	padding: 5px 5px 5px 5px;
	width: 370px;
	text-align: left;
}
.errorBox_outer
{
	width: 100%;
	text-align: center;
	margin: 0px 0px 10px 0px;
}
.heading1
{
	color: #666666;
	font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	font-size: 18px;
	line-height: 16px;
	padding: 0px 0px 10px 0px;
	border-bottom: solid 1px #d4d4d4;
	margin: 0px 0px 10px 0px;
}
.heading2
{
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 8.3pt;
	padding: 0px 25px 0px 10px;
	padding-left: 10px;
	padding-right: 25px;
	white-space: nowrap;
}
.inputbox
{
	background-color: #ffffff;
	background-image: url("images/bg_input.gif");
	background-position: 50% top;
	background-repeat: repeat-x;
	border-color: #aca899 #ebebeb #ebebeb #aca899;
	border-style: solid;
	border-width: 1px;
	border-bottom-color: #ebebeb;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #aca899;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #ebebeb;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #aca899;
	border-top-style: solid;
	border-top-width: 1px;
	color: #000000;
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 11px;
	height: 13px;
	margin: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	overflow: hidden;
	padding: 3px 0px 3px 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
}
.inputbox_reset
{
	width: 180px;
}
.inputbox_verify
{
	width: 50px;
}
.inputbox_emailSection
{
	width:70px;
}
.logoBreak
{
	margin: 20px 0px 0px 0px;
}
.text
{
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 8.3pt;
	padding: 0px 0px 10px 0px;	
}
.text_success
{
	font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	font-size: 18px;
	padding: 0px 0px 10px 0px;
	line-height: 16px;
	color: #215b99;
}
