input.login_button, .login_button_contleft input
{
	background-color: #033669;
	border-color: #033669;
	border-style: solid;
	color: #ffffff;
	font-size: 110%;
	font-weight: bold;
	text-transform: lowercase;
	width: 80px;
}

.login_base
{
	display: block;
	font-size: 12px;
	line-height: 20px;
	padding: 50px 170px 0 0;
	text-align: center;
}

.login_button_contleft
{
	text-align: right;
}

.login_header
{
	display: block;
	font-weight: normal;
	margin: 0px 3px 0px 0px;
	text-align: left;
}

.login_header_error
{
	color: #cc0000;
}

.login_inputbox
{
	border-color: #033669;
	border-style: solid;
	border-width: 1px;
	display: block;
	margin-bottom: 10px;
	padding: 2px;
	width: 120px;
}

.login_message
{
	display: block;
	font-weight: bold;
	margin: 5px;
	text-align: center;
}

.login_message_error
{
	color: #cc0000;
}

.login_message_ok
{
	color: #005cad;
}

.rightalign
{
	text-align: right;
}

