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

/*	status messages	*/
.statusmsg
{
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			12px;
	color:				red;
}

/*---------------------------------------------------------------------------------------------------------
//	Labels
//-------------------------------------------------------------------------------------------------------*/
/*	all labels	*/
label,
label.cb,
label.checkbox,
label.radio
{
	display:			block;
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	color:				black;
	margin-left:2px;
	/*clear:				both;*/
}

.head{
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	color:				black;
}

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

/*---------------------------------------------------------------------------------------------------------
//	Fields
//-------------------------------------------------------------------------------------------------------*/
/*	text boxes, select boxes, textareas	*/

.bodytext input, 
.bodytext select, 
input.textfield,
select.textfield,
textarea.textfield
{
	width:				240px;
	font-family:		verdana,arial,sans serif;
	font-size:			11px;
	color:				black;
	border:				1px solid #39634b;
	background-color:	#9fbfad;
}
input.radio
{
	width:				auto !important;
	background-color:	#f8f6e8 !important;
	border:				none;
}

.bodytext input.checkbox
{
	width:				auto;
	float:				left;
	display:			block;
	clear:				both;
	background-color: #f8f6e8 !important;
	border:				none;
}

.bodytext textarea
{
	background-color:	#9fbfad;
	border:				1px solid #39634b;
	width:				373px;
}

#contacts input,
#contacts select
{
	width:				180px;
}


#message
{
	width:				300px;
}
.submit_button,
#contacts  .submit_button
{
	width:				100px !important;
}
