div#rwtw_wrapper {
    margin-top:10px;
/*    display:inline-block;  <-- this was what was keeping the modules from centering in Firefox 3.0 */
}
.rwtw{
/*    display:inline-block;  <-- this and .rwtw * display were keeping the module top to be broken and not across the top of the module in Firefox 3.0 */
    }
.rwtw *{
/*    display:inline-block;  <-- this and .rwtw display were keeping the module top to be broken and not across the top of the module in Firefox 3.0 */
    height:1px;
    overflow:hidden;
    font-size:.01em;
    background: #fff;
  }
.rwtw1{
    margin-left:3px;
    margin-right:3px;
    padding-left:1px;
    padding-right:1px;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    background:#fff;
  }
.rwtw2{
    margin-left:1px;
    margin-right:1px;
    padding-right:1px;
    padding-left:1px;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    background:#fff;
  }
.rwtw3{
    margin-left:1px;
    margin-right:1px;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    }
.rwtw4{
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    }
.rwtw5{
    border-left:1px solid #fff;
    border-right:1px solid #fff;
  }
div#rwtw_subwrapper {
    background-color: #fff;
    }
div#rwtw_controls {
    float: right;
    margin:0 2px 0 2px;
    display:inline-block;
    background-color: #fff;
    }
div#rwtw_controls a {
    display:inline-block;
    margin:0 4px 0 2opx;
    }
div#rwtw_head {
    display: inline;
    width: 100%;
    margin:0 2px 0 2px;
    }
div#rwtw_head img{
    vertical-align:top;
    }
div#rwtw_icon {
    }
div#rwtw_title {
    display: inline;
    margin-left: 8px;
    background-color:transparent;
    }
div#rwtw_visibility {
    display: inline;
    margin: 4px;
    background-color: #fff;
    }
div#rwtw_visibility img{ 
    vertical-align:middle;
    }
div#rwtw_contentpane {
    background-color: #fff;
    padding:5px 10px 10px 10px;
    display:inline-block;
    } 
#clear {clear:both;}
