#daddy-shoutbox {
/*    padding: 5px;*/
/*    background: #3E5468;*/
/*    color: white;*/
    width: 200px;
    width: 96%!important;
    
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    border: #627C98;
    padding: 5px!important;
    min-height: 800px;
    margin-top: -30px!important;
    
/*    border-style: ridge;    */
}

.shoutbox-list {
    border-bottom: 1px solid #627C98;

    padding: 5px;
    display: none;
    
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
/*	padding: 2px 0 2px 8px;*/
/*	line-height: 15px;*/
	text-decoration: none;
    
}
#daddy-shoutbox-list {
    text-align: left;
    margin: 0px auto;
}
#daddy-shoutbox-form {
    text-align: left;

}
.shoutbox-list-time {
    color: #8DA2B4;
}
.shoutbox-list-nick {
    margin-left: 5px;
    font-weight: bold;
}
.shoutbox-list-message {
    margin-left: 5px;
    word-wrap: break-word;  
}
