table.form-table
{
	width:80%;
background: none;
	
}

table.form-table th, table.form-table td
{
	background: none;
}

#sol
{
background: none;
}

table.form-table th
{
	
}


table.form-table td
{
	
}

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