







form.standard
{
	padding:0;
	margin:0;
	width:500px;
	
	font-family: helvetica, sans-serif;
	font-size: 14px;
}



form.standard input.button
{	
	cursor:pointer;
	background: white url(images/simpleBtn_gray_bg.gif) bottom repeat-x;
	padding: 6px 18px;
	border: 1px solid #aaaaaa;
	font-size: 16px;
	font-weight: bold;
	-webkit-border-radius: 5px;}
form.standard input.green
{	
	background: #EAFEB6 url(images/simpleBtn_green_bg1.gif) bottom repeat-x;
	border: 1px solid #AAD402;
}
form.standard input.brown
{	
	background: #FBD31F url(images/simpleBtn_brown_bg1.gif) bottom repeat-x;
	border: 1px solid #D18B00;
}

form.standard fieldset
{	
	padding:0 10px 10px 10px;
	margin:10px 0 10px 0;
	border:none;
}

form.standard fieldset dl
{	
		padding:0 10px 0 0;
		margin:0;
}
form.standard fieldset dt
{	
	padding:10px 0 0 0;
	margin:0 0 0 8px;
}
form.standard fieldset dd
{	
	padding:0 10px 0 0;
	margin:0 0 0 10px;
}



form.standard fieldset legend
{	
	font-weight:bold;
	text-transform:none;/*uppercase;*/
	font-size:14px;
	line-height:18px;
	color:black;/*#666666;*/
	
	padding:5px 20px 5px 10px;
	margin:0 0 0 -10px;
}

form.standard fieldset#fsSubmit
{	
	text-align:right;
	padding:10px;
	background: white; /*#e5e5e5;*/
}





form.standard label
{	
	font-weight:normal;
	text-transform:none;/*uppercase;*/
	font-size:14px;
	line-height:20px;
	color:#666666;
	padding:2px;
	padding-top:3px;
}

form.standard input
{	
	border:1px solid #aaaaaa;
	background:white;
	padding:3px;
	
	font-size:14px;
}
form.standard input.noborder
{	
	border:none;
}

form.standard select
{	
	border:1px solid #cccccc;
	background:white;
	padding:3px;
	
	font-size:14px;
}

form.standard textarea
{	
	border:1px solid #cccccc;
	background:white;
	padding:3px;
	
	font-size:14px;
}



form.standard .full
{	
		width:100%;
	}

form.standard .name_title
{	
	width:50px;
}

form.standard .name_first
{	
	width:100px;
}

form.standard .name_initial
{	
	width:20px;
}

form.standard .name_last
{	
	width:100px;
}

form.standard .name_suffix
{	
	width:30px;
}

form.standard .field_note
{	
	color: #999999;
}

form.standard .undent
{	/* "undent" first-line. */
	padding-left: 10px;
	text-indent: -10px;
}





form.standard h2
{
	color: #999999;
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
	
	background:white;
	
	padding: 10px 0;
	margin-bottom: 2px;
}
form.standard h2.bordered
{	
	border-bottom: 1px solid #e5e5e5;
}





form.standard div.fieldrow
{	
	padding:10px 0px;
}












form.standard .error
{	
	background:#cc0000;
	color:white;
}


form.standard .validation_error_message
{	
	color:#cc0000;
}


form.standard fieldset.validation_error,
form.standard fieldset.validation_error legend,
form.standard .validation_error_bg
{	
	background:#eae7d0;
}









fieldset#fsEventLocation { }
fieldset#fsEventLocation label { }
fieldset#fsEventLocation label span
{	
	padding-left: 25px;
	font-size: 12px;
	font-weight: bold;
}



































