﻿div#content {
	background:url('../images/bg_contact.jpg') no-repeat right top; 
	width:575px;
	padding-right:200px;
	height:480px;
	overflow:auto;
}

form table {
	border-collapse:collapse;
}

form table th {
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
	padding:4px;
}

form table td {
	width:100%;
	padding:4px;
}

input, textarea {
	font-family:Verdana;
	font-size:10pt;
}

.wide {
	width:300px;
	border:1px gray solid;
	padding:1px 4px;
}