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

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

textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1em;
}

form ul {
	list-style: none;
}

.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	padding: 0px;
	width: 306px;
	clear: left;
}

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

input.text, textarea, select {
	padding: 0px;
	color: #926b4a;
	font-size: 1em;
	width: 300px;
	background: url(../images/menu_hover.png)!important;
	border-top: 1px solid #C0935C;
	border-left: 1px solid #C0935C;
	border-bottom: 1px solid #D9B17D;
	border-right: 1px solid #D9B17D;
}

textarea {
  border:0px;
}

select {
	width: auto;
	background-color: #e3caa1 !important;
}

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 {
    float:right;
    width:145px;
}

input#Search_Form_SearchForm_Search {
        width:145px;
		height:13px;
        color:#666;
        background:#000000;
		font-size: 10px;
        border:1px solid #aaa;
        padding:3px;
	}
	
#Sidebar input.action {
	visibililty:hidden;
	font-size: 1.2em;
	padding: 1px;
	margin: -22px 10px 0 0;
}

label {
	font-style: italic;
}

form.contact_us {
	width: 170px;
}

input.fields_contact_us {
  display: block;
  width: 170px;
  background: url(../images/menu_hover.png)!important;
	background: none;
	border-top: 1px solid #C0935C;
	border-left: 1px solid #C0935C;
	border-bottom: 1px solid #D9B17D;
	border-right: 1px solid #D9B17D;
	margin-top: 3px;
	margin-bottom: 3px;
}

textarea {
  background: url(../images/menu_hover.png)!important;
	background: none;
  border-top: 1px solid #C0935C;
	border-left: 1px solid #C0935C;
	border-bottom: 1px solid #D9B17D;
  border-right: 1px solid #D9B17D;
	display: block;
  margin-top: 3px;
}

.submit_button_contact {
	margin-top: 15px;
	width: 100%;
	padding: 2px;
	background: none;
	cursor: pointer;
	color: #926B4A;
	border: none;
	font-size: 1.8em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}


ul#Menu2 li.levelb { 
  font-size: 0.9em; 
  margin: 1px 0 5px 4px;
  list-style: none;
}