div.e7 {
	border-style : inset;
	border-width : 4px;
	border-color:000; 
	padding:8px;
	color:000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width:500;
}

div.e7 .e7form_table {
	border:1;
	width:100%;
}

div.e7 .intxt {
	font-size: 12px;
}
div.e7 .intxt_required {
	font-size: 12px;
	font-weight: bold;
}
div.e7 h1 {
	font-size: 20px;
	font-weight: bold;
	color: fff;
}
div.e7 h2 {
	font-size: 16px;
	font-weight: bold;
}
div.e7 .note_row {
	font-size: 11px;
}
div.e7 .text_entry  {
    font-size: 12px;
    font-weight: bold;
    border-color : 202020;
    border-style : inset;
    border-width : 4px;
    background : cfc;
}
div.e7 .text_area_entry  {
    font-size: 12px;
    font-weight: bold;
    font-weight: bold;
    background : cfc;
    font-family: Arial, Helvetica, sans-serif;
    border-color : 202020;
    border-style : inset;
    border-width : 4px;
    color : 000000;
}

div.e7 .drop_down_entry {
    border-color : 202020;
    border-style : inset;
    border-width : 4px;

}
div.e7 .password_entry {
    border-color : 202020;
    border-style : inset;
    border-width : 4px;
}
div.e7 .file_entry {
    border-color : 202020;
    border-style : inset;
    border-width : 4px;
}
div.e7 .date_entry {
    border-color : 202020;
    color : 000000;
    border-style : inset;
    border-width : 4px;
}
div.e7 .radio_entry {
    border-color : 202020;
    border-style : inset;
    border-width : 0px;
}

