/* Contacts CSS */

table.details {
	margin-top: 6px;
	width: 500px }

table.details td {
	text-align: left;
	padding: 6px }

table.details td.right {
	text-align: right;
	width: 33% }

table.details tr.header {
	background-color: #dfdfdf;
	font-weight: bold }

table.details tr.header td {
	text-align: center;
	padding: 8px }

div.tel {
	text-align: right;
	width: 106px }

/* contact form */

div.form {
	margin: 24px 0 8px 2px;
	font-weight: bold }

form {
	padding: 6px 0;
	margin: 0 }
form textarea {
	font: 11px verdana;
	color: #4e5253;
	margin: 0 0 1px 0;
	padding: 2px 4px;
	background: #FFFFFF;
	border: 1px solid #4e5253;
	width: 490px }
form input {
	color: #4e5253;
	border: 1px solid #4e5253 }
.identification {
	width: 300px; height: 16px;
	margin: 0 4px 1px 0;
	padding: 0 4px;
	background: #FFFFFF }
.button {
	font: 10px verdana;
	font-weight: bold; color: #0a729b;
	padding: 0 12px 2px 12px;
	border: 1px solid #4e5253;
	background-color: #dfdfdf;
	cursor: pointer }

div.status_ok {
	font-weight: bold;
	padding: 10px 16px;
	text-transform: uppercase;
	color: blue }
div.status_error {
	font-weight: bold; text-transform: uppercase;
	color: #CB1C1C; padding: 10px 16px }
