.table.form-table td {
	border: none;
	text-align: left;
}
.table.form-table td:first-child {
	width: 180px;
}
.table.form-table td textarea,
.table.form-table td input[type="text"] {
	display: block;
	width: 350px;
	height: 39px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #464646;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c2cfe7;
	border-radius: 4px;
}
.table.form-table td textarea {
	height: auto;
}

.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);
}