/* @group Core Elements */





/* @group Structure */











/* @group Signal Login Styling */

#sl_horiz {
	height: auto;
	overflow: hidden;
	float: right;
	width: 230px;
}

#sl_horiz #greeting {
	float: left;
	height: 22px;
	margin-right: 10px;
}

#sl_horiz .button {
	border: 0;
	width: 53px;
	height: 26px;
	padding: 0 0 5px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding:0 0 0 10px;
	cursor: pointer;
	color: #666;
	background: url(../img/uc_sub_bt.gif) no-repeat;
}

#sl_horiz .button:hover {
	color: #333;
}

#sl_horiz #sl_username {
	margin:4px;
	width: 220px;
	
}

#sl_horiz #sl_username input {
	padding-left: 24px;
	overflow: visible;
	width: 180px;
	font-size: 16px;
	font-weight: bold;
	height: 22px;
	border: 1px solid #e7e7e7;
	color: #666;
	background: #fbfbfb url(../img/user_bg.gif) 0 50% no-repeat;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#sl_horiz #sl_pass {
	margin: 4px;
	width: 220px;
}

#sl_horiz #sl_pass input {
	padding-left: 24px;
	overflow: hidden;
	width: 180px;
	font-size: 16px;
	font-weight: bold;
	height: 22px;
	border: 1px solid #e7e7e7;
	color: #666;
	background: #fbfbfb url(../img/pass_bg.gif) 0 50% no-repeat;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#sl_horiz #sl_rememberme {
	margin-left: 10px;
	float: left;
	line-height: 22px;
	color: #fff;
}

#sl_horiz #sl_submitbutton {
	width:80px;
	height:24px;
	margin: 4px 0 4px 40px;
	
	
}

#sl_horiz #sl_lostpass,
#sl_horiz a {
	margin-left: 10px;
	line-height: 26px;
	color: #269FD6;
	text-decoration: none;
	background-image: url(../img/g_forgot.png);
	background-repeat:repeat-x;
	font-weight: normal;
	width: 200px;
	text-align: right;
}

#sl_horiz #sl_register {
	margin-left: 10px;
	float: left;
}

#sl_horiz #sl_posttext {
	margin-left: 10px;
	float: left;
}

/* @end */
