﻿
.ModalPosition{z-index:3000;}
    
 #loginDialog {
            font-size: 12px;
            width: 375px;
        }
        .userLogin { padding:14px; text-align:center; font-size:13px; }

        .ektronWindow {
            background-color: #f0f0f0;
            color: #444444;
            display: none;
            left: 50%;
            margin-left: -15em;
            position: fixed !important;
            top: 25%;
            width: 40em;
            z-index:99999;
            text-align:left;
            line-height:1.7;
        }

        .closeDialog {
            background-color: #c2c2c2;
            font-family: tahoma;
            font-size: 11px;
            height: 20px;
            line-height:20px;
            text-align: right;
            padding:0 1em;
            margin-bottom:6px;
        }
        .closeDialog a { color:#101010; }


        #loginwindow #loginPanel ul li label {
            float: left;
            margin: 0 6px 0 0;
            text-align: right;
            width: 33%;
        }
        .TestLabel {
            padding: 4px 0 4px 4px;
        }

       #loginwindow #loginPanel ul li input {
            width: 50%;
            border:solid 1px #c2c2c2;
            margin:0 0 5px;
        }


        top.SubmitBtn, .SubmitBtn {
            background-color: #404040;
            border-color: #C5BBAF;
            border-style: solid;
            border-width: 1px;
            color: #FFFFFF;
            font-family: Verdana;
            font-size: 1em;
            font-weight: normal;
        }

        .topAccountLinkDiv {
            color: #1090CE;
            float: right;
            margin: 0 0 10px;
            outline: medium none;
            padding-right: 20px;
        }

        .topAccountLinkDiv a {
            color: #1090CE;
            font-size: 12px;
        }
        @media only screen and (min-width: 124px) and (max-width: 800px) {
           /* .ektronWindow { width:100% !important; margin:0 !important; left:0 !important; z-index:999991 !important; } 
            #colorbox { width:auto !important; height:auto !important; margin:0 !important; padding:0 !important;} 
            #cboxWrapper, #cboxContent, #cboxLoadedContent { width:auto !important; height:auto !important; margin:0 !important; padding:0 !important; }*/
           /* #cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight { display:none !important; }*/
        }
