@charset "UTF-8";

/* page structure */

body {
	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: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #14162F;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 720px;
	margin: 25px auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../_images/sliding_sideways.jpg);
	background-repeat: no-repeat;
}
#mainContent {
	padding-top: 410px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 75px;
	font-size: 14px;
	color: #333;
}
label {
	width: 75px;
	padding-right: 10px;
	display: block;
	font-weight: normal;
	text-align: right;
	float: left;
	margin-top: 0.5em;
}
.field{
	border : 1px solid #E5E5E5;
	background-color: #E5E5E5;
	width: 315px;
	margin-top: 0.5em;
}
.align2field {
	width: 315px;
	margin-left: 85px;
	margin-top: 0.5em;
}
h1 {
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0em;
}
.jsvalidation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0;
}
