/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	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
{
	display:			block;
	margin-top:			1.0em;
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			11px;
	color:				#003366;
}

/*	labels for checkboxes/radio	*/
label.cbeckbox,
label.cb,
label.radio
{
	display:			inline;
	font-weight:		normal;
}

/*---------------------------------------------------------------------------------------------------------
//	Fields
//-------------------------------------------------------------------------------------------------------*/
/*	text boxes, select boxes, textareas	*/
#commentarea .commentfield,
input.textfield,
select.textfield,
textarea.textfield
{
	width:				240px;
	background-color:	white;
	font-family:		verdana,arial,sans serif;
	font-size:			0.72em;
	color:				black;
	border:				1px solid #aaa;
}

#commentarea textarea.commentfield
{
	width:				400px;
	height:				300px;
	margin-bottom:		10px;
}