.art-layout-wrapper { z-index: 10000 !important; }
.atlent_overlay { display: none; background: rgba( 255,255,255,0.8); width: 100%; height: 100%; position: fixed; z-index: 10000; top: 0; left: 0; text-align: center; letter-spacing: 0.5em; font-weight: bold; }
.atlent_overlay img { padding-top: 5em; }

.atlent_error_container, .atlent_success_container { display: none; }
#atlent_error { width: 80%; margin: 0 auto; background: #ffdddd; border: 2px red solid; border-radius: 10px; text-align: center; }
#atlent_success { width: 80%; margin: 0 auto; background: #ddffdd; border: 2px green solid; border-radius: 10px; text-align: center; }

/*.atlent_button {*/
    /*-moz-box-shadow: 0px 10px 14px -7px #276873;*/
    /*-webkit-box-shadow: 0px 10px 14px -7px #276873;*/
    /*box-shadow: 0px 10px 14px -7px #276873;*/
    /*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));*/
    /*background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);*/
    /*background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);*/
    /*background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);*/
    /*background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);*/
    /*background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);*/
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);*/
    /*background-color:#599bb3;*/
    /*-moz-border-radius:8px;*/
    /*-webkit-border-radius:8px;*/
    /*border-radius:8px;*/
    /*display:inline-block;*/
    /*cursor:pointer;*/
    /*color:#ffffff !important;*/
    /*font-family:Arial;*/
    /*font-size:1.2em;*/
    /*font-weight:bold;*/
    /*padding:13px 32px;*/
    /*text-decoration:none;*/
    /*text-shadow:0px 1px 0px #3d768a;*/
/*}*/
/*.atlent_button:hover {*/
    /*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));*/
    /*background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);*/
    /*background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);*/
    /*background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);*/
    /*background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);*/
    /*background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);*/
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);*/
    /*background-color:#408c99;*/
    /*text-decoration: none !important;*/
/*}*/
/*.atlent_button:active {*/
    /*position:relative;*/
    /*top:1px;*/
/*}*/



