table.ContactPage {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.ContactPage td {
	width: 60%;
	vertical-align: top;
}
table.ContactPage td form {
	font-size: 12px;
}
table.ContactPage td.side {
	padding-top: 20px;
	border-left: 1px dashed #ccc;
	padding-left: 10px;
}


table.EntryTable
{
	width: 580px;
	margin: 0px;
	padding: 0px;
}
table.EntryTable caption
{
	margin: 0px;
	padding: 8px 6px;
	text-align:left;
	font-size: 8pt;
	color: #333;
}
table.EntryTable td
{
	margin: 0px;
	text-align: left;
	padding-left: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	width: 480px;
}
table.EntryTable td.field
{
	width: 100px;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 5px;
	vertical-align: top;
}
div.SmallError
{
	font-size: 8pt;
	color: red;
}
div.TextErrorSmall
{
	font-size: 8pt;
	color: red;
}
div.TextSmall
{
	font-size: 8pt;
}

.txt {
	color:#333333;
 	background-color: #f7f7f7;
	border: 1px solid #999999;
	font-size: 13px;
	height: 18px;
}
.txtarea {
	color:#333333;
 	background-color: #f7f7f7;
	border: 1px solid #999999;
	font-size: 13px;
	height: 100px;
}
.radiobtn { background-color: #fff; border-style: none;}
.btn
{
	background-color: #333333;
	color: #fff;
	height: 22px;
	padding-bottom: 2px;
	font-weight: bold;
	margin-bottom: 5px;
	cursor: pointer;
}