table.form_table
{
	width: 			100%;
	font-family:    verdana;
	font-size:      12px;
	
	
}

table.form_table th
{
	font-size:		11px;
	color:			#346894;
	text-align: 	center;
	font-weight:    bold;
	padding:        5px;
	padding-bottom: 10px;
	font-size:		15px;
}

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

table.form_table td.label
{
	width:          10%;
	color:          black;
	font-family:    verdana;
}

table.form_table td.long 
{
}

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

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
{
   vertical-align: 	middle;
	margin: 		2px 0 2px 0;
	padding: 		3px;
	font-family: 	tahoma;
	font-size: 		12px;
	width:     		90%;
	border: 		1px solid #4F83AC;
}

table.form_table textarea
{
	font-family: 	arial;
	font-size: 		12px;
	width: 			337px;
	height: 		70px;
	border: 		1px solid #4F83AC;	
}

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

table.form_table input.submit
{
	
	color: black;

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