@charset "UTF-8";

body
{
	margin: 0px;
	background: #ffffff;
	color: #000000;
}
body, td, pre
{
	font-family: Arial;
	font-size: 14px;
}
pre
{
	font-family: Terminal;
}

#form
{
	padding: 10px;
	background: #D0D0C0;
	margin: auto;
	width: 600px;
	float: left;
}

.error
{
	color: #ff0000;
}

.header
{
	margin-bottom: 20px;
	font-weight: bold;
}

.left
{
	float: left;
	width: 450px;
}
.right
{
	float: right;
	width: 300px;
}

.status
{
	text-align: center;
	padding-bottom: 20px;
}

.field
{
	float: left;
	margin-right: 5px;
	width: 180px;
	text-align: right;
}
.value
{
	float: right;
	width: 250px;
}

.value input, .value select
{
	width: 100%;
}
.value input[type=submit]
{
	margin-top: 20px;
}