/* Contacts CSS */

div#details table {
	margin-top: 6px;
	width: 100% }

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

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

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

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

a#scheme {
	cursor: pointer }

/* contact form */

div.form {
	margin: 12px 0 0px 14px }

form#contact_form {
	padding: 6px 12px;
	margin: 0 }
form#contact_form textarea {
	font: 11px verdana;
	color: #4e5253;
	margin: 0 0 4px 0;
	padding: 2px 4px;
	background: #ffffff;
	border: 1px solid #4e5253;
	width: 490px }
form#contact_form input {
	font: 11px verdana;
	color: #4e5253;
	border: 1px solid #4e5253;
	width: 300px; height: 15px;
	margin: 0 4px 1px 0;
	padding: 1px 4px;
	background: #ffffff }


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 }
