/* from main css */

	div.divblock label {
	    clear: both;
	    width: 100%;
	    margin-top: .5em;
	    }
	
	div.divblock input.setwidth, div.divblock select.setwidth {
	    clear: both;
	    width: 97%;
	    margin-top: .5em;
	    display: block;
	    }
	
	div.divblock input#submit {
	    margin: 1.0em 0;
	    }
	
	div.divblock form#newsform {
	    width: 35.0em;
	    }
	
	div.divblock form#newsform label.check {
	    float: none;
	    clear: both;
	    margin-top: .5em;
	    }

/* forms in the header*/

form#searchform {
    margin: 0;
    padding: 0;
    }
    
.submitstandard {
    float:right !important;
    margin: 0.9em 0.6em 0 0 !important;
    }

div#headerform table td input.textboxstandard {
    color: #000;
    width: 93%;
    font-size: 1.2em;
    margin-left:0em;
    padding: 0.2em;
    }    

div#headerform table td select {
    color: #000;
    width: 97%;
    font-size: 1.2em;
    margin-left:0em;
    }
    
form#searchform table tr th {
    padding-left: 1.3em !important;
    }

div.divblock div.formpanel {
    margin-bottom: 0em !important;
    }



div.formpanel {
    width: 57.9em;
    margin: 0 !important;
    }

div.formpanel form table {
    width: 43em !important;
    }
    
div.formpanel p { 
    padding-top: 0.9em;
    }
    
div.formpanel form table td {
    width: 45%;
    }
    
    div.formpanel form table th {
     width: 55%;
    }
    

/*body forms*/

/* forms in the body*/
div#standardform {
    padding:.5em .0em 1.0em .0em;
    }

div#standardform.incopy {
    margin: .5em 1.0em 1em 0em;
    padding: 0.5em 1.0em 1em 0em;
    font-size: 1.1em;
    }

div#standardform.incopy form {
    margin:0;
    padding:0;
    width: 100%;
    }

div#standardform.incopy form div.formheadings {
    width:45%;
    float:left;
    padding-right:0.5em;
    padding-bottom:0.8em;
    }

div#standardform.incopy form div.formelements {
    width:53%;
    float:left;
    padding: 0 0 0.8em 0;
    text-align: left;
    }

div#standardform.incopy form div.formelements input.textboxstandard, div#standardform.incopy form div.formelements textarea, div#standardform.incopy form div.formelements select {
    width:97%;
    margin: 0 !important;
    }

div#standardform.incopy form div.formelements textarea {
    height: 8em;
    }
    
div#standardform.incopy form div.formelements input {
    margin: 0 !important;
    }
    
div#standardform.incopy form div.formelements input.checkbox,
div#standardform.incopy form div.formelements input.radio
    {
    margin:0;
    padding:0 !important;
    }