	.form-error-field { 
	background-color: #FFC; 
}  
.form-error-message { 
	font-weight: bold; 
	color: #900;
}  
.topicExamples {
	font-size:.8em;
}
.formFieldSection {
margin-bottom:15px;
}
.formFieldSectionTitle {
color:#003399;
font-weight:bold;
}
form#form1 ol {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
form#form1 li {
margin-bottom:3px;
}
/*
#comments {
margin:10px 0 10px 0;
} */
#btnsubmit { outline: 0; }
.formbutton {
	font-weight: bold;
	background: none;
	cursor: pointer;
	color: #0e5890;
}

span.button {
	cursor: pointer;
	margin: 0;
	padding: 0 12px 0 0;
	text-decoration: none;
	height: 23px;
	background: url(/images/UI/button_bg_white.png) no-repeat right top;
	display: inline-block;
}
span.button a {
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	line-height: 23px;
	margin: 0;
	padding: 0 0px 0 12px;
	text-decoration: none;
	background: url(/images/UI/button_bg_white.png) no-repeat left top;
	text-shadow: 1px -1px 1px #01304a;
}

span.button input {
	border: none;
	_margin: 2px 0;
}

textarea {
	margin-bottom: 10px;
}
.moreinfo {
	margin: 0 0 20px 20px;
	width:197px;
	font-size:80%;

}

.moreinfo ul {
list-style-image:url("/images/diamond_table.gif");
list-style-type:square;
}
