/* 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: 15px 10px 10px 0;
	padding: 4px;
	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: 2px;
	color: #926b4a;
	font-size: 1em;
	width: 300px;
	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: #ffefe3 !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 {
	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;
}



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;
}
