﻿.contact-form
{
	text-align: center;
	width:735px;
	
}
.contact-form table
{
	display: inline;
	
}
	
.tb-contact-form
{
	border: 1px solid #333333;
	text-align: left;
	background-color: #191919;
}
.contact-form .title
{
	border-width: 3px;
	border-color: #333333;
	padding: 5px;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
	border-bottom-style: solid;
	width:600px;
}
.contact-form .wmark
{
	background-color: #FFFFCC;
	color: #808080;
}
.contact-form textarea
{
	border: 1px solid #333333;
	width: 300px;
	height: 200px;
	font-family: verdana;
	font-size: 9pt;
}
.contact-form input[type="text"]
{
	border: 1px solid #333333;
	width: 300px;
	font-family: verdana;
	font-size: 9pt;
	height: 18px;
}
.tb-contact-form td:first-child
{
	padding: 2px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}