/* CSS Document */


select.one
{
background-color:#E3E3E6;
width:130px;
height:26px;
color:#2F3553;
font-family:Times, serif;
font-size:0.75em;
border:none;
padding:2px 1px 2px 1px;
margin-bottom:7px;
}

select.many
{
background-color:#E3E3E6;
width:130px;
height:66px;
color:#2F3553;
font-family:Times, serif;
font-size:0.75em;
border:none;
padding:2px 1px 2px 1px;
margin-bottom:7px;
}

/*
option{
color:#2F3553;
font-family:Times, serif;
font-size:0.9em;
padding:2px 1px 2px 1px;
}
*/

