#popupLoginWidget #links {
    font-size:13px;
}

#loginscroll {
	position:relative;
	height:260px;
	overflow:hidden;
	width:165px;
	display:none;
	z-index:2;
}

#loginscroll div {
	position:absolute;
	width:999em;
}
#registerform {
	position:relative;
	overflow:hidden;
	width:165px;
	display:none;
	z-index:2;
}
.account {
	background:#eee;
    color:#000;
	_background-image:none;
	padding:0 10px;
	width:140px;
	float:left;
	margin-right:15px;

	-moz-border-radius:10px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-moz-box-shadow:0 0 13px 0 #333;

	-webkit-border-radius:10px;
	-webkit-border-top-right-radius:0;
	-webkit-border-top-left-radius:0;
	-webkit-box-shadow: 0 0 13px #000;
}
.account #message {
	padding:5px 10px;
	width:140px;
	margin:0px -10px;
	/*color:#fff;
	background:#c10;
	display:none;*/

	-moz-border-radius:10px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-webkit-border-radius-bottom-left:8px;
	-webkit-border-radius-bottom-right:8px;
}
.account #message.error {
	color:#fff;
	background:#c10;
}
.account #message.info {
	color:#fff;
	background:#1c0;
}
