table.contactTable
{
	margin-left: 20px;
	margin-right: 10px;
}

table.contactTable td
{
	padding-bottom: 10px;
}

table.contactTable td.prompt
{
	font-weight: bold;
	padding-right: 10px;
	vertical-align: middle;
}

table.contactTable td.promptTextarea
{
	vertical-align: top;
	padding-top: 3px;
}

table.contactTable td.field
{
	width: 100%;
}

table.contactTable td input,
table.contactTable td textarea
{
	width: 100%;
	font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

table.contactTable td textarea
{
	overflow: auto;
}

table.contactTable td.addInfo
{
}

table.contactTable span
{
	font-weight: bold;
	margin: 0 2px;
	color: darkred;
}

table.contactTable table.buttons
{
	width: 100%;
}

table.contactTable table.buttons td.buttons
{
	text-align: right;
}

table.contactTable table.buttons input
{
	text-align: left;
	padding-left: 10px;
	width: 140px;
	background: #eee url(../xist4c/web/standard/09/img/sendButton.gif) 105px 4px no-repeat;
	cursor: pointer;
	cursor: hand;
}

