.tip { 
    width:300px; 
    font-family:tahoma,arial; 
    background:url(http://www.dillingerilla.com/new/css/tipmid.png) left top repeat-y; 
}
.tip-top  { 
    background:url(http://www.dillingerilla.com/new/css/tiptop.png) top left no-repeat; 
    height:26px; 
    width:300px;
    padding: 0px;
    margin: 0px;
}
.tip-title      { 
    color:#775301; 
    font-weight:bold; 
    margin:0 30px 0 15px;
    padding: 0px;
}
.tip-text       { 
    color:#000; 
    padding:5px 30px 5px 15px;
    margin: 0px;
}
.tip-bottom  { 
    background:url(http://www.dillingerilla.com/new/css/tipbottom.png) left bottom no-repeat; 
    width:300px; 
    height:125px;
    padding: 0px;
    margin: 0px;    
}