/* CSS Document */
.form_container {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
  }
.fieldset label {
	margin: 0em;
	padding: 0em;
  }
 
.fieldset .nobr {display:none;}  
.fieldset .textselect {
	max-height:200px;
	overflow: scroll;
	position: absolute;
	z-index: 10;
}
.fieldset .textfield {
	height:19px;
	width:60px;
	background-color: transparent;
	background-image: url(../images/form/textfield.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 8pt;
	line-height: 12px;
	margin: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.fieldset .textfield200 {
	height:23px;
	width:188px;
	background-color: transparent;
	background-image: url(../images/form/textfield200.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 8pt;
	line-height: 12px;
	margin: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.fieldset .textarea200 {
	height:85px;
	width:188px;
	background-color: transparent;
	background-image: url(../images/form/textarea200.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 8pt;
	line-height: 12px;
	margin: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: hidden;
	display: block;
}
.fieldset .textarea {
margin:3px;
height:165px;
}
.submit {
BORDER-BOTTOM: #fff 0px solid; 
BORDER-LEFT: #fff 0px solid; 
MARGIN: 3px; WIDTH: 80px; 
BACKGROUND: url("../images/submit.gif") no-repeat; 
HEIGHT: 20px; BORDER-TOP: #fff 0px solid; 
BORDER-RIGHT: #fff 0px solid
}
.form_container form {
}
.form_container .fieldset legend {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.form_container FORM {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* dropdown stuff */
.absolute {
	position: absolute;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ethnicicOther {
	visibility: hidden;
	position: absolute;
}

