body
{
font-family: Tahoma, Helvetica, sans-serif;
margin: 1px;
font-size: 12px;
text-align: left;
}
#content
{
border: DarkGreen 1px solid;
margin-bottom: 10px;
}
input
{
border: #999 1px solid;
font-size: 14px;
}
#scroll
{
position: relative;
width: 660px;
height: 320px;
overflow: auto;
}
.item
{
margin-bottom: 6px;
}
#colorpicker
{
text-align:center;
}

/* Color options */
OPTION.black{background-color:white; color:black;}
OPTION.maroon{background-color:white; color:maroon;}
OPTION.red{background-color:white; color:red;}
OPTION.green{background-color:white; color:green;}
OPTION.blue{background-color:white; color:blue;}
OPTION.magenta{background-color:white; color:magenta;}
OPTION.slategray{background-color:white; color:slategray;}
OPTION.navy{background-color:white; color:navy;}
OPTION.darkorange{background-color:white; color:#FF8C00;}
