label,input.text {
	display: block;
	width: 450px;
	float: left;
	margin-bottom: 10px;
}

label {
	font-size:10px;
	font-weight:bold;
	text-align: right;
	width: 100px;
	padding-right: 20px;
}

legend {
	font-size:10pt;
	font-weight:bold;
	font-style:italic;
	color:#9999cc;
}

br {
	clear: left;
}

.outer {
	display: block;
	width:450px;
}

.inner {
	display: block;
	float:right;
	width:400px;
	margin-right:10px;
}

.submitButton {
	border-right: gray 1px outset; 
	border-top: gray 1px outset; 
	font-weight: bold; 
	font-size: 10px; 
	border-left: gray 1px outset; 
	color: black; 
	border-bottom: gray 1px outset; 
	background-color: #9999cc
}