body {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
}

table {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
}

table tr td {
	text-align: center;
}

p#message {
	text-align: center;
}

p {
	text-align: center;
}

input {
	font-size: 11px;
}

form {
	margin: 0px;
	padding: 0px;
}

.button {
	width: 100px;
}

.label {
	text-align: right;
	white-space: nowrap;
}

.value {
	text-align: left;
}

.tip {
	font-size: 9px;
	text-align: left;
}

div#main {
	height: 130px;
	width: 260px;
}

div#header {
	background-color: #404040;
	height: 15px;
	width: 100%;
}

div#form {
	margin: 10px;
	height: 100%;
	border-width: 4px;
	border-style: solid;
	border-color: #a0a0ff;
	padding: 2px;
}

p#errorMessage {
	color: #ff0000;
	display: none;
}