@charset "utf-8";

/* LOGIN */

#login_wrapper{
	width: 424px;
	height:auto;
	border:0px solid white;
	margin:0 auto;
	margin-top:54px;
	position:relative;
}

#login_content_wrapper{
	width: 424px;
	height:0px;
	border:0px solid white;
	margin:0 auto;
	position:relative;
	top:-9999px;
}



#login_header{

	height:53px;

 	width:424px;

 	margin: 0 auto;

	border:0px solid white;

	background-image:url(images/login/login_header.png);

	background-position:center;

	background-repeat:no-repeat;

	position:relative;

	top:-246px;

}

#login_hltw{
	width:26px;
	height:213px;
	position:absolute;
	background-image:url(images/login/hltw.png);
	left:363px;
	top:52px;
	background-repeat:no-repeat;
}

#login_t{
 	height:102px;
 	width:424px;
 	margin: 0 auto;
	border:0px solid white;
	background-image:url(images/login/login_t.png);
	background-position:center;
	background-repeat:no-repeat;
}

#login_content, #help_content {
	width: 424px;
	margin: 0 auto;
	border:0px solid white;
	background-image:url(images/login/login_m.png);
	background-position:center;
	background-repeat:repeat-y;
}

#login_content_content, #help_content_content{
	width:265px;
	margin:0 auto;
	border:0px solid white;
	opacity:0;
}

#login_b, #help_b{
 	height:119px;
 	width:424px;
 	margin: 0 auto;
	border:0px solid white;
	background-image:url(images/login/login_b.png);
	background-position:center;
	background-repeat:no-repeat;
}

#login_b_b{
	width:265px;
	margin:0 auto;
	font-size:10px;
}



#loginButton,
#logoutButton,
#homeButton{
	width:91px;
	height:39px;
	border:none;
	cursor:pointer;
}

#loginButton{
	float:right;
	position:relative;
	left:5px;
	background: transparent url(images/login/button.png);
	z-index:1000;
}

#logoutButtonDiv{
	margin: 0 auto;
	width:200px;
}

#logoutButton{background: transparent url(images/login/button_logout.png);}
#homeButton{background: transparent url(images/login/button_home.png);}



#loginButton:focus::-moz-focus-inner,
#logoutButton:focus::-moz-focus-inner,
#homeButton:focus::-moz-focus-inner{border:none;}

#loginButton:focus,
#logoutButton:focus,
#homeButton:focus{background-position: 0 0;}

#loginButton:active,
#logoutButton:active,
#homeButton:active{background-position: -91px 0;}



#tof_wrapper{
	opacity:0;
	display:none;
	height:0px;
	position:relative;
	top:-150px;
}

#help_content_wrapper{
	width: 424px;
	height:auto;
	border:0px solid white;
	margin:0 auto;
	margin-top:54px;
	position:absolute;
	top:-2px;
	opacity:0;
	display:none;
}

#help_t{
 	height:102px;
 	width:424px;
 	margin: 0 auto;
	border:0px solid white;
	background-image:url(images/login/help_t.png);
	background-position:center;
	background-repeat:no-repeat;
}

/* LOGIN FORM */
#login_content_content input[type="text"],
#login_content_content input[type="password"]{
	height:24px;
	width:100%;
	color:#353535;
	font-size:18px;
}



#userLabel{

	background-image:url(images/login/login_user.png);

	width:73px;

	height:33px;

	background-repeat:no-repeat;

}



#passwordLabel{

	background-image:url(images/login/login_password.png);

	width:73px;

	height:33px;

	background-repeat:no-repeat;

}



textarea{

	background-color:transparent;

	border:1px solid #555;

	color:white;

	width:300px;

	height:200px;

}



input.button{

	height:30px;

	width:60px;

	border:1px solid #555;

	background-color:#222;

	color:white;

}



