/* CSS STYLES FOR JQUERY TOOLS */

/* OVERLAY */

button {
    background:none;
    border:none;
    color:#FFF;
    cursor:pointer;
}

/* http://flowplayer.org/tools/css/overlay-minimal.css */

div.overlay { padding: 55px; background-image: url("../images/overlay/white.png") ; width: 600px; height: 470px; display: none; }
div.overlay div.close {
    background: transparent url("../images/overlay/close.png") no-repeat scroll 0% 0%;
    /*position: absolute;*/
    margin-right: -20px !important;
    margin-right: 15px;
    margin-top: -25px;
    float:right;
    cursor: pointer;
    height: 36px;
    width: 36px;
    }
div.overlay.black { background: transparent url("../images/overlay/transparent_001.png") no-repeat scroll 0% 0%; color: rgb(255, 255, 255); }
div.overlay.petrol { background: transparent url("../images/overlay/petrol.png") no-repeat scroll 0% 0% ; color: rgb(255, 255, 255); }
div.black h2, div.petrol h2 { color: rgb(221, 221, 221); }


