﻿ body{ background-color:#1e71b1;}
.LoginMain{margin:200px auto; height:219px; width:409px;  background:#eeeeee; border-radius:15px;  }
.title{height:100px; text-align:center; color:#1e71b1;line-height:100px;  font-weight:bold;}

input.text{
   border:1px #cccccc solid;
   padding:0px 5px;
   width:140px;
   height:20px;
   line-height:20px;
}
input.submit{
   width:62px;
   height:57px;
   background:url("login_submit.jpg") left top no-repeat;
   border:0px;
   cursor:pointer;
}
input.submit:hover{
   background-position:0 -57px;
}

#txtCode {
   width:88px;
}
