body {
	margin: 0px;
	font: 13px Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
img {
	vertical-align: bottom;
}
p {
	text-align: center;
	font-weight: bold;
}
label {
	display: block;
	width: 45%;
	font-weight: bold;
	margin: 0px 5px 3px 0px;
	float: left;
	text-align: right;
}
br {
	clear: left;
}
input,select {
	margin-bottom: 3px;
	float: left;
}
form {
	margin: 0px;
}
.hidden {
	float: left;
	width: 50%;
	overflow: hidden;
	border-right: 1px solid #7f9db9;
	margin-bottom: 3px;
}
.hidden select {
	margin: 0px;
}
#footer {
	float: left;
	margin-right: 5px;
	font-size: 11px;
}
#container {
	width: 324px;
	text-align: center;
}
#submit {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 124px;
	height: 25px;
	background-color: transparent;
	cursor: pointer;
}
#bar {
	background-color: #F0F0F0;
	width: 180px;
	height: 5px;
	margin-top: 3px;
	padding: 1px;
	border: 1px solid #000;
	float: left;
}
#percentage {
	height: 5px;
	background-color: #538ea6;
	float: left;
}