.postTitle {
    background: none repeat scroll 0 0 #22b5e4;
    font-size: 1.1em;
    margin-top: 7px;
    padding: 0.4em;
    position: absolute;
    right: 100%;
    width: 6em;
    border-radius: 15px 0px 0px 15px; 
}


.postCon, .postBody {
    background: none repeat scroll 0 0 white;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    min-height: 12em;
    color:#575757;
    font-size:14px;
    padding: 10px 9px 9px 10px;
    border-radius: 5px 5px 5px 5px;
}