#barlogin
{
	margin:				10px;
}

#barlogin label
{
	font-size:			11px;
	line-height:		14px;
}

#barlogin input
{
	width:				145px;
}

#barlogin input.button
{
	font-size:			11px;
	line-height:		20px;
	height:				20px;
	color:				#000;
	text-decoration:	none;
	display:			block;
	margin:				0;
	padding:			0;
	border:				1px solid #999;
	background:			#EEE;
	width:				80px;
	text-align:			center;
}
#barlogin input.button:hover
{
	background:			#DDD;
}

#loginError
{
	margin:				20px 0;
	padding:			10px;
	border:				1px solid #C00;
	background:			#FEE;
}

#barlogin a.link
{
	background:			url(./link.gif) no-repeat;
	background-position: 0 2px;
	font-size:			11px;
	line-height:		14px;
	color:				#000;
	text-decoration:	none;
	display:			block;
	padding:			0 0 0 25px;
}