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

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

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


table.form_table td
{
	border: 1px solid white;
}

table.form_table td.label {
	width:          20%;
	color:          #666666;
	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:      11px;
	width:          75%;
	border:         1px solid #DEDCCD;

}

table.form_table textarea {
	font-family:   arial;
	font-size:     11px;
	width:         100%;
	border:         1px solid #DEDCCD;
}

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

table.form_table input.submit {
    width:         131px;
    height:        32px;
    color:         #666666;
    font-weight:   bold;
    background:    url('/var/img/submit.gif');
    border:        none;
}

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

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

table.div .long_text {
	height:    75px;
	width:     100%;
	overflow:  auto;
}

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

.formFileUploaded {
	padding: 2px;
}

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

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

table.form a{
    color: #993333;
}