body {
	font-family : arial,sans-serif ;
	font-size : 100% ;
	padding: 0;
	margin: 0;
	background-color:#fffffff;
	color:#666666;
}
.container {
	margin: 0 0 0 15px;
	width: 750px;
}
.top {
	height:69px;
	background-image: url("../media/dashboard_banner.gif");
	background-repeat: no-repeat;
	margin: 10px 0 0 0 ;
}
.col1 {
	width:280px;
	float:left;
}
.col2 {
	float:right;
	top:0;
	width:410px;
	height:318px;
	background-image: url("../media/bg_dashboard_curve.gif");
	background-repeat: no-repeat;
	background-position: top right;
}
.clear {
	clear:both;
}
h2 {
	font-size:1em;
	font-weight:bold;
	color:#336699;
	padding:0;
	margin:0;
}
.splash p {
	font-size:small;
}
.splash {
	margin-top:30px;
}
.login_head {
	font-size:1.2em;
	font-weight:bold;
}
.form {
	position:relative;
	top:55px;
	left:130px;
}
.footer {
	height:20px;
	background-color:#003366;
}
.loginMsg {
	color:#336699;
	padding: 5px 0 0 0 ;
}
.forgotpwd {
	font-size:11px;
}
a.forgotpwd:active {color : #666666 ; text-decoration:none;}
a.forgotpwd:link {color : #666666 ; text-decoration:none;}
a.forgotpwd:visited {color : #666666 ; text-decoration:none;}
a.forgotpwd:hover {color : #666666 ; text-decoration:underline;}