/* CSS Document */

form
{

}

form .err
{
	background-color:#FCC;
}

form label
{
	display:inline-block;
	text-align:right;
	vertical-align:middle;
	padding:5px 5px 7px 0px;
	width:120px;
}

#login form label
{
	width:50px;
}

form input[type=submit]
{
	font-size:11px;
	font-weight:bold;
	border:1px solid #000000;
	background:#FFF;
}
	
form input[type=submit]:hover
{
	background:#A82736;
	color:#FFF;
}

input[type=text], input[type=password], select
	{
	font-size:10px;
	padding:2px;
	border:1px solid #000;
	margin-bottom:3px;
	width:120px;
	}
	
select
{
	width:126px;
}

div.info, div.err
{
	display:block;
	padding:3px 10px;
	margin-bottom:5px;
	background-color:#093;
	color:#FFF;
}

div.err
{
	background-color:#A82736;
}