.input-alert {
    background-color: #FFEBEB !important;
    border: 2px solid #FF5B5B !important;
}
#noscript {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 100000;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
#noscript > div {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #bbb;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#noscript > p {
    display: block;
    position: absolute;
    top: 20%;
    left: 50%;
    width: 340px;
    margin: 0 0 0 -190px;
    padding: 50px 20px 20px 20px;
    overflow: hidden;
    background: #666 url('../img/warning.png') center 10px no-repeat;
    font-size: 12pt;
    text-align: center;
    color: #fff;
    border: 2px solid #999;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 0 15px #333;
    -webkit-box-shadow: 0 0 15px #333;
    box-shadow: 0 0 15px #333;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
#alertWindowCP {
    display:none;
    position: fixed;
    top:0; left:0;
    z-index: 100000;
    width: 100%; height:100%;
    padding:0; margin:0;
    background-color: transparent;
}
#alertWindowCP > .CPbg {
    position: absolute;
    top:0; left:0;
    width: 100%; height:100%;
    padding:0; margin:0;
    background-color: #aaa;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#alertWindowCP > .CPwindow {
    position: absolute;
    top: 20%; left: 50%;
    width: 220px;
    padding: 20px 0;
    margin: 0 0 0 -110px;
    background-color: #fff;
    border: 1px solid #aaa;
    text-align: center;
    font-size: 13px;
    color: #444;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 10px #777;
    -webkit-box-shadow: 0 0 10px #777;
    box-shadow: 0 0 10px #777;
}
#alertWindowCP > .CPwindow > p {margin:0 0 5px 0; padding:0 20px;}
#alertWindowCP > .CPwindow > .CPclose {
    display: block;
    outline: none;
    width: 70px;
    margin: 5px auto 0 auto;
    overflow: hidden;
    background-color: #ff9900;
    border: 1px solid #c17400;
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 7px 10px;
    cursor: pointer;
}
#alertWindowCP > .CPwindow > .CPclose:hover {
    background-color: #f69400;
}
#alertWindowCP > .CPwindow > .CPclose:active {
    background-color: #f69400;
    -webkit-box-shadow: inset 0 1px 2px #c17400;
    box-shadow: inset 0 1px 2px #c17400;
}
#waitLoading
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: transparent;
    z-index: 10000;
}
#waitLoading > P
{
    display: block;
    text-align: center;
    position: absolute;
    z-index: 10000;
    left: 50%;
    top: 20%;
    overflow: hidden;
    width: 200px;
    padding: 20px 10px;
    margin: 0 0 0 -110px;
    background-color: #FFF4E9;
    color: #DD6F29;
    border: 2px solid #DD6F29;
    font-size: 12px;
    line-height: normal;
    font-weight: bold;
    -moz-box-shadow: 0 0 15px #444;
    -webkit-box-shadow: 0 0 15px #444;
    box-shadow: 0 0 15px #444;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
#globalMsg
{
    display: block;
    overflow: hidden;
    float: none;
    clear: both;
    margin: 10px 0;
    padding: 0 5px;
}
#globalMsg > P
{
    overflow: hidden;
    margin: 0 auto;
    padding: 11px 42px 11px 42px;
    text-align: center;
    border: 1px solid #FFD967;
    background-color: #FFFBF0;
    color: #3D6611;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    /*+border-radius:5px;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    min-width: 220px;
    max-width: 500px;
    width:auto;
    background-repeat: no-repeat;
    background-position: 5px center;
    /*[empty]display:;*/
    /*+box-shadow:0px 1px 2px #A0A0A0;*/
    -moz-box-shadow: 0px 1px 2px #A0A0A0;
    -webkit-box-shadow: 0px 1px 2px #A0A0A0;
    -o-box-shadow: 0px 1px 2px #A0A0A0;
    box-shadow: 0px 1px 2px #A0A0A0;
}
#globalMsg > P.success
{
    border-color: #95A486;
    color: #3D6611;
    background-color: #EFF5EA;
    background-image: url('../img/checkmark.png');
}
#globalMsg > P.error
{
    border-color: #F16048;
    color: #DF280A;
    background-color: #FAEBE7;
    background-image: url('../img/warning.png');
}
@media screen and (max-width:479px), screen and (max-height: 350px)
{
    #alertWindowCP, #noscript {overflow: auto;}
    #alertWindowCP > .CPwindow, #noscript > p {
        width: 100%;
        box-sizing:border-box;
        min-width: 200px;
        margin: 0 auto;
        left:0; top:0;
        border-top: none;
        border-left:none;
        border-right:none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
    }
}