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

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

.bodytext
{
	font-family:		'Helvetica Bold',arial,verdana,'sans serif';
}

input,button,textarea
{
	border:				0;
}

button
{
	font-family:		'courier new',serif;
	font-weight:		bold;
	font-size:			12px;
	background-color:	#882435;	
	color:				white;
	padding:			5px;
}

label
{
	display;			block;
	float:				left;
	clear:				left;
	width:				150px;
}
/*---------------------------------------------------------------------------------------------------------
//	Labels
//-------------------------------------------------------------------------------------------------------*/
/*	all labels	*/
label,
label.cb,
label.checkbox,
label.radio
{
}

/*	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;
	color:				black;
}

/*---------------------------------------------------------------------------------------------------------
//	Validation errors
//-------------------------------------------------------------------------------------------------------*/
.fielderror
{
	color:				red;
	font-weight:		bold;
	padding-left:		5px;
}

.formerrors
{
	display:			block;
	color:				red;
	font-weight:		bold;
}

.formerrors a,
.formerrors a:hover
{
	color:				red;
}

.fieldblock,
.fieldblock-error
{
	clear:				both;
	margin-bottom:		5px;
}

.fieldblock-error
{
	background-color:	#DDDDDD;
}
