body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f7f8f3 url(../images/background.jpg) 20% 0 repeat-x;
	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: #000000;
}

#container {
	width: 40%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 14px;	
}

#mainContent {
	width: 409px;
	margin: 91px auto 0;
	padding: 0 20px;
	background: url(../images/maincontent_background.png) no-repeat;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	position: relative;
	top: -105px;
	left: -20px;
}

.block {
	padding: 0px 0.75em;
	margin: 1.5em 0px;
}

.style5 {
	color: #FB5E0D; 
	font-weight: bold; 
	font-size: 12px; 
}

#beta {
	position: relative;
	top: -60px;
	left: 300px;
}

#logo {
	position: relative;
	top: -100px;
	left: 25px;
}

table {
	margin: 0px auto;
	padding: 0px 35px 0px 0px;
}

a {
	color: #FB5E0D;
}
a:link {
	color: #FB5E0D;
}

a:visited {
	color: #ff9966;
}

a:hover {
	text-decoration: none;
	background: #EAFFCA;
	color: #FB5E0D;
}

#bottom {
	position: relative;
	top: -115px;
	width: 363px;
	margin: 3em 0px 0px;
}

#footer {
	margin: 0px auto;
	padding: 1em 0px 0px;
}
.textfield {
	background: #eaffca;
	border: 1px solid #666666;
	margin: 0px 0em;
}

.loginButton   {
	padding: 0px 0.25em;
	background: #FC5E0C;
	border-top: 1px solid #ff9966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 92%;
	font-weight: bold;
	color: #FFFFFF;
	border-right: 1px solid #FF9966;
	border-bottom: 1px solid #993300;
	border-left: 1px solid #993300;
	float: none;
	clear: none;
	left: 245px;
}

p {
	margin: 0px;
	padding: 0px;
}

.style7 {
	color: #FB5E0D; 
	font-weight: bold; 
	font-size: 10px; 
}

.style8 {
	font-size: 12px;
	color: #333333;
}

.style13 {
	color: #FB5E0D; 
	font-weight: bold; 
	font-size: 13px; 
}

#jsWarning {
	color:		#f00;
	position:	absolute;
	top:		10px;
	text-align: center;
	left: 		center;
	border: 	groove medium  #000;
	background-color: #fff;
}

#loginError {
	position: 	relative; 
	top: 		-80px;
	color: 		#f00;
	height: 	20px;
}

* { behavior: url(scripts/iepngfix.htc) }