﻿#lwrapper
        {
            width: 300px;
            height: 100%;
            position: absolute;
            margin-left: -150px;
            left: 50%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            top: 0px;
        }
        
        #lVAlignPos
        {
            position: relative;
            top: 20%;
            margin-top: -50px;
        }
        
        #lwelcomeMsg
        {
            padding: 4px;
        }
        
        #linfo
        {
            border-radius: 5px;
            padding: 4px;
            position: relative;
        }
        
        #lcontent
        {
            border: 1px solid #ccc;
            border-radius: 5px;
            background: #efefef;
            padding: 10px;
            position: relative;
            top: 30%;
            margin-top: -50px;
            box-shadow: 0 0 9px #ddd;
        }
        
        #lfooter
        {
            text-align: center;
            vertical-align: bottom;
            margin-top: 10%;
            color: #777;
        }
        
        
        input
        {
            border-radius: 3px 3px 3px 3px;
            border: 1 solid #ccc;
            display: block;
            position: relative;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        
        input[type="text"], input[type="password"]
        {
            background: none repeat scroll 0 0 #FAFAFA;
            border: 1px solid #B6B6B6;
            color: #555;
            margin: 0.5em 0;
            padding: 0.5em 0.5em;
            width: 100%;
        }
        

           input[type="text"]:disabled, input[type="password"]:disabled
        {
            background: none repeat scroll 0 0 #ccc!important;
           
        }


        input[type="submit"]
        {
            background-color: #555;
            height: 2em;
            min-width: 6em;
            padding: 3px 0 5px;
            border: 0 none;
            line-height: 150%;
            color: #efefef;
            cursor: pointer;
        }
        
        
        
        .placeholder
        {
            color: #aaa;
        }


       