form{
    background:#EEE url(l_fieldsetbg.png) repeat-y; 
    width:730px; 
    font-family:"Arial" ;
    font-size:8pt; 
    border:1px solid #333;
    }
/* ----------------------------------------------------*/
form *{
   /* color:#666; */
   
   color: #003366;
}
/* ----------------------------------------------------*/
form>fieldset>legend {
    width:730x; 
    border-bottom:1px solid #999;   
    font-size:100%; 
    color:#000; 
    font-weight:bold;
}
/* ----------------------------------------------------*/
label{
    width:730px;  
    border:none;
    padding:0.5em 0.5em; 
    margin:0;
}
/* ----------------------------------------------------*/
label, fieldset fieldset{
    border:none;
    padding:0.2em 0.2em; 
    margin:0;
}
/* ----------------------------------------------------*/
fieldset fieldset p label{
   border:none;   
   padding:0;
}
/* ----------------------------------------------------*/
label:hover, fieldset fieldset:hover{
/*    background-color:#CCC;*/
}
/* ----------------------------------------------------*/
label input, label textarea, label select{
/*    border:1px solid #aaa; 
/*    background:#fefefe url(inputbg.png) repeat-x bottom;*/
}
/* ----------------------------------------------------*/
label input:focus, label textarea:focus{
 /*   border-color:#333; 
    color:#000; 
    background:#fff;
*/
    border-color:#003366; 
    color:#000; 
    background:#fff;

}
/* ----------------------------------------------------*/
textarea{
    height:10em;
}
/* ----------------------------------------------------*/
fieldset fieldset p label input{ 
    border:none; 
    background:none;
}
/* ----------------------------------------------------*/
#button{
    background:#000 url(buttonbg.png) repeat-x center; 
    color:#fff;
    font-weight:bold; 
    padding:3px 5px; 
    border:1px solid #000;
}

/* ----------------------------------------------------*/
#button:hover, { 
    cursor:pointer; 
    background-image:url(buttonhover.png); 
    border-color:#CCC;
}
/* ----------------------------------------------------*/

