body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url('/images/newlogin/top_bar.jpg');
	background-repeat: repeat-x; 
}

#container {
	width: 900px;
	margin: 0px;
	margin-top: 49px;
	font-size: 1em;
	background-image: url('/images/newlogin/side_metal.jpg');
	background-repeat: repeat-y;
}

#header {
	width: 510px;
	height: 189px;
	overflow: hidden;
	background-image: url('/images/newlogin/logo.png');
	background-repeat: no-repeat;
}

#content {
	width: 350px;
	margin-left: 160px;
	margin-bottom: 65px;
	background-image: url('/images/newlogin/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#footer {
	background-image: url('/images/newlogin/bottom_bar.jpg');
	background-repeat: repeat-x;
	padding-top: 20px;
	margin-left: 160px;
	font-size: 0.9em;
}

h1 {
	color: #005cb2;
	font-size: 1.4em;
}

h2 {
	color: #005cb2;
	font-size: 1.4em;
	border-bottom: 1px solid #005cb2;
	font-weight: normal;
}

td.label {
	font-size: 0.9em;
}
td.errormessage {
	font-size: 0.9em;
	color: #ff0000;
	font-weight: bold;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	border: 1px solid #005cb2;
}

input.button {
	width: 71px;
	height: 26px;
	background-image: url('images/newlogin/button.png');
	background-repeat: no-repeat;
	margin-left: 20px;
	border: none;
}

a:link {color: #000000; text-decoration: underline;}
a:visited{color: #000000; text-decoration: underline;}
a:hover{color: #005cb2; text-decoration: underline;}
a:active{color: #005cb2; text-decoration: underline;}


