#login-box {
    border: #efefef 1px solid;
    padding: 4px;
}

TABLE.table-display {
width: 100%;
 /*	   font-family: tahoma, verdana, helvetica; 
background-color: #ffffdd;*/
}
td.table-display {
}


TR.table-header {
    background-color: #efefef; 
}

TR.even {
  /*  background-color: #ffffdd*/
}

TR.odd {
/*    background-color: #ffffdd;*/
}


th{
background-color: #ece9d8;
height: 20px;
border-bottom: 4px #FFF solid;
}

input{
border: 1px #CCCCCC solid;
margin-bottom: 4px;
font-family: Tahoma;

}

textarea{
border: 1px #CCCCCC solid;
margin-bottom: 4px;
font-family: Tahoma;
width: 100%;


}