form#loginBox
{
	position: absolute;
	right:0;
	top:0;
	border-top-width:0;
	padding: 3px;
	margin:0;
	font-size: 13px;
}
form#loginBox legend
{
	font-weight:bold;
	height: 20px;
	line-height: 20px;
	float:left;
}
.stayConnected
{
	font-size: 11px;
	float:left;
	white-space: nowrap;
	padding: 0px 20px 0px 0px;
	height:20px;
	line-height:20px;
	display: block;
    vertical-align: middle;
}
.entries
{
	clear: both;
}
form.lostPassword, a.lostPassword
{
	font-size: 11px;
    height:20px;
    line-height:20px;
}

form.lostPassword .result
{
	font-weight: bold;
}
form.lostPassword span
{
	clear:left;
	float:left;
	width: 150px;
	height:20px;
	line-height:20px;
}
#loginBox label span
{
	display:none;
}
#loginBox label.channel span
{
	display:inherit;
}
#loginBox input[type=password], #loginBox input[type=text]
{
    border: 1px solid #CACACA;
    width: 75px;
}

form#loginBox error
{
	background-color: #FF7777;
	display: block;
	padding: 4px 8px;
	color: white;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 4px;
	border: 1px solid white;
}
label.stayConnected span
{
	display: inline-block !important;
}