/* 
* Horizontal Login-Form Style 
*/

#sl_horiz {
	height: 22px;
	width: 600px;
	margin-top: 17px;
	margin-left: 11px;
	float: left;
}

#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 {
	float: left;
}

#sl_horiz #sl_username input {
	padding-left: 20px;
	overflow: hidden;
	width: 150px;
	font-size: 100%;
	font-weight: normal;
	border: thin solid #d7d7d7;
	color: #888;
	background-color: white;
	background-image: url(user_bg.png);
	background-repeat: no-repeat;
	background-position: left;
}

#sl_horiz #sl_pass {
	margin-left: 10px;
	float: left;
}

#sl_horiz #sl_pass input {
	padding-left: 20px;
	overflow: hidden;
	width: 150px;
	font-size: 100%;
	font-weight: normal;
	border: thin solid #d7d7d7;
	color: #888;
	background-color: white;
	background-image: url(pass_bg.png);
	background-repeat: no-repeat;
	background-position: left;
}

#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;
	margin-bottom: 5px !important;
	float: left;
	color: #999999 !important;
}

#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 {
	text-align: center;
	float: none;
	height: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right:10px;
}

/*
#sl_vert .button {
	background-color:#cccccc;
	border:none;
	font-size: 100%;
	font-weight: normal;
	color: #cccccc;
	height: 22px;
	line-height: 10px;
	width:100%;
	background-image: url(loginArrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-right:20px;
}
*/

#sl_vert #sl_username {
	margin-top: 15px;
	margin-bottom: 5px;
}

#sl_vert #sl_username input {
	padding-left: 20px;
	overflow: hidden;
	width: 150px;
	font-size: 100%;
	font-weight: normal;
	border: 1px solid #999999;
	color: #888;
	background-color: white;
	background-image: url(user_bg.png);
	background-repeat: no-repeat;
	background-position: left;
}

#sl_vert #sl_pass {
	margin-bottom: 5px;
}

#sl_vert #sl_pass input {
	padding-left: 20px;
	overflow: hidden;
	width: 150px;
	font-size: 100%;
	font-weight: normal;
	border: 1px solid #999999;
	color: #888;
	background-color: white;
	background-image: url(pass_bg.png);
	background-repeat: no-repeat;
	background-position: left;
}

#sl_vert #sl_rememberme {
	margin-bottom: 5px;
}

#sl_vert #sl_submitbutton {
	margin: 0px;
	text-align: center;
}

#sl_vert #sl_submitbutton .button{
	margin-bottom: 5px;
	margin-top:0px;
	text-align: right;
	padding-right:25px;
	background-color:#cccccc;
	border:none;
	font-size: 100%;
	font-weight: normal;
	color: #888;
	height: 22px;
	line-height: 10px;
	width:80%;
	background-image: url(loginArrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}


#sl_vert #sl_lostpass a{
	margin-left: 10px;
	margin-bottom: 5px !important;
	float: left;
	color: #999999 !important;
	font-size:10px;
}

#sl_vert #sl_lostname {
	margin-bottom: 5px;
}

#sl_vert #sl_register {
	margin-bottom: 5px;
}

#sl_vert #sl_posttext {
	margin-bottom: 5px;
}
