/* 
    Document   : style
    Created on : Sep 2, 2012, 2:23:08 PM
    Author     : Cristian Bitoi
    Description:
        Loader default lumea-auto
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#middleLoader {
    background-color: white;
    border: 1px solid #7DC502;
    box-shadow: 3px 4px 2px #C5C5C5;
    color: #39673B;
    font-size: 13px;
    font-weight: bold;
    height: 90px;
    left: 50%;
    margin-left: -125px;
    margin-top: -40px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 180px;
    z-index: 100;
    display:none;
}
.middleLoaderImg {
    left: 37px;
    position: absolute;
    top: 46px;
    z-index: 2147483647;
}
.middleLoaderImgLoad {
    left: 13px;
    position: absolute;
    top: 16px;
    z-index: 2000;
}
.middleLoaderText {
    left: 29px;
    position: absolute;
    top: 20px;
}
