/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 250px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

html #SearchForm_SearchForm fieldset {
	border-style: none;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 120px;
	padding: 2px;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
	width: 112px;
	border: none;
	color: #666;
	padding-top: 6px;
	padding-left: 5px;
	font-size: 16px;
	}
	
	
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	height: 33px;
	width: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	color: #FFF;
	background-color: transparent;
	background-image: url(../images/SearchButton.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	font-size: 12px;
}

html #SearchForm_SearchForm .middleColumn input {
	height: 33px;
	width: 112px;
	background-image: url(../images/SearchBox.gif);
	background-repeat: no-repeat;
	margin: 0px;
	background-color: transparent;
}

html #SearchForm_SearchForm #SearchForm_SearchForm_action_results:hover {
	color: 7aacc2;	
}

/* Contact Form
----------------------------------------------------*/

#Form_Form_action_process {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	background-image: url(../images/FormButton.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 33px;
	width: 80px;
	color: #FFF;
	float: left;
	margin-left: -60px;
}

#Form_Form_action_process:hover {
	color: 7aacc2;
}

#Form_Form {
	margin-right: 5px;
	display: inline;
	text-align: center;
	width: 368px;
	float: left;
}

#Form_Form fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#Form_Form label
{
	width: 100px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}

#Form_Form input
{
	margin-bottom: 8px;
	width: 230px;
}

#Form_Form textarea
{
	width: 340px;
}

