form td{
    font-family: arial, verdana, tahoma ;
    font-size: 11px;
    vertical-align:top;
}
form {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: arial, verdana, tahoma ;
    font-size: 11px;
}
form fieldset {
    clear: both;
    border: 0;
    margin: 0;
    width: 100%;
    margin-bottom:10px;
}
form fieldset.hidden {
    border: 0;
}
form fieldset legend {
    white-space: nowrap;
    font-weight: bold;
    width: 100%;
    padding: 1px;
    display: block;
	font-family: Georgia, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 19px;
	color: #3d3d3d;
	font-weight:bold;
	margin-left:5px;
}
form fieldset ol {
    margin: 0;
    padding: 0;
}
form fieldset li {
    display: block;
    list-style: none;
    margin: 0;
    clear: both;
}
form label {
    margin: 0 0 0 5px;
}
form label.element {
    display: block;
    width: auto;
    padding: 0;
    margin: 5px 0 0 10px;
    font-weight: bold;
    text-align: left;
	color: #3d3d3d;
}
form input, form textarea, form select {
    width: auto;
    list-style: none;
}
form textarea {
    overflow: auto;
}
form br {
    clear: left;
}
form div.element {
    display: block;
    margin: 2px 0 0 10px;
    padding: 0;
}
form li.reqnote {
    font-size: 80%; 
    margin: 5px 0 0 10px;
    list-style: none;
    font-size:11px;
}
form span.error, form span.required {
    color: red;
    margin-right:3px;
    font-weight:bold;
}
form div.error {
    border: 0px solid red;
    padding: 5px;
}
form table.combut
{
clear:both;
margin-left:20px;
margin-top:8px;
}
