.client_input_button
{
background-color: #9999ff;
color: #ffffff;
font-family: Arial;
font-size: 12px;
font-style: normal;
height: 20px;
position: relative;
width: auto;
}
.client_input_textbox
{
background-color: #ffffff;
color: #000066;
font-family: Arial;
font-size: 12px;
font-style: normal;
height: 14px;
}
select
{
background-color: #ffffff;
border-color: #000000;
border-style: inset;
border-width: 2px;
border-bottom-width: 1px;
border-right-width: 1px;
color: #000066;
font-family: Arial;
font-size: 12px;
font-style: normal;
height: 17px;
}
.table_input
{
border-collapse: collapse;
left: 2px;
position: relative;
top: 10px;
width: 490px;
}
.td_input_label
{
width: 250px;
}
.td_input_textbox
{
width: 240px;
}
.table_buttons
{
left: 2px;
position: relative;
top: 10px;
width: 468px;
}
.td_buttons
{
text-align: center;
width: 100%;
}
.table_textarea
{
left: 0px;
position: relative;
top: 10px;
width: 100%;
}
.td_textarea
{
width: 100%;
}