html {
	color: #404040;
	background: #B3C8D7 url('../images/bg.gif');
}

body, div, dl, dt, dd, ul, ol, li, form, input, textarea, p, blockquote, th, td, span {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, clean, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #404040;
	font-weight: normal;
}

.text {
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: 13px;
	color: #606060;
	padding-top: 10px;
}

a:link, a:visited, a:active {
	color: #404040;
	text-decoration: none;
}

a:hover {
	color: #404040;
	text-decoration: underline;
}

:-moz-any-link:focus, :-moz-any-link:active {
	outline: none;
}

img {
	border: 0;
}

input, textarea, select {
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: 11px;
	border: 1px solid #BDBDBD;
	padding: 2px;
}

input.radio {
	border: 0px;
}

div#main {
	margin-top: 10px;
}

div#topLogo {
	height: 120px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #BDBDBD;
}

div#topSubLogo {
	height: 30px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #BDBDBD;
}

div#formMain {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
}

div#formFields {
	text-align: center;
	clear: both;
	margin: 0px;
	padding: 10px;
}

.inputError {
	border: 1px solid #FF0000;
}

.labelError {
	color: #FF0000;
}

.errorMessage {
	color: #FF2020;	
}

.errorMessageCentered {
	float: center;
	color: #FF4040;	
}

.boxer {
	background-image: url('../images/boxMiddle.gif');
	background-color: #E6EEF6;
	width: 700px;
	background-repeat: repeat-y;
	margin-bottom: 10px;
}

.boxer .top {
	background-image: url('../images/boxTop.gif');
	background-repeat: repeat-x;
	height: 10px;
}

.boxer .middle {
	font-size: 11px;
	color: #404040;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	text-align: center;
}

.boxer .bottom {
	background-image: url('../images/boxBottom.gif');
	height: 10px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.button {
	float: center;
	font-size: 11px;
	line-height: 22px;
	background-image: url('../images/buttonRight.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	width: 80px;
}
.button a {
	background-image: url('../images/buttonLeft.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	line-height: 22px;
	display: block;
	text-decoration: none;
	color: #404040;
}

.button a:hover {
	color: #000000;
}

div#bottomCopyright {
	height: 30px;
	clear: both;
}

div.copyright {
	float: center;
	clear: none;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	color: #696969;
}

div.bottomContent {
	margin: 0px auto;
}

div#affiliates {
	clear: both;
}

.boxerAffiliates {
	background-image: url('../images/boxMiddle.gif');
	background-color: #FFFFFF;
	width: 700px;
	background-repeat: repeat-y;
	margin-bottom: 10px;
}

.boxerAffiliates .topAffiliates {
	background-image: url('../images/boxTop.gif');
	background-repeat: repeat-x;
	height: 10px;
}

.boxerAffiliates .middleAffiliates {
	font-size: 11px;
	color: #404040;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	text-align: center;
}

.boxerAffiliates .bottomAffiliates {
	background-image: url('../images/boxBottom.gif');
	height: 10px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

div#adSense {
	clear: both;
}

.boxerAdSense {
	background-image: url('../images/boxMiddle.gif');
	background-color: #FFFFFF;
	width: 700px;
	background-repeat: repeat-y;
	margin-bottom: 20px;
}

.boxerAdSense .topAdSense {
	background-image: url('../images/boxTop.gif');
	background-repeat: repeat-x;
	height: 10px;
}

.boxerAdSense .middleAdSense {
	font-size: 11px;
	color: #404040;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	text-align: center;
}

.boxerAdSense .bottomAdSense {
	background-image: url('../images/boxBottom.gif');
	height: 10px;
	background-position: left bottom;
	background-repeat: no-repeat;
}
