/* Start of CMSMS style sheet 'twitterbox' */
div#twitter_box {
float: right;
width: 165px;
font-size: 11px;
}
#twitter_box h6 { font-weight: normal; font-size: 1.2em; }
#twitter_box a { display: block; margin-bottom: 8px; }
div#twitter_flist {
    width:600px;
    padding:10px;
    background: #FFE9AF; 
     margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the tweet list */
border: 1px solid red;
}
div#twitter_update_list {
    list-style-type: none;      
    border-top: 1px solid #909799; 
border-bottom: 1px solid #909799; 
}

/* End of 'twitterbox' */

