.version td {
    font-size: 12px;
    padding: 10px;
}
div.history {
    background-color: white;    
    width: 400px;
}
div.history .historyList {
    max-height: 300px;
    overflow-y: scroll;
    border: 1px solid #DDDDDD;
}

div.history a.Close {
    background: url("/static/common/close.png") no-repeat scroll 50% 50% transparent;
    height: 27px;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 27px;
}

div.history h3 {
    background-image: -moz-linear-gradient(center bottom , #1E2330 17%, #333A4A 50%);
    border-radius: 5px 5px 0 0;
    color: white;
    padding: 10px;   
    font-size: 15px;
    line-height: inherit;
    margin: 0;
}

button.history {
    background: url("history-icon.png") repeat scroll 0 0 transparent;    
    border: medium none;
    cursor: pointer;
    height: 40px;
    margin: 0 0 0 10px;
    text-indent: -9999px;
    width: 42px;
}