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


fieldset {
	border: 0;
	font-size: 14px;

	

	


}

textarea {
	font-family: verdana;
	font-size: 14px;
	background:#ccc;
	color:#34b55a;
		
}
form ul {
	list-style: none;
		color:#000;
		width:400px;
		height:30px;
}
.middleColumn {
 	display: block;
 	margin: 0px 10px 10px 0;

	padding: 1px;
	width: 306px;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}

input.text, textarea, select {
	padding: 4px;

	font-size: 1.1em;


	background:#fff;
	border:thin solid #34b55a;
	color:#34b55a;
}
select {
	width: auto;
}

input.action {

	font-family: Verdana, Tahoma, Sans-serif;
	border:0px;
	background: #fff  url(../images/act.png) no-repeat right top;
	width:164px;
	height:45px;
	text-indent:-9999px;
	
}
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;
	margin: -22px 10px 0 0;
}
