#log {
    width: 700px;
    height: 300px;
    overflow: auto;
}

#title{
    font-size: 25px;
    padding: 20px 0px 20px 0px;
}

.col{
    float: left;
    width: 500px;
    padding: 0px 20px 0px 0px;
}

.col pre{
    height: 220px;
    padding: 0px 0px 0px 20px;
}

.log{
    border: 1px solid #3C66D0;
    background-color: #E6EAF7;
    font-size: 11px;
    color: #414B67;
    height: 50px;
    height: auto;
    max-height: 200px;
    overflow-y: auto;
    margin: 0px 0px 10px 0px;
    line-height: 20px;
    padding: 7px;
    width: 400px;
    min-height: 80px;
}

.good_wife{
    padding: 0px 30px 5px 125px;
    background: #FDEDFC url(../img/good_wife.gif) 10px 10px no-repeat;
    border: 1px dashed #C0CBD0;
    font-style: italic;
    min-height: 100px;
    margin: 20px 0px 20px 60px;
    font-size: 12px;
}

.good_wife b{
    line-height: 30px;
}

.good_wife pre{
    margin: 10px 0px 10px 0px;
}

.ps{
    padding: 5px 30px 5px 125px;
    background: #FDEDFC url(../img/romance.gif) 10px 10px no-repeat;
    border: 1px dashed #C0CBD0;
    font-style: italic;
    min-height: 132px;
    margin: 20px 0px 20px 0px;
    font-size: 12px;    
}

h3{
    margin-bottom: 15px;
}
