/*------------ Contact form -----------------*/

label {
	font-style: italic;
}

form.contact_us {
	width: 370px;
}

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

textarea {
          width: 370px;
					height:70px;
          background: url(images/menu_hover.png)!important;
		  background: none;
		  border-top: 1px solid #cccccc;
		  border-left: 1px solid #cccccc;
		  border-bottom: 1px solid #cccccc;
		  border-right: 1px solid #cccccc;
 		  display: block;
          margin-top: 3px;
					margin-bottom: 0px;
}

.submit_button_contact {
	margin-top: 5px;
	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;
}