table.form-table {
}
table.form-table td {
	padding: 15px 15px;
}
table.form-table th {
	padding: 15px 15px;
	text-align: right;
}
.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 td input {
	border: 1px solid #d7d7d7;
	width: 300px;
}
table.form-table td textarea {
	border: 1px solid #d7d7d7;
	width: 300px;
}
table.form-table th input {
	border: 1px solid #d7d7d7;
	width: 100px;
	background-color: #fff;
}
