@charset "utf-8";
/* sub page container layout */

#wrapper {
	background:url(../images/bg-main.gif) repeat-y;
	height: auto !important;
	margin:0 auto -59px; /* set bottom to same as footer height including padding */
}

/* sub page header and page layout */
#main-header-wrapper, #login {
	width:960px;
}

#main-header-wrapper {
	height:55px;
	padding-top:31px;
}

#login {
	background:url(../images/bg-login.jpg) no-repeat;
	margin-top:20px;
}

#panel-login {
	width:283px;
	top:218px;
	left:25px;
	position:relative;
	z-index: 1000;
}

#panel-login-subhead {
	margin-bottom:32px;
}

#panel-login-form td {
    vertical-align:top;
}

#form1 {
	margin-bottom:32px;
}

#form1 .formText {
	outline-style:none;
	background:url(../images/login-form.gif) no-repeat left top;
	width:110px;
	height:16px;
	padding:6px 6px 13px;
	border:0;
	margin:0;
}

#form1 .formBtn {
}

/* scrolling panel */
#panel-agreement {
	float:right;
	position:relative;
	margin-top:20px;
	padding-right:30px;
}
div.scroll_controls {
	width:18px;
	height:212px;
	float:right;
	position:relative;
}

div.scroll_controls .up {
    position:absolute;
}
	
div.scroll_controls .dn {
    position:absolute;
	bottom:0;
}

div#wn	{
	width:550px;
	height:212px;
	margin-right:10px;
	float:right;
	position:relative;
	overflow:hidden;
}

div#wn a { color:#635245; text-decoration:underline;}
div#wn a:hover { color:RED; }

