table.form-table
{
	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
{
	text-align: left;
}


.form-required , .starrequired
{
	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 .field-title
{
	width: 170px;
	font-weight: bold;
}

table.form-table .inputtext, table.form-table textarea
{
	width: 220px;
}

.form-table .submit-button
{
	display: block;
	float: left;
	width: 71px;
	height: 18px;
	padding: 0;
	border: 0;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(images/btn_send.gif);
}

