table.form_table
{
	
	font-family:    tahoma;
	font-size:      11px;
	
	width: 505px;
	
	background-image: url(/var/img/credit_calculator_background.gif);
	background-repeat: no-repeat;
	background-color: #F2F2F2;
	
}

table.form_table th
{
	font-size:		11px;
	color:			#494949;
	font-weight:    bold;
	text-align:     left;
	padding:        5px;
	padding-bottom: 10px;
	font-size:		12px;
}

table.form_table th.section
{
	color:          black;
	padding:        3px;
	font-weight: 	 normal;
}

table.form_table td.label
{
	width:          25%;
	color:          #494949;
	font-family:    tahoma;
}

table.form_table td.long 
{
}

table.form_table td.field
{
	width:          75%;
}

table.form_table td
{
	padding:        2px;
	color:			black;
}

table.form_table li
{
	color:           #111111;
	list-style-type: square;
	margin:          0;
}

table.form_table input, table.form_table select
{
   
	background: #ffffff;

	border: 1px solid #4a4a4a;

	padding: 4px 5px;

	margin: 0 0 0 13px;

	width: 150px;
}

table.form_table textarea
{
		background: #ffffff;

	border: 1px solid #4a4a4a;

	padding: 4px 5px;

	margin: 0 0 0 13px;

	width: 300px; 
	height: 120px;
}

table.form_table input.checkbox
{
	width: 22px;
	border: none;
}

table.form_table input.submit
{
	padding: 5px;
	margin: 5px;

	width: 131px;
	
	height: 32px;
	
	border: none;
	
	font-weight: bold;
	
	background: url('/var/img/submit.gif') no-repeat;
}

table.form_table input.file
{
	width: auto;
}

table.form_table input.button
{
	margin: 3px;
	margin-left: 0px;
	border: 1px solid #2F4F4F;
	width: auto;
}

table.form_table .long_text {
	height:     120px;
	width: 		100%;
	overflow: 	auto;
	background: white;
	padding: 	3px;
}

table.form_table u
{
	padding-right: 1px;
}

table.form_table small
{
	margin: 2px;
	padding: 3px;
	float: left;
	border-bottom: 1px solid #778899;
	border-right: 1px solid silver;
	background: #FFFFFF;
	font-family: tahoma;
	color: Gray;
}

.formFileUploaded
{
	padding: 2px;
}

.formFileDeleted
{
	color: #808080;
	filter: DropShadow(Color=white, OffX=1, OffY=1,positive=1);
}

.error
{
	font-weight: normal;
	color: red;
}