table.form_table
{
	width: 			700px;
	font-size:      12px;
	
	
}

table.form_table th
{
	color: 	   #BF0000;
	font-size: 		13px;
	font-weight:    bold;
	text-align:     left;
	padding:        5px;
	padding-bottom: 10px;
	border: none;
}

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

table.form_table td.label
{
	width:          25%;
	color:          #494949;
}

table.form_table td.long 
{
	text-align: center;
}

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

table.form_table textarea
{
	font-family: 	arial;
	font-size: 		12px;
	width: 			90%;
	padding: 		2px;
	border: 		1px solid silver;	
}

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

table.form_table input.submit
{
	margin: 5px;
	
	width: 131px;
	
	height: 32px;
	
	border: none;
	
	font-weight: bold;
	
	 margin-left: 250px;
	
	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: verdana;
	color: Gray;
}

.formFileUploaded
{
	padding: 2px;
}

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

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