﻿
         #frmLoginName, #frmPassword { height: 21pt; width: 135pt; text-align: center; border-radius: 10px; color: Blue; margin: 2pt 0 }

        .tblLogin {  margin: 5pt 0 0 8pt; width:80%; background-color: LightSalmon; border: outset 5px  Coral; } 
        .trHeader {  background-image: url('Images/Template/index_12_ired.jpg'); height:30px; text-align: center; font-weight: bold; font-size: 110%; color: Black }
        .trHeader td { padding: 10pt 0 }
        .tdSpan3 { height: 15pt; width: 50%; border-right: solid 4px GhostWhite }
        .tdNewUser { width:50%; min-width: 350px; white-space: nowrap; padding: 0 10pt }
        .lblLeft { text-align: right; padding: 0 10pt; font-weight: bold; }
        .tdIcon {  height:15pt; width:15pt; padding-bottom:1pt; text-align:center; }
        .tdIcon img { vertical-align: middle; margin: 0 5pt }
        .tdInput { border-right: solid 4px GhostWhite; padding-right: 15pt }
        .tdBtnSubmit { text-align:center; padding:10pt 0 10pt 0; border-right: solid 4px GhostWhite; }
                   
                
        .lblPswFrg { text-align: center; padding: 0 0 5pt 5pt; color: Brown; border-right: solid 4px GhostWhite; }
        .lblSSL { }        

        .btnSubmit 
        { 
            margin-top: 10pt; 
            width: 120pt;
	        border:1px solid #6B4000; border-right-width:2px; border-bottom-width:2px; background-color:#FEB333; color:#03042E; 
	        font-weight:bold; font-size: larger; padding: 5pt 12pt 5pt 12pt; cursor: pointer; 

            -moz-border-radius-bottomright: 20px; border-bottom-right-radius: 20px; 
            -moz-border-radius-topright: 20px; border-top-right-radius: 20px;    
            -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px; 
            -moz-border-radius-topleft: 10px; border-top-left-radius: 10px;                                  
        }
