table.form-table
{
	width:80%;
}

table.form-table td
{
	font: 12px Arial;
	padding: 0px 10px 7px 0px;
}

table.form-table td a
{
	border:none;
}

.form-required, .starrequired
{
	color: #C62B0D;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}

input, textarea, select {
	border:1px solid #D9D5C7;
	background-color:#fff !important;
}

.inputtext, textarea, select, .inputfile {
	width:270px;
	padding:0px 5px;
}

.inputfile {height:18px;}

select {width:282px;padding-right:0px !important;}

textarea {
	height: 70px !important;
	overflow:auto;
	padding-right:0px !important;
}

.subm {
	background:#FCD9AF !important;
	border:1px solid #C62B0D;
	color:#C62B0D;
	padding-bottom:5px;
	height:20px;
	cursor:pointer;
	margin-top:10px;
}
