form {
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

fieldset {
	margin: 10px 10px 0px 10px;
	padding: 5px 5px 10px 5px;
	border: 0px;
}

fieldset fieldset {
	border: 1px solid #245385;
}

legend {
	padding: 2px 10px 2px 10px;
	margin: 2px 0px 3px 0px;
	background-color: #245385;
	font-weight: bold;
	/*font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;*/
	font-size: 12px;
	color: white;
	border: 0px;
}

fieldset fieldset legend {
	color: #245385;
}

.formArea input, .formArea textarea, select, .formArea span.collectExtended input.text {
	border-left: 2px solid #888;
	border-top: 2px solid #888;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 10px;
	margin: 0px 0px 0px 5px;
	/*font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;*/
}

input.extended, span.collectExtended input {
	border: none;
	font-size: 10px;
	margin: 0px 1px 0px 5px;
	vertical-align: middle;
}

.noRowdiv_Label {
	color: #000;
	font-size: 12px;
}

div.row {
	clear: both;
	padding: 0px 0px 0px 0px;
}

label /*, div.row span.label*/ {
	color: #000;
	font-size: 12px;
	font-weight: 400;
}

div.row span.collect label, div.row span.collectExtended label {
	float: none;
	width: auto;
	text-align: left;
	font-weight: normal;
}

/*For labels on radio buttons and checkboxes*/
div.row span.collectExtended label {
	display: inline;
	font-weight: normal;
}

div.row label /*, div.row span.label*/ {
	float: left;
	width: 90px;
	text-align: right;
	margin: 0px 5px 0px 0px;
}

div.row > label /*, div.row span.label*/ {
	float: left;
	width: 90px;
	text-align: right;
	margin: 0px 5px 0px 0px;
}

div.row span.collect {
	float: left;
	width: 240px;
	text-align: left;
	padding: 7px 0px 0px 0px;
	font-size: 10px;
}

tr.formdatadisplay 
{
	font-size: 10px;
	line-height: 12px;
	/*font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;	*/
	padding-top: 7px;
}

div.row span.collectExtended {
	float: left;
	width: 240px;
	text-align: left;
	/*font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;*/
	font-size: 10px;
	padding: 3px 0px 0px 0px;
}

/*Changed the below */
.formArea .button {
	border-top: 1px solid #FFF4CB;
	border-left: 1px solid #FFF4CB;
	border-right: 1px solid #F1C117;
	border-bottom: 1px solid #F1C117;
	background-color: #FFE071;
	color: #000088;
	font-size: 10px;
	padding: 0px 3px 0px 4px;
	margin: 2px 0px 5px 10px;
	/*font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;*/
	font-weight: bold;
}

.teeny {
	line-height: 11px;
	padding-top: 4px;
}

.fieldHelp {
	clear: both;
	width: 90px;
	text-align: right;
	font-size: 10px;
	font-style: italic;
	line-height: 9px;
	/*font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;*/
}

.extendedLabel {
	font-size: 10px;
	float: left;
	width: 90px;
	text-align: right;
	margin: 0px 5px 5px 0px;
}

.required {
	font-weight: 300;
	/*font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;*/
	color: red;
	margin-right: 2px;
	font-size: 10px;
}

/* for the uc's for the research and membership forms */
#uc_ResearchApp_Segment table
{
	width: 99%;
	background-color: inherit;
}
#uc_MembershipApp_Segment table
{
	width: 99%;
	background-color: inherit;
}
