/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	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;
}

#q3
{
	padding-top:			0px;
	margin-top:				20px!important;
}

/*---------------------------------------------------------------------------------------------------------
//	Labels
//-------------------------------------------------------------------------------------------------------*/
/*	all labels	*/
label,
label.cb,
label.checkbox,
label.radio
{
	display:					block;
	margin-top:					10px;
	line-height:				15px;
	font-size:					9px;
	color:						white;
}

/*	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;
	border:						1px solid #BCC3C8;
	background-color:			#0B6A8A;

	font-family:				arial,sans-serif;
	font-size:					10px;

	color:						white;
}

button,
input.button
{
	border:						1px solid #BCC3C8;
	background-color:			#BCC3C8;
	font-size:					10px;

	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
{
	padding:			2px 10px;
}

.fieldblock-error
{
	padding:			2px 10px;
	background-color:	pink;
}