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

}

/*	status messages	*/
.statusmsg
{
	font-family:		verdana,arial,sans serif;
	font-weight:		normal;
	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:			11px;
	color:				black;
}
form.white label,
form.white label.cb,
form.white label.checkbox,
form.white label.radio
{
	color:white;
	font-weight:		normal;
}

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



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

/*=========================================
2 up
==========================================*/

.news_feeds .for2{
	width:400px;
	display:block;
	clear:both;
}
.for2 div{
	width:49%;
	float:left;
	margin:0px;
}


/*=========================================
news feeds
==========================================*/
.news_feeds, .response_form{
	padding-left:	40px;
}

.news_feeds input,
.news_feeds select,
.news_feeds textarea{

	border:1px solid #115A7F;
	/*height:14px;*/
	width:170px;
	font-size:			11px;
}
.news_feeds  checkbox{
	width:10px;
}

.news_feeds textarea{
	height:80px;
	width:400px;
}


 .response_form label, .news_feeds label{
	margin-top:	0em;
	font-weight:normal;
	
}

.submit_button{
	border:0px;
	background-color:#666;
	color:#fff;
	
}

.submit_button:hover{
	background-color:#115A7F;
	cursor:pointer;
}
/*
 .search2 .button {
	top:3px;
	
 }
*/
 .response_form textarea{
		border:1px solid #115A7F;
	height:35px;
	width:340px;	
 }
  .response_form select{
border:1px solid #115A7F;
  }

.news_feeds table input{
	width:20px;
	display:inline;
	float:left;
	clear:both;
	border:0px;

	
}

.news_feeds table th{
	text-align:left;
}