﻿body { text-align:center; cursor:default; }
#maincontent { width:100%; margin:0 auto; }
#loginpagecontent { margin:0 auto; width:1010px; height:760px; background:url(/Images/Admin/Backgrounds/bmsbg_withgirl.jpg) #f4f4f4 scroll 0 -25px no-repeat; }
#topsection {height:268px;width:100% }
#midsection { height:283px; width:100% }
#bottomsection { height:200px; width:100%;}
    #midsection > div { height:inherit;  display:block; text-align:left !important;}
    
    #midsection_columnLeft { width:405px;margin-right:3px;float:left; }
    #midsection_columnRight { width:590px; float:left; }
        #midsection_topMessageWrapper { width:inherit;  }   
        #midsection_bottomUserInputWrapper { width:inherit;  }     
        #left_col_loginEntry {width:425px;margin-right:3px; float:left; }
        #right_col_loginButton {width:145px; float:left; }

#tblLoginInfo {width:100%;height:230px; position:relative; background:url(/Images/admin/backgrounds/loginboxes.png) transparent no-repeat scroll 0 -35px;}
#tblLoginInfo input  {
	cursor:text !important; 
    height:45px;width:248px;position:absolute;left:128px;border:0px none transparent;
    color:#444; font:normal bold 22px/23px Arial, Verdana;padding:19px 0 3px 3px; }
    
    #tblLoginInfo #txtShopCode { top:13px;}
    #tblLoginInfo #txtLoginId { top:80px; }
    #tblLoginInfo #txtPassword { top:147px; }
    
    input.activeTxtBox { background-color:#e4e4e4;  border: 1px solid #C6C0B5 !important;}   
    
    #errorMessageWrapper { padding:20px 0 0 30px;height:25px; text-align:left !important;}    
        #lblMessage { height:18px;color:#D91313;font:normal 15px/18px Arial, Verdana;}

#loginButtonWrapper {margin:12px 0 15px 10px;height:auto; }
    #loginButtonWrapper #LoginImageButton { cursor:pointer; }
    @media screen and (min--moz-device-pixel-ratio:0) { /* Mozilla CSS hack as of May, 2018 */ #loginButtonWrapper {margin-top:15px; } }
    @-moz-document url-prefix() { #loginButtonWrapper {margin-top:15px; } }
    
    #linkPasswordReminder { font:normal 13px/14px Arial, Verdana; color:#666; height:24px; }

#loggingInIndicator {width:auto;padding:2px 0 0 13px;visibility:hidden; margin-top:5px }   
    #loggingInIndicatorWrapper { float:left;height:15px;width:15px;margin-right:10px; }
        .logging_in_msg {color:#105212;float:left;margin-top:2px;width:auto;font: normal 12px/12px Arial, Verdana;letter-spacing:2px; display:block;}
        @media screen and (min--moz-device-pixel-ratio:0) { /* Mozilla CSS hack as of May, 2018 */ #loggingInIndicator { margin-top:15px; } }
        @-moz-document url-prefix() { #loggingInIndicator { margin-top:15px; } }

#bloomLogoWrapper { display:block;width:100%; height:inherit;}
    #bloomnetLogo { width: 250px;display:block;float:right;margin:60px 20px 0 0;}      


/*===================
 *  Clearfix
 *===================*/
.clearfix:after {
	content: "."; display: block; clear: both;
	visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; } 
* html .clearfix { height: 1%; }