.form th {
	text-align: left;
	vertical-align: top;
}

/* Form Module Styles */

#FormModule_formTitle {
	color: #FFF;
}

#FormModule_instructions {
	color: #FFF;
	background-color: #780808;
	padding: 0px;
	margin: 0px;
	width: 584px;
	padding: 8px;
	text-align: center;
}

#FormModule_formTable {
	background-color: #CCC;
	border: none;
	padding: 0px;
	width: 600px;
}

#FormModule_formTable td {
	padding: 8px;
}

#FormModule_formTable .FormModule_labelCell {
	text-align: right;
	font-size: 10px;
	color: #780808;
	width: 200px !important;
	line-height: 20px;
}

#FormModule_formTable .FormModule_labelCellLong {
	text-align: left;
}

#FormModule_formSubmitButton {
	background-color: #780808;
	border-color: #CCCCCC rgb(102, 102, 102) rgb(102, 102, 102) rgb(204, 204, 204);
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	font-family: Trebuchet MS,Gill Sans Condensed,Optima,Arial,sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 4px;
	text-transform: uppercase;
}

.expandableList_heading {
  background-color: #FFFFFF;
  padding: 3px;
}
.expandableList_heading div {
  text-decoration: none;
}
.expandableList_item {
  margin-bottom: 2px;
}
.expandableList_title {
  background-color: #EEEEEE;
  padding: 3px;
}
.expandableList_name {
  text-decoration: underline;
}
.expandableList_name {
  text-decoration: underline;
}
.expandableList_name:hover {
  color: red;
}
.expandableList_description {
  padding: 3px;
  font-style: italic;
  font-size: 80%;
}
.xinha_iframe body{
text-align: left;
}

#employmentForm form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  width: 400px;
}

#employmentForm form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #780808;
  font-size:18px;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
width:400px;
}
legend {
font-size:14px;
  color:#780808;
  font-weight:bold;
}

#employmentForm form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #780808;
  margin: 0 0 0 0;
  padding: 0 5px;
}
#employmentForm label{
float: left;
width: 180px;
font-weight: bold;
}

#employmentForm input, textarea, select{
border: solid #000000 1px;
margin-bottom: 5px;
}

#employmentForm textarea{

}

#employmentForm .boxes{
width: 1em;
}
