table.form-table
{
	height: 100%;
	margin-left: 95px;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
	border: none
}

div.form-box {
	padding-left: 120px;
	width: 787px;
	height: 450px ;
	background: url(images/form-bg.jpg) right top no-repeat;
}

table.form-table th, table.form-table td
{
	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 input {
	width: 404px;
	height:20px;
	padding-top:5px;
	border: none;
	background-color: #E9E9E9;
}

table.form-table textarea {
	width: 404px;
	height: 105px;
	border: none;
	background-color: #E9E9E9;
}

table.form-table .inputfile {
	border: none;
	background-color: #E9E9E9;
}


input.form-send-btn {
	width: 218px;
	height: 53px;
	background: url(images/form-send-btn.jpg);
	border: none;
}

.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);
}
