*
{
    margin: auto;
    padding: 0;
}

body
{
    background: url(Images/Background2.png) center no-repeat;
    background-size: cover;
    font-family: arial;
    font-size: 12px;
    color: #000;
    text-align: center;
}

p
{
    margin: 0px;
    padding: 0px;
}

a img
{
    border: 0px;
}

.left
{
    float: left;
}

.clear
{
    clear: both;
}

.right
{
    float: right;
}

:focus
{
    outline: none;
}

a
{
    text-decoration: none;
    cursor: pointer;
}

/* Form Style Starts Here */

#main_body
{
    margin: 150px auto;
    width: 550px;
    text-align: left;
    height: 295px;
    background: url(Images/LoginFormBGNew.jpg) no-repeat left; /*padding: 20px 0px 0px 20px;*/
}

.form_box
{
    padding-top: 100px;
    padding-left: 10px;    
    margin-left: 50px;
    width: 350px;
    text-align: left;
    height: 200px;
}

.form_input_BG
{
    width: 259px;
    background: url(../images/form_input.png) center left no-repeat;
    margin-left: 30px;
    border: 0px;
    height: 42px;
    float: left;
}

.form_text
{
    color: #000;
    font-size: 18px;
    float: left;
    padding-right: 10px;
    padding-bottom: 5px;
}

.form_input
{
    height: 20px;
    color: #000;
    font-size: 18px;
    float: left;
    padding-right: 10px;
    padding-bottom: 5px;
}

.form_button
{
    float: left;
    height: 50px;
    margin-top: 15px;
    padding-right: 10px;
    padding-top: 5px;
    text-align: right;
    width: 300px;
}

.form_msg .errorMsg
{
    float: left;
    height: 50px;
    margin-top: 15px;
    padding-right: 10px;
    padding-top: 5px;
    text-align: left;
    width: 300px;
    color: Red;
    font-weight: bold;
}

.sendEmailBackground
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    top:0;
    left:0;
    z-index:10000;
    position:absolute;
    width:100%;
    height:100%;
    background: White url(/Styles/images/sendemailload.gif) no-repeat center center;
}

.button
{
    -moz-box-shadow: inset 0px 1px 0px 0px #cae3fc;
    -webkit-box-shadow: inset 0px 1px 0px 0px #cae3fc;
    box-shadow: inset 0px 1px 0px 0px #cae3fc;
    color: #FFF;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #88AAFF), color-stop(1, #112255) );
    background: -moz-linear-gradient( center top, #88AAFF 5%, #112255 100% );    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88AAFF', endColorstr='#112255');
    background-color: #88AAFF;
    border: 1px solid #001122;
    
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    
    display: inline-block;
     /*font-family:Trebuchet MS;*/
    font-size: 12px; /*font-weight:bold;*/
    padding: 5px 14px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #c9dff5;
}

.button:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #112255), color-stop(1, #88AAFF) );
    background: -moz-linear-gradient( center top, #112255 5%, #88AAFF 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#112255', endColorstr='#88AAFF');
    background-color: #112255;
}

.button:active
{
    position: relative;
    top: 1px;
}

.modalMessage input[type=text], .modalMessage input[type=password]
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    border: 1px solid #81BE6B;
    height: 20px;
}

.modalMessage textarea
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0 0 3px 0;
    border: 1px solid #81BE6B;
}

.modalMessage select
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    border: 1px solid #81BE6B;
    height: 22px;
}

fieldset
{
    overflow: auto;
}

.modalMessage
{
    padding: 40px 10px 10px 10px;
}

.modalPopup
{
    background: White;
    border: solid 2px #3F6C9A; /* width: 100%; /*background-color: #ffffdd;     border-width: 3px;     border-style: solid;     border-color: #0088dd;*/ /*max-height: 520px; /*-webkit-border-radius: 10px;     -khtml-border-radius: 10px;     -moz-border-radius: 10px;     border-radius: 10px;     background-color: #ffffdd;*/
    overflow: auto;
    position: fixed;
    top: 20%;
    left: 35%; /*  text-align: center;*/
    font-size: 14px; /*background: White url(../Styles/Images/modal_title.jpg) repeat-x;*/
    border: solid 2px #3F6C9A;
    z-index: 10001; /* min-height: 50px;     height: auto !important;     height: 50px;*/
}

/*
Panel for modal popup
*/

.modalPopup .Modal
{
    margin-bottom: 0px; /*  -webkit-border-radius: 10px;     -khtml-border-radius: 10px;     -moz-border-radius: 10px;     border-radius: 10px;*/ /*background: #E5ECED url(images/imgBlueLine.gif) repeat-x;*/
}

.modalPopup .Modal .ModalHeader
{
    position: absolute;
    padding: 10px 0 0 10px;
    background: url(images/imgBlueBar.png) repeat-x;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    color: #FFFFFF;
    margin: 0px; /*-webkit-border-radius: 10px 10px 0px 0px;     -khtml-border-radius: 10px 10px 0px 0px;     -moz-border-radius: 10px 10px 0px 0px;     border-radius: 10px 10px 0px 0px;*/
}

.modalPopup .ModalHeader
{
    height: 20px;
    position: fixed;
    padding: 5px 3px 5px 3px;
    width: auto;
    background: url(../Styles/Images/modal_title.jpg) repeat-x;
    border-top: solid 2px #3F6C9A;
}

.modalPopup .clearBoth
{
    float: none;
    clear: both;
    width: auto;
}

.modalPopup .Modal .content
{
    border: 1px solid #528489;
    border-bottom: none;
}

.modalPopup .Modal .ModalFooter
{
    border: 1px solid #528489;
    border-top: none;
    vertical-align: middle;
}

.modalPopup h5
{
    color: White;
    font-weight: normal;
    font-size: 11pt;
    padding: 2px;
    margin: 0px 0px 8px 0px;
    float: left;
    position: absolute;
}

.modalPopup div.closeButton
{
    margin: 0px 13px 8px 0px;
    float: right;
}

.modalPopup div.closeButton a
{
    color: White;
    font-size: 11pt;
    text-decoration: none;
}

.modalBackground
{
    background-color: Gray;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    top:0;
    left:0;
    z-index:10000;
    position:absolute;
    width:100%;
    height:100%;
    background:url(~/Styles/images/loaderb64.gif') no-repeat center center;
}
