table.EntryTable
{
	width: 100%;
	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;
}
table.EntryTable td.field
{
	width: 155px;
	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: #283A97;
	color: #fff;
	height: 22px;
	padding-bottom: 2px;
	font-weight: bold;
	margin-bottom: 5px;
	cursor: pointer;
}