
/* 
    Created on : 27-Feb-2014, 11:08:53
    @author      Bolaji Olubajo <bolaji.tolulope@redboxdigital.com>
*/
/* Geolocation Message*/
#popup-country{background-color: #e5e5e5; position: fixed; font-size: 1.1em; font-weight: bold; text-align: center; opacity: 0.9;
               -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; z-index: 3000; top: 0px; height: 100%; left: 0px; width: 100%;}
#popup-country #message-box{left: 25%;position: inherit;top: 25%;background: #ffffff;font-size: 15px;text-align: left;-index: 1000; 
                            color: #323232;-webkit-box-shadow: 0 0 6px #000;box-shadow: 0 0 6px #000;width: 60%;padding: 5px;} 
#popup-country #message-box #popup-message-title{text-align: center;font-weight: bolder;font-size: 25px;text-transform: uppercase;}
#popup-country #message-box .buttons-set{width: 60%;}
#popup-country #message-box #popup-message-text{text-align: center;}
#popup-country #message-box p { clear: both; margin: 0px 10px 10px 1%; font-weight: bold; }
#popup-message-close { color: #c83f15; text-transform: uppercase; text-decoration:underline; padding: 4.6px 4px 14px 0; font-weight: bold; 
                       font-size: 11px; float: right; }
#contact-us-redirect { color: #c83f15; text-transform: uppercase; text-decoration: underline; font-weight: bold; }
.popup-message-block { margin-top: 30px; }
.popup-message-text { width: 81%; float: right; }
.popup-message-close-image {background: url(images/btn_window_close.gif) no-repeat;height: 15px;width: 15px;text-indent: -9999em;
                            cursor: pointer;float: right;margin-top:5px;}
#geoip-popup-country-message #message-box { font-size: 1.2em; line-height: 1.5em; padding: 15px 0;}
