div#rwtg_wrapper {
    margin-top:10px;
/*    display:inline-block;  <-- this was what was keeping the modules from centering in Firefox 3.0 */
}
.rwtg
{
  
    }
.rwtg *{

    height:1px;
    overflow:hidden;
    font-size:.01em;
    background: #dee3e9;
  }
.rwtg1{
    margin-left:3px;
    margin-right:3px;
    padding-left:1px;
    padding-right:1px;
    border-left:1px solid #dee3e9;
    border-right:1px solid #dee3e9;
    background:#dee3e9;
  }
.rwtg2{
    margin-left:1px;
    margin-right:1px;
    padding-right:1px;
    padding-left:1px;
    border-left:1px solid #dee3e9;
    border-right:1px solid #dee3e9;
    background:#dee3e9;
  }
.rwtg3{
    margin-left:1px;
    margin-right:1px;
    border-left:1px solid #dee3e9;
    border-right:1px solid #dee3e9;
    }
.rwtg4{
    border-left:1px solid #dee3e9;
    border-right:1px solid #dee3e9;
    }
.rwtg5{
    border-left:1px solid #dee3e9;
    border-right:1px solid #dee3e9;
  }
div#rwtg_subwrapper {
    background-color: #dee3e9;
    }
div#rwtg_controls {
    float: right;
    margin:0 2px 0 2px;
    display:inline-block;
    background-color: #dee3e9;
    }
div#rwtg_controls a {
    display:inline-block;
    margin:0 4px 0 2opx;
    }
div#rwtg_head {
    display: inline;
    width: 100%;
    margin:0 2px 0 2px;
    }
div#rwtg_head img{
    vertical-align:top;
    }
div#rwtg_icon {
    }
div#rwtg_title {
    display: inline;
    margin-left: 8px;
    background-color:transparent;
    }
div#rwtg_visibility {
    display: inline;
    margin: 4px;
    background-color: #dee3e9;
    }
div#rwtg_visibility img{ 
    vertical-align:middle;
    }
div#rwtg_contentpane {
    background-color: #dee3e9;
    padding:5px 10px 10px 10px;
/*    display:inline-block;  <-- this was what was keeping the table from centering in Firefox 3.0 */
    } 
#clear {clear:both;}
