.form th {
	text-align: left;
	vertical-align: top;
}

/* Form Module Styles */

#FormModule_instructions {
	color: #FFF;
	background-color: #377C2B;
	padding: 0px;
	margin: 0px;
	width: 484px;
	padding: 8px;
	text-align: center;
}

#FormModule_formTable {
	background-color: #eee;
	border: none;
	padding: 0px;
	width: 500px;
}

#FormModule_formTable td {
	padding: 8px;
}

#FormModule_formTable .FormModule_labelCell {
	text-align: right;
	font-size: 10px;
	color: #377C2B;
	width: 200px !important;
	line-height: 20px;
}

#FormModule_formTable .FormModule_labelCellLong {
	text-align: left;
}

#FormModule_formSubmitButton {
	background-color: #377C2B;
	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%;
}
.cap { float:left; color:#62629C; font-size:80px; 
line-height:60px; padding-top:2px; font-family: times;
}

input, select, textarea {background-color:#EEEEEE; border-color:#759A4B; border-width:1px; font-size:11px; color:#759A4B; font-weight:bold; }

/*
h1, h2 {
background-color: #f0ead9;
}
*/
h1, h2 {
border: 2px solid #3C7F20;
	text-indent: 10px;
	background: #F5DF01; /* old browsers */
	background: -moz-linear-gradient(top, #FFF7A6 0%, #F5DF01 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF7A6), color-stop(100%,#F5DF01)); /* webkit */
color: #343434;
}
h2 {
	padding: 3px 0px 3px 2px;
}

