@charset "UTF-8";
#wrap {
	width:680px;
	padding:10px;
}
#Column1 {
	float:left;
	width:320px;
	height:450px;
	padding:10px;
	background:#9c9;
}
#Column2 {
	float:right;
	width:320px;
	height:450px;
	padding:10px;
	background:#99c;
}

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: 700px;
}

.error
{
	color: #ff0000;
}

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

.center
{
	text-align: center;
	width: 700px;
}
.left
{
	float: left;
	width: 330px;
}
.right
{
	float: right;
	width: 330px;
}

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

.field
{
	float: left;
	margin-right: 5px;
	width: 180px;
	text-align: right;
}
.value
{
	float: left;
	width: 100px;
}
.valueState
{
	float: left;
	width: 2px;
}
.valueName
{
	float: left;
	width: 200px;
}
.valuePassword
{
	float: left;
	width: 200px;
}
.valueOrganization
{
	float: left;
	width: 220px;
}
.valueGuests
{
	float: left;
	width: 220px;
	height: 50px;
}

.valueNumber
{
	float: left;
	width: 150px;
}
.valueAddress
{
	float: left;
	width: 250px;
}

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