﻿#wrapper        
 {
     /*
     position: absolute;
     top: 20%;
     left: 0px;
     width: 100%;
     height: 1px;
     overflow: visible;
     visibility: visible;
     display: block;
     */
      font-family: arial, helvetica, sans-serif;
      font-size:   13px;
      line-height: 18px;
      color: #666666;     
 }
 
 h3 { margin: 0; }
 h2 { margin-top: 5px; }
 
 #LoginNote
 {
 	  font-size:12px;
      color:#666666;
      margin-bottom:10px;
      border-top:solid 1px #abca3c;
      padding-top: 5px;
 }
 
 .errMsg
 {
 	font-weight:bold;
 	padding-top: 10px;
 	color: Red;
 	font-size: 11px;
 	
 }

 .LoginForm 
 {
  padding:10px;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background: #f2fad6;
    margin: 0 auto;
    width:350px;
    padding:14px;
  /*border:solid 2px #b7ddf2;  */
}

label 
{ 
	font-weight: bold; 
	display:block
}

input, select 
{
  padding:3px;
}

input
{
  width:200px;
  border:1px solid #aaaaaa;
  padding: 4px 2px;
  margin-top:2px;  
}

input.submit  
{
  background:#799027;
  cursor: pointer;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  color: #fff;
  font-weight: bold;
  padding: 4px 3px;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: 0;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: 0;
    width:70px;
}

 #submit, #SubmitChangePassword
 {
 	margin-top: 10px;
 	text-align:right
 }   
 