/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	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:        0.7em;
	color:            black;
	line-height: 1.7em;
}

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

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

textarea.textfield
{
	width:            480px;
	height:           8em;
}

