table.form_table
{
	width:          100%;
	
	font-family:    tahoma;
	font-size:      11px;
	
	background: 	#F5F5F5;
	
}

table.form_table th
{
	color:          white;
	font-weight:    bold;
	text-align:     left;
	padding:        5px;
	font-size:		12px;
}

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

table.form_table td.label
{
	width:          20%;
	color:    		 #4682B4;
	font-family:    tahoma;

}

table.form_table td.long
{

}

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

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

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;
	width:     100%;
	border: 		1px solid gray;
}

table.form_table textarea
{
	font-family: arial;
	font-size: 11px;
	width: 100%;
}

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

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

	width: auto;
	width: 50%;
}

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

table.form_table input.button
{
	margin: 3px;
	margin-left: 0px;
	width: auto;
}

table.form_table textarea.long_text
{
	height:     75px;
}

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

table.form_table small
{
	margin: 3px;
	padding: 5px;
	float: left;
	border-bottom: 1px solid #778899;
	border-right: 1px solid #778899;
	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;
}
