input, password	{
	float:left;
}
div.row	{
	clear: both;
	margin-bottom:6px;
}
label	{
	width:80px;
	float: left;
	text-align: right;
	font-size:80%;
	padding-right:1em;
	bottom:-9px;
	position:relative;
	font-weight:bold;
	color:#666;
}
.submit	{
	width:auto;
	position:relative;
	left:94px;
	background:#C82E0A;
	color:#fff;
}
input[type=text], input[type=password] {
	background-color: #FFFDE8;
	border: 1px dashed #999;
	color: #000;
	margin-bottom:6px;
}
input	{
	padding:3px;
}
input[type=text]:focus, input[type=password]:focus	{
	background-color: #EDFBD3;
	color: #006600;
	border: 1px solid #666;
}
.loginError	{
	color:#C82E0A;
	padding:0 0 0 54px;
	font-weight:bold;
}
div.logout	{
	padding-top:1em;
}
div.logout p	{
	text-align:center;
	font-weight:bold;
	color:#3C9314;
	font-size:100%;
}
div.logout img	{
	top:4px;
	position:relative;
	margin-right:4px;
}
div.logout p.login	{
	font-size:80%;
	font-weight:normal;
}
