/* 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;
 	margin: 10px 10px 10px 0;
	background: #332113;
	padding: 2px;
	width: 410px;
	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: 2px;
	border: 2px solid #160b04;
	background: #e8d6b4;
	color: #615f3c;
	font-size: 1em;
	font-weight: bold;
	width: 400px;
	margin:1px 0 0 1px;
}
.Actions input {
	border: 2px solid #2a190e;
	color: #9B8767;
	margin:0 0 0 10px;
	background:#201208 !important;
}
select {
	width: auto;
}

input.action {
	padding: 2px;
	font-size: 1em;
	font-family: Verdana, Tahoma, Sans-serif;
}
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;
}

input.loading {
	padding-left: 16px;
	background: transparent url(../images/network-save.gif) no-repeat center left !important;
}

#ComplexTableField_Popup_DetailForm input.loading {
	background: url(../images/network-save.gif) left center no-repeat !important;
	padding-left:16px;
}

ul.tree span.a.loading span.b span.c a {
	background-image: url(../images/network-save.gif) !important;
	margin-left: -3px;
	padding-left: 21px;
	background-position : 2px 2px;
}