﻿#graybackground1-div {
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #808080;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 10;
    display: none;
    overflow-y: hidden;
}
#message1-div {
    
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -50px;
    background-color: #FFFFFF; /*#0066FF*/
    filter: progid:DXImageTransform.Microsoft.Gradient( GradientType=0,StartColorStr='#0066FF', EndColorStr='#CCFFFF');
    width: 300px;
    height: 75px;
    /*border: 2px solid #FF6600;*/
    font-family: Arial;
    text-align: center;
    color: #000000;
    font-size: 18px;
    z-index: 20;
    display: none;
    border-radius: 10px;
    overflow-style: auto;
    background-size:cover;
}

#modalContainer {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10000;
    background-image: url();

}

/*#alertBox {
    position: relative;
    min-height: 100px;
    margin-top: 50px;
    border: 1px solid #666;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 20px 30px;
    height: 25%;
    width: 25%;
}*/

/*#modalContainer > #alertBox {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    background-size:contain;
}*/

#alertBox h1 {
    margin: 0;
    font:0.9em verdana,arial;
    background-color: #054368;
    color: #FFF;
    border-bottom: 1px solid #000;
    padding: 2px 0 2px 5px;
    line-height: 1.428571429;
    height: 20%;
    font-size: initial;
}

#alertBox p {
    font: 1.2em arial;
    height: 50px;
    padding-left: 5px;
    /*margin-left: 55px;*/
    font-family: Arial;
    font-weight: 100;
    font-style: normal;
    color: black;
    margin-top: 5%;
}
#Paragraph {
text-align:center;

}

#alertBox #closeBtn {
    /*display: block;
    position: relative;
    margin: 5px auto;
    padding: 7px;
    border: 0 none;
    width: 70px;
    font: 0.7em verdana,arial;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    background-color: #357EBD;
    border-radius: 3px;
    text-decoration: none;*/
    width: 25%;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    margin-left: 35%;
    margin-top: 1%;
    margin-bottom:3%;
}
