.divFormsOuter
{
	margin-top: 10px;
	clear: none;
}

.divFormsOuter h4
{
	font-size: large;
}

.divFormsInner ul, li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.divFormsInner li
{
	clear: both;
}

.divFormsInner p
{
	float: left;
	clear: both;
	margin-top: 20px;
}

.divFormsColumn
{
	float: left;
	clear: none;
	margin-left: 10px;
	margin-right: 20px;
}

.spanFECaption,
.spanFECaptionMandatory,
.spanFECaptionMissing
{
	padding-left: 10px;
}

.spanFECaptionMandatory,
.spanFECaptionMissing
{
	background: url("../images/bulletpoint.png") no-repeat center left;
}

.spanFECaptionMissing
{
	color: red; 
	font-weight: bold;
}

.liFEDefault,
.liFEListQueryStatic
{
	white-space: nowrap;
}

.liFELabel
{
	margin-top: 13px;
	margin-bottom: 3px;
	font-weight: bold;
	white-space: nowrap;
}

/* ** Check Query Styles */
.ulFECheckQuery
{
	list-style: none;
	float: left;
	clear: none;
}

.ulFECheckQuery li
{
	clear: both;
}

.ulFECheckQuery input
{
	margin-left: 10px;
}

/* ** List Query Styles */
.liFEListQueryStatic ul
{
	float: left;
	clear: none;
}

.liFEListQueryStatic li
{
	margin-right: 10px;
}

.liFEListQueryStatic input
{
	margin-bottom: 5px;
	padding: 0px;
	font-family: verdana;
}

.inputFEListQueryStaticButton
{
	width: 100px;
	border: 1px solid black;
}

.inputFEListQueryStaticButtonHidden
{
	display: none;
}

.inputFESubmitButton
{
	height: 30px;
	width: 100px;
	border-width: 0px;
	background: url("../images/submit.jpg") no-repeat;
	font-weight: bold;
}
