
div.preloader-bg
{
    width: 35%;
    height: 80px;
    top: 40%;
    left: 35%;
    position: absolute;

    background-color: #000033;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    background: #aaaaaa; /* Old browsers */
    background: -moz-linear-gradient(top,  #aaaaaa 0%, #727272 46%, #424242 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(46%,#727272), color-stop(100%,#424242)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #aaaaaa 0%,#727272 46%,#424242 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #aaaaaa 0%,#727272 46%,#424242 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #aaaaaa 0%,#727272 46%,#424242 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #aaaaaa 0%,#727272 46%,#424242 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#424242',GradientType=0 ); /* IE6-9 */
}

div#preloader{
    margin: auto;
    height: 35%;
    width:90%;
    border: 3px solid #666666;
}

.preloader-label{
    text-align: center;
    padding-top: 4%;
    color: #cccccc;
    font-size: 18px;
}