@charset "utf-8";
/* CSS Document */

*{
	padding:0px;
	margin:0px;
	}

body {
	background-color: #fff;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
#centered_div	{
	clear: both;
	display: inline;
	width:680px;
	height:418px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-340px;
	margin-top:-209px;
	background:white;
	}
#logo {
	width: 165px;
	height: 70px;
	margin: 0px 0px 6px 0px;
	background-image: url(../graphics/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#left_container {
	clear: both;
	float: left;
	width: 165px;
	height: 320px;
	margin: 0px 0px 0px 0px;
	}
#form_top {
	background-image: url(../graphics/bg_form_top.gif);
	background-repeat: no-repeat;
	color: red;
	width: 165px;
	height: 62px;
	margin: 0px 0px 0px 0px;
	}
.sign_in {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	display: block;
	font-size: 24px;
	font-weight: normal;
	color: white;
	padding: 12px 0px 0px 15px;
	}
#form_middle {
	background-color: #efefef;
	margin: 0px;
	width: 165px;
	height: 229px;
	}
#form_middle p {
	margin: 0px;
	padding: 0px;
	}
#unm {
	margin: 0px 0px 10px 0px; 
	width: 140px;
	}
#password {
	margin: 0px 0px 10px 0px;
	width: 140px;
	}
.login_button {
	display: block;
	margin: 0px 0px 4px 0px;
	width: 142px;
	}
#powered {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 9px;
	text-align: center;
	}
#powered a {
	color: #888;
	text-decoration: none;
	}
#form_bottom {
	clear: both;
	background-image: url(../graphics/bg_form_bottom.gif);
	background-repeat: no-repeat;
	height: 29px;
	margin: 0px 0px 0px 0px;
	}
#form_bottom a {
	color: #fff;
	display:block;
	text-align: center;
	padding: 7px 0px 0px 0px;
	}
#marketing_div	{
	float: right;
	width:500px;
	height:320px;
	margin: 0px;
	}
#footer {
	clear: both;
	color: #666666;
	position: relative;
	text-align: center;
	padding-top: 10px;
	}
#footer a {
	margin: 0px 5px 0px 5px;
	color: #3366FF;
	text-decoration: none;
	}
#footer a:hover {
	margin: 0px 5px 0px 5px;
	color: #000;
	text-decoration: none;
	}