/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	FORM STYLES
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	General
//-------------------------------------------------------------------------------------------------------*/
form
{
	margin:				0em;
}

/*	status messages	*/
.statusmsg
{
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			0.70em;
	color:				red;
}

/*---------------------------------------------------------------------------------------------------------
//	Labels
//-------------------------------------------------------------------------------------------------------*/
/*	all labels	*/
label,
label.cb,
label.checkbox,
label.radio
{
	margin-top:			5px;
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			11px;
	color:				black;
	clear:				left;
	float:				left;
	width:				120px;
	padding-right:		5px;
}

/*	labels for checkboxes/radio	*/
label.cbeckbox,
label.cb,
label.radio
{
	float:				none;
	margin-left:		5px;
	display:			inline;
	font-weight:		normal;
}

label.header
{
	float:				none;
	display:			block;
	font-weight:		bold;
	width:				400px;
}

/*---------------------------------------------------------------------------------------------------------
//	Fields
//-------------------------------------------------------------------------------------------------------*/
/*	text boxes, select boxes, textareas	*/
input.textfield,
select.textfield,
textarea.textfield
{
	width:				200px;
	background-color:	rgb(241,234,195);
	font-family:		verdana,arial,sans serif;
	font-size:			0.72em;
	color:				black;
}

.sectionname
{
	color:				#000000;
	font-size:			11pt;
	font-family:		Verdana, Arial, sans-serif;
	display: 			block;
	margin:				5px 0 10px 0;
	font-weight:		bold;
}
