﻿.alertpopup
{
    position:    absolute;
    top:         20px;
    left:        50%;   
    margin-left: -150px; 
    z-index:     9999; 
    width: 300px;
    display:none;
}

.alertpopup .title
{
    font-size: 13px;
    font-weight: bold;
    padding: 0 !important;
    margin: 0 0 4px 0 !important;
    display: inline-block;
}

.alert-gray
{
    color: #4D4D4D;
    background-color: #F6F6F6;
    border-color: #4D4D4D;
}

.alert-gray {
  background-image: -webkit-linear-gradient(top, #F6F6F6 0%, #E3E3E3 100%);
  background-image: linear-gradient(to bottom, #F6F6F6 0%, #E3E3E3 100%);
  background-repeat: repeat-x;
  border-color: #cccccc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF6F6F6', endColorstr='#ffE3E3E3', GradientType=0);
}

.alert-gray hr {
  border-top-color: #cccccc;
}

.alert-gray .alert-link
{
    color: #CCCCCC;
}

#pageloadingbox {
    height: 200px;
    position: fixed !important;
    top: 25%;
    left: 50%;
    margin-left: -100px;
    z-index: 999999999999 !important;
    display: none;
    width: 450px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px 1px #ccc;
    padding: 20px;
    line-height: 20px;
}

