@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #F0F0F0;
}
img {
	border:0;
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #container {
	width: 425px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 10%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-bottom: 40px;
}
.oneColFixCtrHdr #mainContent {


}
.oneColFixCtrHdr #footer {
	padding-top: 30px;
}
a:link {
	color: #13A0EC;
	text-decoration: none;
}
a:visited {
	color: #13A0EC;
	text-decoration: none;
}
a:hover {
	color: #13A0EC;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
}
.copyright {
	color: #999999;
	font-size: 10px;
	text-align: center;
}
a.copyright:link {
	text-decoration: underline;
}
a.copyright:visited {
	text-decoration: underline;
}
a.copyright:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
/* ---- Form */
legend {
	border: 1px solid #13A0EC;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-bottom: 15px;
	text-align:left;
}
fieldset {
	border: 1px solid #13A0EC;
	width: 300px;
	padding-bottom: 10px;
	margin: 0 auto;
}
label {
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0em;
}
input {
	color:#000000;
	border:1px solid #FFFFFF;
	background-color: #13A0EC;
	font-weight:bold;
	width:130px;
	padding-right: 4px;
	padding-left: 4px;
}
.submit input {
	width:80px;
	color: #000000;
	border: 2px outset #d7b9c9;
	background-color: #F0F0F0;
} 
