#overDiv 
{
    visibility: visible !important;
}

#overDiv
{ 
    padding:10px!important;
    margin-bottom:15px !important; 
    -moz-border-radius:8px !important; 
    -webkit-border-radius:8px !important; 
    border-radius:8px !important; 

    background:#BBE1F6 !important; 
    -moz-box-shadow: 0 0 6px #000 !important; 
    -webkit-box-shadow: 0 0 6px #000 !important; 
    box-shadow: 0 0 6px #000 !important; 
    z-index: 2002;

}

#overDiv table
{
    background:none !important;  
}

#overDiv .fgClass td a
{ 
    background:none;
    color:#3580b7;
}
/* -- */
#overDiv .fgClass td ul
{ 
    padding:10px 0px 0px 10px ;
    margin:0px 0px 0px 0px ;
    float: left;    
}

#overDiv .fgClass td li
{ 
    background:none;
    list-style-type: none;
    float: left;
    width: auto;
    clear: both;
}
/* -- */
#help2_content_wrapper
{
  display: none;
  float: left;
  position: relative;
  z-index: 1980;
  font-size: 10px;
}

.help2_inner_content
{
  clear: both;
	float: left;
  margin-top: 2px;
  position: relative;
  background: #BBE1F6; 
  padding: 10px;
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  border-radius: 8px;
  background: #BBE1F6; 
  -moz-box-shadow: 0 0 6px #000; 
  -webkit-box-shadow: 0 0 6px #000; 
  box-shadow: 0 0 6px #000;
  display: none;
  max-width: 300px;
  _width: 300px;  
}

.help2_title,
.help2_description,
a.help2_link
{
  clear: both;
	float: left;
}

.help2_title
{	
    color:#6067AF;
    font-weight: bold;
    font-family: Verdana;
    padding: 12px 0px 0px 0px;
    top:0px;
    font-size: 11px;   
}

a.help2_link
{
  margin-bottom: 10px;
}

#sfCoreHelpFile
{
    font-weight: bold;
    font-size: 11px;        
}

#sfCoreHelpFile .form_middle_sf input, #sfCoreHelpFile .form_middle_sf select, #sfCoreHelpFile #file_content, #sfCoreHelpFile
{
    font-size: 11px;    
}

 