﻿/* pop ups */
.popup { position: absolute; display: none; padding: 20px; background-color: #1F1C23; color: #fff; z-index: 500; }
    .popup .close { position: absolute; width: 16px; height: 16px; cursor: pointer; background: transparent url('/img/popup/popup_black_close.png'); right: 10px; top: 10px; }
    .popup h2 { font-size: 26px; font-weight: normal; text-align: center; text-align: center; font-weight: 300; margin: 0; }
    .popup .error { height: 20px; color:red; text-align: center; }
    .popup span.info { font-weight: 300; font-size: 14px; text-align: center; display: inline-block; width: 100%; }
    .popup span.simple-info { font-weight: 300; font-size: 14px; text-align: center; display: inline-block; width: 100%; }

.popup-white { background-color: #fff; color: #404040; border: #000 1px solid;}
    .popup-white .close { background: transparent url('/images/popup/popup_white_close.png'); }
.popup-red {background-color: #ffc60b;color: #0073aa;border: #000 1px solid;}
    .popup-red .close { background: transparent url('/images/popup/popup_white_close.png'); }

.popup-red a {color:#0073aa;}
.popup-red input {padding: 5px;margin:5px 0;width: 100%;}
.popup-red input[type=submit] {background:#0073aa; color:#fff; width:100%;}


div#popup_container {background: #ffc60d;border:none;-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);font-family:'Open Sans', Verdana;color: #0274ab;border-radius: 0;}
.popup-red { -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);  -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);  box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75); border:none;}
.popup-red a {color: #0073aa;}
#popup_title {font-size:20px;background: #ffc60d;font-weight:normal;border: none;color: #0274ab;}

#popup_panel {background:#ffc60d;}
#popup_panel input {background-color: #0274ab;color: #fff;font-size: 14px;text-transform: uppercase;}