@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;}
body{
	background:url(../images/bg.jpg);}

.contain{
	width:450px;
	height:560px;
	background:url(../images/bg1.png);
    border-radius:10px;
    -moz-border-radius:10px; /* ÀÏµÄ Firefox */
	margin:100px auto 0;
    border:2px solid #d7d7d7;
    }
.logocss{ width:100%; height:81px; background:url(../images/logo.png) no-repeat;background-position:center;margin-top:20px;}
.logobottombord{ background-color:#cacaca; height:2px; width:370px; margin:0 auto 0;margin-top:10px;}
.txtusername{ width:100%; height:69px;  margin-top:20px;text-align:center;  }
.txtusername input{ height:70px; width:360px;border:0px;line-height:70px;
background:url(../images/UserName.jpg) no-repeat;border-style:none;
background-position:center; padding-left:20px; font-size:25px;}
.txtcheckcode{ width:100%; height:69px;  margin-top:20px;}
.txtcheckcode .checkcodeinput{ height:70px; width:120px;border:0px;
background:url(../images/UserName.jpg) no-repeat;line-height:70px;
background-size:100% 100%;
 font-size:25px; padding-left:20px;  float:left; margin-left:35px;}


.btcss{width:100%; height:69px;  margin-top:20px;text-align:center; }
.btcss .loginbt{height:64px; width:176px;border:0px;
background:url(../images/loginbt.png) no-repeat;
background-size:100% 100%;}
.btcss .concelbt{height:64px; width:176px;border:0px;
background:url(../images/concelbt.png) no-repeat;
background-size:100% 100%;}
.txtcheckcode img{margin-top:10px; margin-left:10px; }
.txtcheckcode .ValidateCode{ cursor:pointer;height:50px; float:left;}
.clear{ clear:both;}
.errocss{color:#FF0000; text-align:center; margin-top:10px; width:100%;}