/* 
* Horizontal Login-Form Style 
*/

#sl_horiz {
	height: 35px;
	width: 470px;
	float: right;
	margin-top: -5px;
}

#sl_horiz #greeting {
	float: left;
	height: 22px;
	margin-right: 10px;
}

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

#sl_horiz #sl_username {
	background-image: url(user_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 22px;
	width: 177px;
	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: normal;
	color: #888;
}

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

#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: 10px;
	float: left;
}

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

#sl_horiz #sl_lostpass {
	margin-left: 10px;
	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;
}