@charset "UTF-8";

h2#main_title { background-image: url(../images/title_contact.png); }

.left {
	width: 350px;
	padding: 15px;
	background-color: #fff;
	border: 1px dotted #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 5px;
}
.right {
	width: 550px;	
}

.required { color: #d71f2b; }

.right h4 { font-size: 1.1em; color: #646464; }

label { display: block; padding-bottom: 2px; cursor: pointer; }
input, textarea { width: 250px; margin: 0 0 10px 0; display: block; }
input.full, textarea.full { width: 520px; }
input.short { width: 100px; }
input.button { width: auto; cursor: pointer; }
textarea { height: 70px; }
textarea.tall { height: 150px; }
form table { margin-bottom: 10px; }
form table tr td { padding-right: 15px; }
td { vertical-align: top; }

form h5 {
	font-size: 15px;
	border-top: 1px dotted #006;
	color: #333;
	padding: .7em 0;
}