﻿.contact {
	margin: 0 20px;
}
.contact h1 {
	font-size: 2.5em;
}
/* things on the right */
.contact .right {
	float: right;
	width: 220px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.4;
	margin-bottom: 30px;
}
.contact .right .numbers {
	border: 1px solid #d5e0d8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #f6f8f5;
	padding: 13px 24px;
	font-weight: bold;
	margin: 0 0 40px;
}
.contact .right .numbers img {
	vertical-align: top;
}
.contact .right h2 {
	font-size: 1em;
	margin: 1.7em 0 0 27px;
}
.contact .right p {
	margin: 0 0 0 27px;
	font-size: 0.85em;
}
/* the form */
td.first {
	width: 118px;
	padding-top: 0.6em;
	color: #333;
}
td {
	padding-bottom: 10px;
}
td input, textarea {
	width: 510px;
	border: 1px solid #cbd6d2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 9px;
	font-size: 1em;
	font-weight: bold;
}
#order-number input {
	width: 425px;
}
#order-number em {
	color: #6d736f;
	display: inline-block;
	margin-left: 10px;
}
textarea {
	height: 170px;
	font-family: Helvetica, Arial, Sans-Serif;
}
p.action {
	text-align: right;
	width: 660px;
}
.success {
	background: url(/images/backgrounds/contact-success.jpg) no-repeat;
	height: 476px;
}
.success > p {
	font-size: 1.2em;
	line-height: 1.5;
	width: 320px;
	color: #333;
}
