table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	/*border:1px solid #c1c1c1;*/
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	/*background-image:url(images/table_head.gif);
	background-repeat:repeat-x;*/
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 10px 5px;
}

table.form-table td.label-field
{
/*	width: 235px;*/
	text-align: right;
}

table.form-table td.input-field input
{
	width: 380px;
	color: #3d3d3d;
	font-size: inherit;
}

table.form-table tfoot input {
	font-size: inherit;
	color: #3d3d3d;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}