#uForm table {
	width: 100%;
}

#uForm td {
	text-align: left;
	vertical-align: top;
}

#uForm {
	position: relative;
	left: 220px;
	top: 10px;
	padding: 15px;
	width: 635px;
	height: 500px;
	background-color: #CCCCCC;
}

#uForm h1 {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

#uForm h2 {
	color: #006699;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}

#uForm input {
	background-color: #999999;
	border: none;
}

#uForm .flabel {
	width: 100px;
	color: #333333;
}

#fill {
	position: relative;
}

#FP1 {
	position: relative;
	width: 300px;
	left: 0px;
	top: 0px;
}

#FP2 {
	position: absolute;
	width: 300px;
	left: 325px;
	top: 0px;
}

#fbutton {
	text-align: right;
	margin-top: 5px;
}
