/*
 * SimpleModal Basic Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */
 body {
            font-family:Tahoma;
            font-size:medium;
            /*background-color:#8eadc1;*/
            margin:0;
            padding:0;
        }
        header {
            background-color:#fff;
            height:180px;
            width:100%;
        }
        footer {
            width:100%;
            text-align:center;
            padding-bottom:10px;
        }
        .logo {
            width:99%;
            display:inline-block;     
            margin:50px auto;
        }
        
        .logo #imgLogo {
             max-width:435px;
             max-height:135px;
             display: block;
             margin:0px auto;
             /*position:absolute;
             /*top: 50%;*/
             /*left: 50%;*/
        }

        #Wrapper 
        {
            width:100%;
            height:100%;
            overflow:hidden;
            vertical-align: middle;
        }
        #loginBox 
        {
           position:relative;
            display:block;
            width:330px;
            height:230px;
            /*Border Radius*/
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            /*Border & Background*/
            border:15px solid #769bb6;
            background-color:#fff;
            /*Align box in center of webpage*/
            margin:50px auto;
            padding:0px;
        }
        #MBox 
        {
            display:block;
            width:550px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border:5px solid #769bb6;
            color:red;
            background-color:#fff;
            margin:25px auto;
            padding:10px;
            text-align:center;
        }
        .textbox
        { 
            line-height:2;
            height:30px;
            -webkit-border-radius:3px;
            -moz-border-radius:3px;
            border-radius:3px;
            border:1px solid #769bb6;
            width:200px;
            font-family:Tahoma;
            font-size:medium;
            color:#3d3d3d;
        }
         .title_login 
        {
           background: #e0eeff; /* Old browsers */
            background: -moz-linear-gradient(top,  #e0eeff 0%, #ffffff 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0eeff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  #e0eeff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  #e0eeff 0%,#ffffff 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  #e0eeff 0%,#ffffff 100%); /* IE10+ */
            background: linear-gradient(to bottom,  #e0eeff 0%,#ffffff 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0eeff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
            border-bottom: 1px solid #4864a9;
            color: #000;  
            line-height:3;
            text-align:left;
            /*text-shadow: 1px 1px 0px rgba(255,255,255,.5);*/  
            -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, .2);      
            box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, .2); 
            font-family:Tahoma;
            font-size:medium;
            padding-left:7px;
        }
        .content {
            width:300px;
            margin:20px auto;
            padding:5px;
            text-align:center;
       }
         .btn 
        {
            background-color:#336699;
            color:#fff;
            border:0px;
            line-height:1.5;
            border-radius:5px;
            -moz-border-radius: 5px 5px 5px 5px;
            -webkit-border-radius: 5px 5px 5px 5px;
            padding:5px 9px 5px 9px;

            font-family:Tahoma;
            font-size:medium;
        }
        .break {
           clear:both;
            height:3px;
           display:block;
        }
        .msg
        {
            background-color:#f7bdbd;
            border:0px;
            line-height:1.5;
            border-radius:5px;
            -moz-border-radius: 5px 5px 5px 5px;
            -webkit-border-radius: 5px 5px 5px 5px;
            width:95%;
            margin:10px auto;
        }
        .ClosePopupCls{color:#000;float:right;padding-right:10px;cursor:pointer;font-family:Tahoma;font-size:small;}
        #lb_FPass 
        {
            color:#336699;
            font-size:small;
            text-decoration:underline;
        }
        .floatleft {
            float:left;
        }
.label {
    width:90px;text-align:right;line-height:2;
}
#basicmodalcontent{display:none;margin:0;padding:0;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
/*#simplemodal-container {height:360px; width:600px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}*/
/*#simplemodal-container .simplemodal-data {padding:8px;}*/
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
/*#simplemodal-container a {color:#ddd;}*/
/*#simplemodal-container a.modalCloseImg {background:url(../../images/modal/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-10px; right:-14px; cursor:pointer;}*/
#simplemodal-container h3 {color:#84b8d9;}


#simplemodal-container
        {
            /*padding-top:40px;
            padding-bottom:0px;*/
            width:390px;
            height:300px;
            margin:0;
            padding:0;
            background-color:#fff;
            border:15px solid #4e7086;
            z-index:10;
            text-align:center;

        }

.forgotpasswordTitle {
            background-image:url('../../images/Forgotpwdtitle.png');
            background-position:top;
            background-repeat:no-repeat;
            width:390px;
            height:45px;
             background-color:#efefef;
             margin:0;
}