/* 
* Horizontal Login-Form Style 
*/

#login-wrapper {
	margin:52px 0px 0px 0px;*margin:45px 0px 0px 0px;padding:10px 0px 0px 20px;*padding:2px 0px 0px 15px;
	height:98px;width:24.923em;*width:23.175em;
	background:transparent url(login-wrapper-bg.png) no-repeat;
}

#login-wrapper #greeting {
	float: left;margin:5px 0px 0px 0px;*margin:10px 0px 0px 0px;
	height: 18px;	
	color: #666;font-size: 85%;line-height:100%;
}

#login-wrapper .button {
	border: 0px none;padding:0px 0px 0px 10px;
	width:45px;height: 13px;
	background:transparent url(button-arrow.png) no-repeat;
	color: #999;font-size: 85%;line-height:100%;
	}

#login-wrapper #sl_username {
	margin:0px 0px 0px 0px;*margin:0px 0px 0px 0px;display:block;float: left;
	width: 130px;height:30px;*height:38px;
}

#login-wrapper #sl_username input {
	margin:2px 0px 0px 0px;padding: 2px 0px 0px 0px;*padding:4px 0px 0px 2px;
	overflow: hidden;
	width: 128px;height:13px;
	font-size: 100%;
	background: none;
	color: #666;font-size: 85%;line-height:85%;
}

#login-wrapper #sl_pass {
	margin:0px 0px 0px 25px;*margin:0px 0px 0px 13px;display:block;float: left;
	width: 160px;height:30px;*height:38px;
}

#login-wrapper #sl_pass input {
	margin:2px 0px 0px 0px;padding: 2px 0px 0px 0px;*padding:4px 0px 0px 2px;
	overflow: hidden;
	width: 128px;height:13px;
	background: none;
	color: #666;font-size: 85%;line-height:85%;
}

#login-wrapper #sl_username label{color: #999;font-size: 85%;line-height:85%;}
#login-wrapper #sl_pass label{margin:0px;*margin:0px 0px 0px 15px;color: #999;font-size: 85%;line-height:85%;}

#login-wrapper #sl_rememberme {
	margin-left: 10px;
	float: left;
}

#button-wrapper{display:block;float:left;padding:0px;*padding:0px 0px 0px 0px;}


#login-wrapper #sl_submitbutton {
	display:block;margin-left: 0px;float: left; clear:left;
	width:130px;
}

#login-wrapper #sl_lostpass {
	margin-left: 10px;
	float: left; 
}

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

#login-wrapper #sl_register {
	display:block;margin:0px 0px 0px 25px;*margin:0px 0px 0px 27px;padding:0px 0px 0px 15px;float: left;
	height:13px;
	background:transparent url(button-arrow.png) no-repeat;
	color: #999;font-size: 85%;line-height:100%;
}

#login-wrapper #sl_register a{display:block;padding:2px 0px 0px 0px;*padding:0px 0px 0px 0px;color: #999;text-decoration:none;}
#login-wrapper #sl_register a:hover{text-decoration:none;}


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