
/*----------------------------------------------------------------------------------
/* Worldplot
/*---------------------------------------------------------------------------------- */
#worldplot {
    position: relative;
    border: 0px solid #000;
    background-image: url('http://www.ublam.com/scripts/worldplot/world.jpg');
}

#worldplot DIV.worldpoint {
    position: absolute;
    background-color: red;
    width: 2px;
    height: 2px;
    cursor: crosshair;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.7;
}

#worldplot DIV.yourpoint {
    position: absolute;
    background-color: F7FF00;
    width: 3px;
    height: 3px;
    cursor: crosshair;
}

#worldtext {
    position: absolute;
    top: 230px;
    left: 215px;
    font: normal normal 400 10px arial;
    padding: 2px;
    color: #fff;
    background-color: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.6;
}