input.login_button, .login_button_contleft input
{
	background-color: #666633;
	border-color: #333300;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0.5em;
	width: 80px;
}

.login_base
{
	display: block;
	font-size: 12px;
	line-height: 20px;
	padding: 5px;
	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: #999967;
	border-style: solid;
	border-width: 1px;
	display: block;
	font-size: 1.4em;
	margin-bottom: 10px;
	padding: 0.5em;
	text-align: center;
	width: 150px;
}

.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;
}

