body, td, div,
{
	font-family: Verdana;
	font-size: 8pt;
}

.loan-table
{
	width:600;
}

.loan-fields-table
{
	width:100%;
}

.group-header-caption
{
	font-weight:bold;
	font-size: 9pt;
	color: white;
	background-color: #00659C;
	padding: 2px;
	height: 25px;
	padding-top: 4px;
}

.field-caption
{

}

.value-required-cell
{
	color: red;
	font-weight: bold;
	text-align:center;
	width: 20px;
	padding: 2px;
}

.field
{
	width:100%;
	font-family: Verdana;
	font-size: 8pt;

}

.label
{
	width:100%;
	padding:2px;
	border: 1 solid silver;
}

.description
{
	color: gray;
}
.caption-cell
{
	width: 200px;
}

.value-cell
{

}

.description-cell
{

}

.comment-cell
{

}

.comment
{

}

hr.blue
{
	height:2px;
	color:#00659C;
}

.button, .wide-button
{
	width: 70px;
	height: 21px;
	background-color: D6D3CE; #00659C;
	color: black;
	font-size: 8pt;
	font-weight: bold;
	border: 1 solid black;
	
}

.wide-button
{
	width: 130px;
}