
#cluetip {
    /*background: #aaa;*/
    /*background: url("/images/background.jpg");*/
    background: url("/images/center_bar.png");
    color: white;
    text-align: center;

    font-size: medium;
    padding: 5px;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#cluetip_header {
    color: white;
    text-align: center;
}

#cluetip_content {
    color: black;
    text-align: justify;
}

.cluetip_outer {
    -moz-box-shadow: 0px 0px 3px 3px #f81;
    -webkit-box-shadow: 0px 0px 3px 3px #f81;
    box-shadow: 0px 0px 3px 3px #f81;
}
