
table.form-table
{
	width:100%;
	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;
	color:#25639A;
}

table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

div.form-table {
	width: 340px;
	background: #cef0ff;
}
			
div.form-table div				{ background:url("/images/f-tl.png") top left no-repeat;}
div.form-table div div			{ background:url("/images/f-bl.png") bottom left no-repeat;}
div.form-table div div div		{ background:url("/images/f-tr.png") top right no-repeat;}
div.form-table div div div div	{ background:url("/images/f-br.png") bottom right no-repeat; padding: 10px; padding-top: 0px;}
