/* 
    Document   : letters
    Created on : June 3, 2006, 9:37 AM
    Author     : JesseUser
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
div.window {
    overflow:auto;
    float:none;
 } 
div.letter {
    float:left;
    padding-top:5px;
    
}
div.lastletter {
    float:none;
    padding:0px;
    height:88px;
    width:50px;
}
div.control{
    float:left;
    width: 160px;
 padding:2px;
}
