/* 
* Horizontal Login-Form Style 
*/

#top_login_wrp
{
/*float:right;*/
}

#sl_horiz {
	height:26px;
	background-color:#3d3d3d;
	border-bottom:solid 1px #858585;
	color:#e8e8e8;
	padding: 8px 0 0 0;
	margin: 0px;
	font-size:11px;
}

#sl_horiz * {
	color:#e8e8e8;
}

#sl_horiz #greeting {
	float: left;
/*	height: 22px;*/
	padding-left: 0px;
}

#sl_horiz #greeting img {
	vertical-align:text-bottom;
	margin-right:4px;
}

#sl_horiz .button {
	background-color: white;
	border: thin solid #d7d7d7;
	font-size: 100%;
	font-weight: normal;
	color: #888;
	height: 18px;
	line-height: 10px;
}

#sl_horiz #sl_username {
/*	background-image: url(user_bg.png);*/
	background-image: url(user.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 22px;
/*	width: 177px;*/
	margin-top:1px;
	width: 126px;
	float: left;
}

#sl_horiz #sl_username input {
	padding: 2px 0 0 24px;
	overflow: hidden;
	width: 100px;
	font-size: 100%;
	border: 0;
	background: none;
	font-weight: bold;
	color: #888;
}

#sl_horiz #sl_pass {
/*	background-image: url(pass_bg.png);*/
	background-image: url(pass.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 22px;
/*	width: 177px;*/
	width: 126px;
	margin-left: 10px;
	float: left;
	margin-top:1px;
}

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

#sl_horiz #sl_rememberme {
	margin-left: 5px;
	float: left;
	color:#00508e;
/*	border-right:solid 1px #e8e8e8;*/
}

#sl_horiz #modlogn_remember
{
vertical-align:middle;
}

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

#sl_horiz #sl_submitbutton_logout {
	margin-right: 0px;
	float: right;
	padding:0;
}

#sl_horiz #sl_account_details {
	margin-right: 10px;
	float: right;
}

#sl_horiz #sl_lostpass {
	margin: 0;
	padding: 0;
	float: left;
}

#sl_horiz #sl_lostpass_spacer {
	padding: 0px 15px 0px 25px;
	float: left;
}

#sl_horiz #sl_lostname {
	margin: 0;
	padding: 0;
	float: left;
}

#sl_horiz #sl_lostname_spacer {
	padding: 0px 15px;
	float: left;
}

#sl_horiz #sl_register {
	margin: 0;
	padding: 0;
	float: left;
}

#sl_horiz #sl_register_spacer {
	padding: 0px 15px;
	float: left;
}

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

#sl_horiz #sl_horiz_frm_wrp
{
width:970px;
margin:0 auto;
text-align:left;
}

/* 
* Vertical Login-Form Style 
*/

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

#sl_vert #greeting {
	text-align: center;
	float: none;
	height: 22px;
	margin-bottom: 10px;
}

#sl_vert .button {
	background-color: white;
	border: thin solid #d7d7d7;
	font-size: 100%;
	font-weight: normal;
	color: #888;
	height: 22px;
	line-height: 10px;
}

#sl_vert #sl_username {
	background-image: url(user_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 22px;
	width: 177px;
	margin-bottom: 5px;
}

#sl_vert #sl_username input {
	padding: 2px 0 0 24px;
	overflow: hidden;
	width: 150px;
	font-size: 100%;
	border: 0;
	background: none;
	font-weight: normal;
	color: #777;
}

#sl_vert #sl_pass {
	background-image: url(pass_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 22px;
	width: 177px;
	margin-bottom: 10px;
}

#sl_vert #sl_pass input {
	padding: 2px 0 0 24px;
	overflow: hidden;
	width: 150px;
	font-size: 100%;
	border: 0;
	background: none;
	font-weight: normal;
	color: #777;
}

#sl_vert #sl_rememberme {
	margin-bottom: 0px;
}

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

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

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

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

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