/* HELP CSS */

form#help_form,
div.help_box
{
   position: relative;
   float: left;
   width: 623px;
   padding: 10px 20px;
   margin: 0px 0px 0px 20px;
   _margin: 0px 0px 0px 10px;
   border: 1px solid #e0e0e0;
   background: #efefef;
   color: #4b4b4b;
}

form#help_form p
{
   margin-bottom: 10px;
}

form#help_form select
{
   width: 150px;
   margin-right: 10px;
   border: 1px solid #e0e0e0;
}

div.help_box
{
   border-top: none;
   background: none;   
}

div.help_box h2
{

   font-size: 16px;
   color: #3c3c3c;
   font-weight: bold;
}

div.help_box img.help_box_img
{
   position: relative;
   float: left;
   width: auto;
   margin: 0px 10px 10px 0px;
}

div.help_box p a
{
   width: auto;
   color: #20a4cf;
   font-weight: normal;
}

div.help_box a.save_file
{
   background: url('../images/save_file.gif') no-repeat top left;
   padding: 10px 0px 10px 40px;
   color: black;
   font-weight: bold;
}

div.help_box a.save_doc
{
   background: url('../images/save_doc.gif') no-repeat top left;
   padding: 10px 0px 10px 40px;
   color: black;
   font-weight: bold;
}

div.help_box a.read_more
{
   width: auto;
   color: #6e91b7;
   font-size: 11px;
   font-weight: bold;
}
