﻿
.sysLogin { height:600px; }
    #dvLogin, #dvMsg { width:480px;}
        
    #dvLogin { border-style:solid; border-width:2px; margin:25px 0px 0px 300px; }
        #dvLoginTitle { padding:5px 0px 0px 80px; height:30px;}
        
        .sysLoginRow { border-bottom-style:solid; border-bottom-width:1px;  }
            .sysLoginF { border-right-style:solid; border-right-width:2px;  float:left; padding-top:5px; text-align:right; width:140px; height:30px;}            
            .sysLoginC { float:left; padding:5px 0px 0px 5px; width:250px; }
                .sysLoginC input { width:220px;} 
    
        #dvLoginCmd { padding:10px 0px 10px 150px; }
            #dvLoginCmd input { width:50px; height:35px; }
            #dvLoginCmd a { margin-left:15px; }
        #dvLoginMsg { text-align:center;}

    #dvMsg { border-bottom-style:dashed; border-bottom-width:2px;  margin:20px 0px 0px 200px; padding-bottom:15px; width:640px; }
        .sysRemindRow { margin-bottom:2px; }
            #dvMsgTitle { text-align:left; width:99%}            
            .sysRemindF { float:left; width:25px; }
            .sysRemindC { float:left; width:610px; }
                
    #dvContact { margin:10px 0px 0px 200px; }
        .sysContactRow { padding:5px 0px 0px 25px; }
            .sysContactC1 { float:left; width:300px; }
            .sysContactC2 { float:left; width:300px; }
            .sysContactC3 { float:left; width:580px; }
    .cmnFall { clear:both; }        