/* Forms
*******************************************************/

fieldset {
	border: 0;
	font-size: 1.2em;
}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.2em;
}
form ul {
	list-style: none;
}
.middleColumn {
	display: block;
	width: 306px;
	clear: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 3px;
		display: inline;
	}

input.text, textarea, select {
	color: #000;
	font-size: 11px;
	font-weight: 400;
	width: 170px;
	padding-left: 0px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-bottom: 5px;
	margin-left: 0px;
}
select.jsselect{
	width: 175px;
	outline: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 7px;
	font-weight: 400;
	background-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin-bottom: 8px;
}

input.action {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #FFF;
	border: 1px solid #000;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}
#Search {
	width: 105px;
}
input#Search_Form_SearchForm_Search {
	width: 110px;
	padding: 3px;
	margin-left: -4px;
	font-size: 1.2em;
	}
#Sidebar input.action {
	font-size: 1.2em;
	float: right;
	padding: 1px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 20px;
	width: 20px;
	margin-top: -22px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

#country .middleColumn input.text, textarea, select  {
	background-image: none!important;
	margin: 0px;
	padding: 0px;
}

.StockistWidget .Actions input.text, textarea, select#Form_FilterForm_action_doFiltering{
	
		background-image: none!important;
	
	}
