span.label {
	float:left;
   width: 150px;
   text-align: right;
}

.thetext {
	margin-left:20px;
	margin-right:20px;
}


.formlabel {
	position:relative;
	width:175px;
	left:0px;
	font-weight:bold;
	float:left;
	text-align:right;
}

.formbox {
	position:relative;
	left:4px;
}

.stdformbox {
	position:absolute;
	left:175px;
}

.formrow {
	position:relative;
	height:20px;
}

.formtext {
	position:relative;
	height:120px;
}

.formcont {
	position:relative;
}


input, select, textarea {
   border-style: solid;
   border-width: 1px; 
   border-color: black; 
   background-color: white; 
   font-size: 8pt;
}

input[readonly] {
  background-color: #eeeeff;
}
