table.form_table {
	width:          90%;
	font-family:	Tahoma, sans-serif;
	font-size:      11px;
	color:          #6F6F6F;
}

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

table.form_table th.section {
	color:          black;
	padding:        3px;
} 

table.form_table td.label {
	width:          25%;
	vertical-align: middle;
}
 
table.form_table td.long  {
}

table.form_table td.field {
	width:          75%;
	border: 		none;
	background: 	none;
	padding: 		3px;
}

table.form_table td {
	padding:        2px;
}

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 0px 2px 0px;
	width:     			90%;
	padding: 			3px;
	background:			#FFF url(/var/img/background/form/field.png) repeat-x;
	border:				solid 1px #75A1B7;
	color: 				#666;
	font-family:		Tahoma, sans-serif;
	font-size:      	11px;
}

table.form_table textarea {
	font-size: 		11px;
	width: 			312px;
	background:		#FFF url(../../../img/background/form/field.png) repeat-x;
	border:			solid 1px #75A1B7;
	color: 			#666;
	font-family:		Tahoma, sans-serif;
	font-size:      	11px;
}

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/system/submit.gif') no-repeat;
}

table.form_table input.file {
	background-image: none !important;
	border: none;
}

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