form{
  margin:10;
  padding:0;
}

fieldset{
  font:11px arial;sans-serif;
  color:#333333;
  width:390px;
  border:0px;
  }
  
label {
       float:left;
       width:35%;
	   margin-right:0.5em;
	   padding-top:4px;
	   text-align:right;
	   }
	   
.textBox, .textBoxSm, .textArea{
      /*background:url(../images/formFieldBG.gif) top left repeat-x;*/
	  border:1px solid #cccccc;
	  width:180px;
	  margin:0px 0px 10px 0px;
	  padding:3px;
      }
	  
.textBoxSm{
      width:100px
	  }
	  
.textArea{
     width:300px;
	 height:80px;
      }	  
	  
.tblBdr{
     border:1px solid #ededed;
	 margin:3px 0px 3px 0px;
     }	  	
	 
	 
#status, #lostStatus{
    float:right;
	display:block;
	width:250px;
	height:50px;
     }
	 
#loading, #lostLoading{
    float:right;
	visibility:hidden; 
	 }	 	
	 
#lostPassForm{
   display:none;
   position:relative;
   }	  
   
#statusText,#lostStatusText{
   width:250px;
   font-weight:bold;
   color:#5566c2;
   padding:3px;
   }   
   
#close{
   position:absolute;
   bottom:0;
   right:0
   }    
   
.btnPos{
   float:right;
   padding-right:10px;
   }   

 .formText{
   width:90%;
   text-align:center;
   padding:5px;
   margin:5px 0;
   border:1px solid #ccc;
   background-color:#f6f6f6;
}   