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

.invalidFormMessage
{
	font-weight: bold;
	font-size: 10pt;
	width: 405px;
	background-color: #ffffcc;
	border: 1px #F00 solid;
	padding: 5px;
}

.displayOff { display: none; }
.displayOn { display: block; }
.requiredMark { color: #ff0000; }

.formFooter
{
	font-size: 8pt;
	padding: 15px 20px 20px 0px;
}

#main #ValidationMessage { margin: 10px 0 0 0px; }

.validationMessageInit {
	display: none;
    background: transparent url(/images/form_processing.gif) no-repeat left;	
}

.validationInProcess
{
	padding: 5px 5px 5px 20px;
	display: block;
	width: 385px;
    background: transparent url(/images/form_processing.gif) no-repeat left;
}

/* Profile Form overlay */

#lightwindow_contents { background-color: white !important; }


#profileForm
{
	width: 350px;
	margin: 0;
	padding: 10px 0 0 10px;
	text-align: left;
}

#profileForm h2 { margin:0 0 10px 0; padding:0; text-align: left; font: bold 30px/30px Arial, sans-serif; color: #ccc;}

#profileForm ol
{
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}
#profileForm li
{
	display: block;
 	clear: both;
 	padding-bottom: 10px;
}

#profileForm label
{
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 5px;
	line-height: 20px;
}

#profileForm #form_password input, #profileForm #form_email input
{
	width: 240px;
	height: 20px;
}

p.forgot_password
{
	margin: 10px 0 10px 110px;
	padding: 0;
}
p.forgot_password a { font-size: 80%;}

#form_remember { margin-left: 100px;}

#profileForm #form_remember input
{float: left; width: 20px; }
#profileForm #form_remember label
{ float: left; width: 200px; text-align: left;}

#profileForm span.button { clear: both; display: inline-block; margin-left: 100px; }

#profileForm p.create_password { display: block; padding-top: 20px;}


form#event ol {margin: 0 0 25px 20px;
	padding: 0;
	list-style: none;}
	
form#event ol li
{
	padding: 0 0 10px 0;
	margin: 0;
	vertical-align: top;
}

form#event ol li label { padding: 0; display: inline-block; width: 180px; text-align: right; margin-right: 10px; font-weight: bold; line-height: 20px;}
form#event ol li label span.labelDescription { display: block; font-weight: normal; font-size: 75%;}

form#event ol li input[type=text] { height: 20px; width: 200px; *height: 18px; }

form#event ol li.checkbox { margin-left: 190px;}
form#event ol li.checkbox input { width: 20px; float: left;}
form#event ol li.checkbox label
{
	white-space: nowrap;
	text-align: left;
}


form#event ol li.checkbox h5 { margin: 5px 0; color: #666; padding: 0; font-size: 12px;}
form#event ol li.checkbox span { font-size: 80%; margin 5px 0; display: block; font-style: italic;}

form#event span.button { margin-left: 0px; }

td.formLabelTop { vertical-align: text-top; }

form#event { clear: both;}
#main form table { margin-left: 0; }

input[type=text] { border: 1px #ccc solid; height: 20px; }

#main p.profileLogin { background: #eee; margin: 5px 0 5px 20px; padding: 10px; }
#main p.profileLogin span.profileMgt { font-size: 90%; padding-left: 10px;}


