/* CSS Document */

#helpContainer{
background:#ffffff;
width:151px;
border: 2px solid #ffffff;
margin-top:5px;
}
#help{
background:#999966;
padding:2px 2px 2px 2px;
}
#helpDesc{
width:151px;
}
#helpDesc ul{
position:static;
list-style:none;
display:block;
margin:5px 0 10px 0;
padding:3px;
font: normal 12px/20px Arial;
color:#000000;
}
#helpDesc li{
line-height:14px;
margin-bottom:7px;
}
#help h4{
margin:2px;
padding: 0 3px 0 3px;
position:static;
display:block;
color:#ffffff;
font: bold 14px/20px Arial;
}
