﻿ div.LoginSection
    {
        float: left;
        width: 30%;
        text-align: left;
        margin-right: 5px;
        margin-left: 5px;
        border: solid 1px lightgrey;
    }
    div.LoginSection li
    {
        margin: 10px;
        font-size:larger;
        margin-left:0px;
    }
    div.LoginSection h2
    {
        text-align: center;
        background-image: url('images/SectionTitleHL.jpg');
        background-repeat: repeat-y;
        margin-top:0;
        padding:0.2em;
        font-size:13pt;
    }
      
    div.LoginSectionCustomer h2
    {
    	color:White;
    	background: transparent url('images/SectionTitleDark.jpg') repeat-y 0 0;    	
    }
        
    div.LicenseInfoSection
    {
        border: solid 1px darkgreen;
        padding: 5px;
        background-image: url('images/SectionBackgroundLight.jpg');
        background-repeat: repeat-x;
    }
    .LoginTextTitle
    {
    	padding:1em; 	
    	font-weight:bold;
    }