/* 
* Horizontal Login-Form Style 
*/

#sl_horiz {
	height: 22px;
	width: auto; /* 341px; */
	margin-top: 1px;
	margin-left: 1px;
	float: left;
}

#sl_horiz #greeting {
	float: left;
	height: 22px;
	margin: 0 6px 0 6px;
	font-family:Arial;
	font-size:11px;
}

#sl_horiz .button {
	border:1px solid #CCCCCC;
	color:#E2292C;
	font-family:Arial;
	font-size:11px;
	/* font-weight:bold; */
	height:20px !important;
	line-height:10px !important;
	margin: 3px 0 2px -6px;
	/* padding: -2px 5px; */
	text-align:center;
	/* width:auto; 
	vertical-align: middle; */
/*
	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: 144px;
	float: left;
}

#sl_horiz #sl_username input {
	padding: 6px 0 0 24px;
	overflow: hidden;
	width: 110px;
	font-size: 11px;
	border: 0;
	background: none;
	font-weight: normal;
	color: #4A4A4A;
	
	/* IE7 fix */
	margin-bottom: 0.2em;
	min-height: 10px; 
	display: block;
	clear: all;
}

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

#sl_horiz #sl_pass input {
	padding: 6px 0 0 24px;
	overflow: hidden;
	width: 110px;
	font-size: 11px;
	border: 0;
	background: none;
	font-weight: normal;
	color: #4A4A4A;
	
	/* IE7 fix */
	margin-bottom: 0.2em;
	min-height: 10px; 
	display: block;
	clear: all;
}

#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;
}

/* 
* 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: 7px 0 0 24px;
	overflow: hidden;
	width: 150px;
	font-size: 100%;
	border: 0;
	background: none;
	font-weight: normal;
	color: #4A4A4A;
}

#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: 7px 0 0 24px;
	overflow: hidden;
	width: 150px;
	font-size: 100%;
	border: 0;
	background: none;
	font-weight: normal;
	color: #4A4A4A;
}

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

#sl_vert #sl_submitbutton {
	margin-bottom: 5px;
	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;
}
