body
{ 
    /* background: url('UI-seal-LRG.png') no-repeat fixed center; */
    font: bold 20px arial;
    font-weight:normal; 
}

table
{
    /* font:35px arial,sans-serif; */
    /* font: 30px arial; */
    font:16px arial;
    font-weight:normal;
}

tr
{
   height:30px;
 }

input,select
{
    font:14px arial;   
    font:14px arial;    
}

/*body  { */
/* background: url('UI-seal-LRG.png') no-repeat fixed center; */ 
/*  text-align:center; */
/*  } */
/*    table.center   { */
/*      margin-left:auto;  */
/*      margin-right:auto; */
/*    } */

#instruction
{
    text-align: center;
    width: 5%;
}

#help_btn
{
    border: none;
}

#footer
{
    /* position: absolute; */
    position: relative;
    bottom: 10px;
    width: 100%;
}

/*fix dropdown z-index problem. Credit to http://hedgerwow.blogspot.com/ */
.select-free
{
    position: absolute;
    z-index: 10; /*any value*/
    overflow: hidden; /*must have*/
    width: 247px; /*must have for any value*/ /*width of area +5*/
}
.select-free iframe
{
    display: none; /*sorry for IE5*/
    display: /**/ block; /*sorry for IE5*/
    position: absolute; /*must have*/
    top: 0px; /*must have*/
    left: 0px; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    width: 3000px; /*must have for any big value*/
    height: 3000px /*must have for any big value*/;
}
.select-free .bd
{
    padding: 11px;
}



