table.form-table
{
	/*background-color:white;*/
	background:none;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	border:0;
}

table.form-table th, table.form-table td
{
	border:none;
	padding: 4px 5px;
	/*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 td
{
	padding: 2px 5px;
}

table.form-table td img { border:0; }

table.form-table td form { color:#666666; }
table.form-table td.online_reception_input input { width:300px; margin:0 0 5px 0; font-size:12px; line-height:14px; }
table.form-table td.online_reception_input textarea { width:300px; height:100px; margin:0 0 5px 0; font-size:12px; line-height:14px; }
table.form-table td.online_reception_input select { margin:0 0 5px 0; font-size:12px; line-height:14px; }

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

.online_reception_error {
	color:#CF583F!important;
	font-size:12px!important;
}