div#contents h2 { margin: 5px 0; font-size: 14px; color: #808080;  }

label { font-size: 11px; font-weight: bold; color: #6f6f6f; margin-bottom: 5px; text-align: left; }

input#contact_from_name, input#contact_from_address, textarea {
	border: 1px solid #dddcd7;
	background-color: white;
	height: 14px;
	padding: 5px;
	font-size: 10px;
	color: #333333;
	margin-left: 20px;
}

div#contents table.contact label, table.contact input, table.contact textarea { margin-left: 20px;}
input#file_to_upload { margin: 8px 0 5px 20px; width: 346px; }

table.contact {
	float: left;
	display: inline;
	text-align: left;
	color: #666464;
	width: 400px;
	margin: 10px 0 0 70px;
	padding-top: 10px;
	}
table.contact td { width: 400px; }
table.contact td input { width: 335px; margin-bottom: 10px; background: url(../images/bg_contact_input.png) top left; }
table.contact td textarea { width: 335px; height: 100px !important; background: url(../images/bg_contact_textarea.png) top left; }
table.buttons td { text-align: right; }

div#contents p { margin: 0 10px; }

div#contents form div p {
	float: left;
	width: 490px;
	background: url(../images/bg_contact_legal.png) top left no-repeat;
	margin: 5px;
	padding: 50px 30px 30px 30px;
	font-size: 11px;
	color: #967059;
	}

div#contents form p {
	display: inline;
	width: 400px;
	font-size: 10px;
	color: #999999; 
	margin-left: 70px;
	margin-top: 10px;
	font-weight: normal;
	line-height: normal;
	}

div#contents div.legal {
	text-align: justify;
	padding: 5px;
	background-color: white;
	color: #c0c0c0;
	width: 350px;
}

textarea#contact_message { overflow: auto; }

td.button { padding: 0; width: 100%; }
td.button button {
	float: right;
	width: 90px;
	margin: 5px 0;
	padding: 4px 10px 0 0;
	color: white;
	background: url(../images/bg_contact_button.png) bottom left no-repeat; 
	border: none;
	color: #da5c05; 
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
td.button button:hover { text-decoration: underline; color: #8e3d06; }


input:focus, textarea:focus { background-color: #dcdcdc !important; }

ol { float: left; clear: both; padding: 0; margin: 0; list-style-type: none; }
ol li { clear: both; margin: 0; padding: 0; }
ol li p { margin: 0; padding: 0; margin-top: -10px; overflow: hidden; }
ol li ul { margin-left: 20px; }
