﻿.ajaxLoaderOverlay { background-color: rgba(255, 255, 255, 0.7); color: white; height: 100%; left: 0; line-height: 20px; position: absolute; text-align: center; top: 0; width: 100%; }
.ajaxLoaderOverlayMessage {position: absolute;    top: 60px;    left: 50%;    width: 250px;    margin-left: -125px;    padding: 15px;    background-color: rgba(240, 240, 240,1); color: #5b5046; font-size: 1.2em; font-weight: bold;  line-height: 20px; text-align: center;  -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
