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

label {
	font-style: verdana;
	font-weight:bold;
}

form.contact_us {
	width: 200px;
	margin-top: 0px;
	padding: 0px;
}

input.fields_contact_us {display: block;
        width: 200px;
        background: #FFFFFF;
		border: 2px solid #E5E3E4;
		margin-top: 3px;
	    margin-bottom: 3px;
		padding: 4px;	
}

select {
        width: 100px;
        background: #FFFFFF;
		border: 2px solid #E5E3E4;
		margin-top: 3px;
	    margin-bottom: 3px;
		padding: 4px;	
}

option {
display: block;
color: #333;
background: #fafafa;
}

textarea {width: 100%;
          background: #FFFFFF;
		  border-top: 2px solid #E5E3E4;
		  border-left: 1px solid #E5E3E4;
		  border-bottom: 1px solid #EDEDED;
		  border-right: 2px solid #EDEDED;
		  display: block;
          margin-top: 3px;
}

.submit_button_contact {
	width: 75px;
	padding: 2px;
	background-color: #ACC2E7;
	cursor: pointer;
	color: #FFFFFF;
	margin-top: 10px;
	font-weight: bold;
	font: arial;
}

.reset_button_contact {
	width: 75px;
	padding: 2px;
	background-color: #ACC2E7;
	cursor: pointer;
	color: #FFFFFF;
	margin-right: auto;
	font-weight: bold;
	font: arial;
}
