

div#contact_content { background:url(../images/backgrounds/bg_contact.jpg) no-repeat left top; float:left;}

form div { clear:left; width: 550px; float: left; margin: 0; }

label { font-size: 11px; font-weight: bold; color: #ff802c; margin: 0 0 0 5px; text-align: left; }

input#contact_from_name, input#contact_from_address, textarea {
	border: 1px solid #d9d9d9;
	height: 14px;
	margin: 5px 0 0 5px;
	padding: 4px;
	color: #333333;
	background: white;
	width:345px;
	}

div#contents table.contact label, table.contact input, table.contact textarea { }
input#file_to_upload { margin: 5px; width: 345px; border: 1px solid #d9d9d9; background: none; color: #333;  }

table.contact {
	float: left;
	display: inline;
	text-align: left;
	color: #666464;
	margin:8px;
	border:1px solid #ffd8be;
	background:#f8f8f8;
	width:375px;
	}
table.contact td input { width: 306px; }
table.contact td textarea { width: 306px; height: 79px !important; }
table.buttons td { text-align: right; }

div#contents p { margin: 10px 0 0 6px; float: left; width: 320px; text-align:justify; font-size:9px; color:#666666; }
div#contents div.legal {
	text-align: justify;
	padding: 5px;
	background-color: white;
	color: #666666;
	
	}
div#contents div.legal p {
	float: left;
	margin: 10px 0 0;
	font-size: 9px;
	padding:0;
	display: inline;
	color: #666666;
	font-weight: normal;
	line-height: normal;
	}

div#contact { float: right; text-align: center; margin-left: 80px; display: inline;}


textarea#contact_message { overflow: auto; margin-bottom: 5px; width:345px;}


td.button  { margin:0; padding: 0; }
td.button button {
	float: right;
	padding: 0 0 0 8px;
	display: inline;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	border: none;
	display: block;
	width: 62px;
	letter-spacing: 1px;
	cursor: pointer;
	text-align: center;
	background: url(../images/ico_send.gif) no-repeat center left;
	}
td.button button:hover { color:#515151; }

input:focus, textarea:focus { background-color: #f2f7fd !important; }

tbody table  {  border-collapse: collapse; margin:10px 0;}
tbody table tbody td {background: #fff; padding: 5px; width: 345px; margin:0 0 0 5px;}
tbody table tbody input{ margin-right: 10px; width: 10px!important; float:left; }

tbody table tbody th { font-size: 11px; font-weight: bold; color: #ff802c; margin: 0 0 0 5px; text-align: left;}

table.contact tbody table tbody tr td label { color:#666666;}
