div.auth-button
{
	overflow: hidden;
	width: 100%;
}

div.auth-button a.button
{
	background: transparent url(images/button_bg.gif) no-repeat scroll top right;
	display: block;
	float: right;
	font-size:13px;
	height: 24px;
	padding-right: 18px;
	text-decoration: none;
	font-weight:bold;
}

a.button span
{
	background: transparent url(images/button_bg.gif) no-repeat;
	display: block;
	color: #052635;
	line-height: 14px;
	padding: 4px 0 5px 18px;
}

div.auth-welcome
{
	font-size:12px;
	margin-bottom:6px;
}

div.auth-links
{
	font-size:11px;
	margin-bottom:8px;
}

div.auth-links span
{
	font-size:10px;
	color:#d2d2d2;
}

div.auth-links a
{
	text-decoration:none;
}

#auth-user-login, #auth-user-pass
{
	width:118px;
}