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

/*	status messages	*/
.statusmsg
{
	font-family:		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:		arial,sans-serif;

	font-weight:		bold;
	font-size:			0.75em;
	color:				black;
}

/*	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:		arial,sans-serif;

	font-size:			0.72em;
	color:				black;
}

input.checkbox
{
	vertical-align:		baseline;
	margin:				0px 5px 0px 0px;
	width:				auto;
	float:				left;
}

.cblabel
{
	margin:				0px;
}
