div#rntg_wrapper {
    margin-top:10px;
/*    display:inline-block;  <-- this was what was keeping the modules from centering in Firefox 3.0 */
}
.rntg{
 
    }
.rntg *{
    height:1px;
    overflow:hidden;
    font-size:.01em;
    background: #dee3e9;
  }
.rntg1{
    margin-left:3px;
    margin-right:3px;
    padding-left:1px;
    padding-right:1px;
    border-left:1px solid #dee3e9;
    border-right:1px solid #dee3e9;
    background:#dee3e9;
  }
.rntg2{
    margin-left:1px;
    margin-right:1px;
    padding-right:1px;
    padding-left:1px;
    border-left:1px solid #dee3e9;
    border-right:1px solid #dee3e9;
    background:#dee3e9;
  }
.rntg3{
    margin-left:1px;
    margin-right:1px;
    border-left:1px solid #dee3e9;
    border-right:1px solid #dee3e9;
    }
.rntg4{
    border-left:1px solid #dee3e9;
    border-right:1px solid #dee3e9;
    }
.rntg5{
    border-left:1px solid #dee3e9;
    border-right:1px solid #dee3e9;
  }
div#rntg_subwrapper {
    background-color: #dee3e9;
    }
div#rntg_controls {
    float: right;
    margin:0 2px 0 2px;
    display:inline-block;
    background-color: #dee3e9;
    }
div#rntg_controls a {
    display:inline-block;
    margin:0 4px 0 2opx;
    }
div#rntg_head {
    display: inline;
    width: 100%;
    margin:0 2px 0 2px;
    }
div#rntg_head img{
    vertical-align:top;
    }
div#rntg_icon {
    }
div#rntg_title {
    display: inline;
    margin-left: 8px;
    background-color:transparent;
    }
div#rntg_visibility {
    display: inline;
    margin: 4px;
    background-color: #dee3e9;
    }
div#rntg_visibility img{ 
    vertical-align:middle;
    }
div#rntg_contentpane {
    background-color: #dee3e9;
    padding:5px 10px 10px 10px;
    display:inline-block;
    } 
#clear {clear:both;}
