input.textbox {border:1px solid #69c;padding:2px;background:#def;}
input.textbox:focus {border:1px solid #369;background:#eed;}

select {border:1px solid #69c;padding:2px;background:#def;}
select:focus {border:1px solid #369;background:#eed;}

#left-content input {width:96%;}

.buttontab_on
{
     background-color:#4772A9;
     border:solid 1px #092832;
     color: #ffffff;
     font-weight:bold;
}
.buttontab_off
{
     background-color:#6E96C7;
     border:solid 1px #092832;
     color: #ffffff;
     font-weight:normal;
}