fieldset {
	border: solid black thin;
	float: left;
	vertical-align: middle;
	display: block;
	left: auto;
	top: auto;
	right: auto;
	bottom: 5px;
}

legend {
	font-size: 20px;
	color: white;
	width: 100%;

	padding 5px;
}

label.field  {
	text-align: right;
	width: 100px;
	float: left;
	font-weight: bold;
}
input.textbox-300{
	width:300px;
	float:left;
}
fieldset p {
	clear: both;
	padding: 5px;
}
label span, .required {
	color: red;
	font-weight: bold;
}

div.fieldSetSpace{
	width: 80px;
	float: left;
}
.clr {
	clear: both;
}
.showusername {
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
}
