table.form-table
{
	width:570px;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

table.form-table td input, table.form-table td textarea
{
	border:1px solid #CCCCCC;
	width: 100%;
}

.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);
}

table.form-table input[name=web_form_apply], table.form-table input[name=web_form_submit], table.form-table input[type=reset] {
	border:0;
	height: 25px;
	background-repeat: no-repeat;
	background-color: transparent;
	color: transparent;
}
table.form-table input[name=web_form_submit] {
	background-image: url(images/submit.gif);
	width: 120px;
}
table.form-table input[name=web_form_apply] {
	background-image: url(images/apply.gif);
	width: 88px;
}
table.form-table input[type=reset] {
	background-image: url(images/reset.gif);
	width: 80px;
}

