#permission-bar-prompt-content, #permission-bar {
    color: white;
	font-weight: 200;
}

    #permission-bar-prompt-content a, #permission-bar a, #permission-bar-prompt-content span {
        color: #CCC;
        text-decoration: none;
    }

        #permission-bar-prompt-content a:hover, #permission-bar a:hover {
            color: #CCC;
            text-decoration: underline;
        }

#permission-bar-prompt-close {
    width: 14px;
    height: 14px;
    float: right;
    display: block;
    background: url(x.png) no-repeat;
}

#permission-bar-prompt-logo {
    width: 250px;
    height: 42px;
    float: left;
    display: block;
    background: url(logo.png) no-repeat;
}

 
#permission-bar {
    position: fixed;
    float:left;
    top: 0;
    left: 0px;
    width: 100%;
    margin: 0;
    height: auto;
    padding: 5px;
    background: black;
    -moz-opacity: 0.80;
    opacity: 0.80;
    z-index: 9999;
    font-size: 12px;
    line-height: 10px;
}

    #permission-bar p {
        float: left;
        padding: 0;
        margin: 7px 0 0 20px;
    }

#permission-bar-button {
    float: right;
    right: 20px;
    background-color: black;
    font-size: 12px;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    position: relative;
    cursor: pointer;
    margin-top: 0px;
}

#permission-bar-prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    float:left;
    top: 0;
    left: 0;
    z-index: 9998;
    /*background: #AAAAAA;   url(prompt-bg.png); */
    -moz-opacity: 1;
    opacity: 1;
}

#permission-bar-prompt-content {
    position: absolute;
    width: 400px;
    height: 180px;
    padding: 50px;
    background: #464646;
    color: white;
    text-align:justify;
    z-index: 9998;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-size: 15px;
}

#permission-bar-prompt-button {
    color: #A6003D;
    text-decoration: none;
}

.clear {
    clear: both;
}
