/*==============================================================================

PROYECTO  : aa6
NOMBRE    : /template/css/contactme.css
FECHA     : 24-AGO-06
AUTOR     : Ricardo Puerto <ricardo.puerto@aatranslations.com>
COPYRIGHT : Copyright (c) 2006 aatranslations

SUMARIO

Hoja de estilos exclusivos de la página de contacto.

==============================================================================*/


/* texto central ------------------------------------------------------------ */

#textocentral {
	margin-top: 5px;
	width: 589px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1e3d5b;
	background-color: #fff;
	min-height: 400px;
}
* html #textocentral {
	height: 400px;
}

#textocentral #contactrequest {
	display: block;
	height: 24px;
	margin: 25px 15px 20px 15px;
	background: url("../img/txt/contactrequest_de.gif") no-repeat;
	overflow: hidden;
}

#textocentral #emailthisquotetome {
	display: block;
	height: 24px;
	margin: 25px 15px 20px 15px;
	background: url("../img/txt/emailthisquotetome_de.gif") no-repeat;
	overflow: hidden;
}

#textocentral h3 {
	margin-top: 0;
	padding: 5px;
	color: #6ccf01;
	text-align: center;
	border: 1px solid #6ccf01;
	background: #f2fae9;
	font-size: 13px;
}

#textocentral form {
	margin: 25px;
	padding: 10px;
	border: 1px solid #1e3d5b;
}

#textocentral th {
	color: #69c;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	width: 90px;
}

#textocentral td {
	padding-left: 5px;
	font-size: 11px;
}

#textocentral textarea {
	width: 380px;
}

#textocentral #contact {
	margin: 25px 0 0 auto;
	padding: 0;
	border: 0;
	cursor: pointer;
	background: url("../img/nav/requestcontact_de.gif") no-repeat;
	width: 174px;
	height: 21px;
	display: block;
}

#textocentral #contact:hover {
	background: url("../img/nav/requestcontact_de.gif") no-repeat 0 -21px;
}

#textocentral #send {
	margin: 25px 0 0 auto;
	padding: 0;
	border: 0;
	cursor: pointer;
	background: url("../img/nav/send_de.gif") no-repeat;
	width: 78px;
	height: 21px;
	display: block;
}

#textocentral #send:hover {
	background: url("../img/nav/send_de.gif") no-repeat 0 -21px;
}

#textocentral #login {
	margin: 25px 0 0 auto;
	padding: 0;
	border: 0;
	cursor: pointer;
	background: url("../img/nav/login_de.gif") no-repeat;
	width: 44px;
	height: 21px;
	display: block;
}

#textocentral #login:hover {
	background: url("../img/nav/login_de.gif") no-repeat 0 -21px;
}

#textocentral #fwlink {
	margin: 25px;
}
