/* 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: 128px }

.scheme {
	cursor: pointer }

/* contact form */

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

form {
	padding: 6px 0;
	margin: 0 }
form textarea {
	font: 11px verdana;
	color: #656565;
	margin: 0 0 2px 0;
	padding: 2px 4px;
	background: #fff;
	border: 2px solid #d3d3d3;
	width: 490px }
.identification {
	font: 11px verdana;
	border: none;
	color: #656565;
	width: 294px; height: 15px;
	margin: 0 12px 0 0;
	padding: 0px;
	background: #fff }
.button {
	background-image: url(/_img/body/button.png);
	height: 22px; width: 85px;
	font: 10px verdana;
	font-weight: bold; color: #fff;
	padding: 0 12px 4px 12px;
	border: none;
	cursor: pointer }

div.input {
	background: url(/_img/contacts/input.gif) top left no-repeat;
	width: 400px; height: 20px;
	padding: 2px 8px;
	margin-bottom: 0px }


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 }
