/* 
* Horizontal Login-Form Style 
*/

#sl_horiz {
	height: 65px;
	width: 573px;
	margin-top: 0px;
	margin-left: 20px;
	
}

#sl_horiz #greeting {
	background-image: url(horz_logout_bg.jpg);
	background-repeat: no-repeat;
	width: 165px;
	height: 65px;
	font-size: 12px;
	font-weight: bold;
	line-height: 61px;
	color: #FFFFFF;
	text-align: center;
	float: left;
}

#sl_horiz .button {
	background: none;
	border: 0px solid #d7d7d7;
	width: 90px;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	height: 65px;
	line-height: -60px;
	text-align: center;
}

#sl_horiz #sl_submitbutton {
	background-image: url(horz_btn2_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 111px;
	height: 65px;
	line-height: 61px;
	margin-left: 0px;
	float: left;
}

#sl_horiz #sl_username {
	background-image: url(horz_user_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 65px;
	width: 162px;
	float: left;
}

#sl_horiz #sl_username input {
	padding: 26px 0 0 43px;
	overflow: hidden;
	width: 140px;
	font-size: 100%;
	border: 0;
	background: none;
	font-weight: normal;
	color: #888;
}

#sl_horiz #sl_pass {
	background-image: url(horz_pass_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 65px;
	width: 156px;
	margin-left: 0px;
	float: left;
}

#sl_horiz #sl_pass input {
	padding: 26px 0 0 33px;
	overflow: hidden;
	width: 140px;
	font-size: 100%;
	border: 0;
	background: none;
	font-weight: normal;
	color: #777;
}

#sl_horiz #sl_rememberme {
	background-image: url(horz_remember_bg.jpg);
	width: 143px;
	height: 65px;
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	line-height: 61px;

}

#sl_horiz #sl_lostpass {
	margin-left: 0px;
	float: left;
}

#sl_horiz #sl_lostname {
	margin-left: 10px;
	float: left;
}

#sl_horiz #sl_register {
	margin-left: 10px;
	float: left;
}

#sl_horiz #sl_posttext {
	margin-left: 10px;
	float: left;
}

/* 
* Vertical Login-Form Style 
*/

#sl_vert {
	/*font-weight: bold;
	font-size: 110%;*/
}

#sl_vert #greeting {
	background-image: url(logout_bg.jpg);
	background-repeat: no-repeat;
	width: 175px;
	height: 44px;
	font-size: 12px;
	font-weight: bold;
	line-height: 60px;
	color: #FFFFFF;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#sl_vert .button {
	background-image: url(btn_bg.jpg);
	border: 0px solid #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 43px;
	width: 175px;
	line-height: 10px;
	margin-left: 0px;
	float: left;
}

#sl_vert #sl_username {
	background-image: url(user_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 52px;
	width: 175px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#sl_vert #sl_username input {
	padding: 26px 0 0 43px;
	overflow: hidden;
	width: 106px;
	font-size: 100%;
	border: 0px;
	background: none;
	font-weight: normal;
	color: #666666;
}

#sl_vert #sl_pass {
	background-image: url(pass_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 39px;
	width: 175px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#sl_vert #sl_pass input {
	padding: 10px 0 0 43px;
	overflow: hidden;
	width: 106px;
	font-size: 100%;
	border: 0;
	background: none;
	font-weight: normal;
	color: #666666;
}

#sl_vert #sl_rememberme {
	background-image: url(remember_bg.jpg);
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	width: 175px;
	height: 22px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sl_vert #sl_submitbutton {
	margin-bottom: 0px;
	text-align: center;
}

#sl_vert #sl_lostpass {
	margin-bottom: 5px;
}

#sl_vert #sl_lostname {
	margin-bottom: 5px;
}

#sl_vert #sl_register {
	margin-bottom: 5px;
}

#sl_vert #sl_posttext {
	margin-bottom: 5px;
}
