
div#contact_content { background: url(../images/bg_contact_top.jpg) no-repeat top right; margin-top: 13px;}
form div { clear:left;  float: left; margin: 0;}

label { font-size: 11px; font-weight: bold; color: #616161; margin: 0; text-align: left; }

input#contact_from_name, input#contact_from_address, textarea {
	border: 1px solid #d4fcb8;
	height: 14px;
	margin: 5px 0 0 0;
	padding: 4px;
	color: #333333;
	background: white;
	}

div#contents table.contact label, table.contact input, table.contact textarea {  }
input#file_to_upload { margin: 5px 0; width: 314px; border: 1px solid #d4fcb8; background: none; color: #333;  }

table.contact {
	float: left;
	display: inline;
	text-align: left;
	color: #666464;
	width: 314px;
	margin: 0 0 15px 0;
	}
table.contact td input { width: 314px; }
table.contact td textarea { width: 314px; height: 79px !important; }
table.buttons td { text-align: right; }

div#contents p { float: left; width: 483px; }

div#contents form p {
	float: left;
	margin-top: 70px;
	width: 100%; 
	padding:0;
	display: inline;
	color: #b8b8b8;
	font-weight: normal;
	line-height: normal;
	}

div#contact { text-align: center; margin-left: 90px; width: 350px; }
div#contents div.legal {
	text-align: justify;
	padding: 5px;
	background-color: white;
	color: #c0c0c0;
	width: 350px;
	}

textarea#contact_message { overflow: auto; margin-bottom: 5px; }
td.button  { width: 314px; padding: 0; }
td.button button {
	float: right;
	padding-left: 17px;
	display: inline;
	margin: 0;
	font-weight: bold;
	color: #5e5e5e;
	border: none;
	display: block;
	width: 60px;
	background: url(../images/enviar.jpg) center left no-repeat;
	letter-spacing: 1px;
	cursor: pointer;
	}
td.button button:hover { color:#29387c; }

input:focus, textarea:focus { background-color: #f2f7fd !important; }

tbody table  {  border-collapse: collapse; margin:10px 0;}
tbody table tbody td {background: #e9f5e1; padding: 5px; width: 314px;}
tbody table tbody input{ margin-right: 10px; width: 10px!important; float:left; }

tbody table tbody th { font-size: 11px; font-weight: bold; color: #616161; margin: 0; text-align: left;}

