DIV.headline, DIV.big_headline, DIV.solo_headline {
    width: 199px;
    background-color: #DAE7FB;
    height: 1.7em;
    line-height: 1.7em;
    color: #335890;
    margin: 10px 0 0 0;
    padding-left: 10px;
    border-top: 1px solid #B7CBEA; 
}

DIV.solo_headline {
    border-bottom: 1px solid #B7CBEA;
}

DIV.big_headline {
    width: 490px;
    border-left: 1px solid #B7CBEA;
    border-right: 1px solid #B7CBEA;
}

.post, .big_post, .last_posts {
    width: 199px;
    background-color: white;
    margin: 0 0 10px 0;    
    padding: 5px 10px;
    border-top: 1px solid #B7CBEA;  
    border-bottom: 1px solid #D6E1F1;    
}

.last_posts {
  text-align: center;
}

.big_post {
    width: 480px;
    border-left: 1px solid #D6E1F1;
    border-right: 1px solid #D6E1F1;
}

#shout_book > .post, #shout_book > .last_posts {
    width: 179px;
}

#shout_book > DIV.headline, #shout_book > DIV.solo_headline {
    width: 189px;
}

A.headline {
    color: #335890; 
}

A.headline:HOVER {
    color: #335890;
    text-decoration: none;
}

INPUT {
    
    color: black;
    padding: 3px 5px;
    width: 100px;
    font-size: 100%;
    
}

.big_input {
  width: 250px;
}

INPUT.submit {

    color: white;
    padding: 2px 3px;
    width: 80px;
    font-size: 100%;
    background-color: #AAC2E6;

}

TEXTAREA {
    width: 174px;
    font-size: 100%;
    color: black;    
    /*height: 13em;*/
}

#big_textarea {
  width: 475px;
}

#sb_form_table {
    width: 179px;
}   

FORM > #sb_form_table {
    width: 182px;
}

#sb_form_table col.title {
    width: 70px;
    height: 1.7em;
    line-height: 1.7em;        
}

#sb_form_table .td_right {
    padding-right: 5px;
    text-align: right;
}

#sb_form_table col.box {
    width: 112px;
    height: 1.7em;
    line-height: 1.7em;
    
}

