@charset "utf-8";
.entry{  width:360px;min-height: 330px;background: #e7e7e7;border-radius: 5px;position: fixed;left: 50%;top: 50%;margin-top: -185px;margin-left: -182px;z-index: 1001;border: 2px solid #e7e7e7;display:none}
.entry .title{width: 100%;height: 40px;  overflow: hidden;position: relative }
.title .close {position: absolute;right: 10px;  top: 10px;  width: 16px;  height: 16px;  cursor: pointer;  background: url(../images/close.png) no-repeat center;  }
.title .close:hover{background: url("../images/close.png") no-repeat center; }
.entry .userMes{overflow: hidden;padding-bottom: 20px;}
.userMes input[type=text],.userMes input[type=password]{width: 268px;height: 40px;border: 1px solid #cccccc;margin: 10px 43px;padding-left: 5px;color: #999999;font-size: 16px;}
.userMes p{overflow: hidden;width: 100%}
.userMes p.code input{width: 148px;height: 40px;float: left;border: 1px solid #dec8b9; margin: 10px 0 10px 43px;}
.userMes p.code span{display: block;float: left;margin-top: 10px;margin-left: 3px;}
.userMes p.code span img{    border: none;  width: 117px;  height: 42px;  display: block;}
.userMes p.tips{color: red;font-size: 14px;line-height: 20px;margin-left:35px; }
.userMes p input[type=checkbox]{width: 20px;height: 20px;border: 1px solid #cccccc;margin-right: 5px;margin-left: 43px;background: #ffffff;}
.userMes p span{color: #333333;font-size: 14px;}
.userMes p a{font-size: 14px;color: #333333;margin-right:35px;cursor: pointer;float:right;}
.userMes p.rlPwd{margin-top: 10px;}
.userMes input[type=button]{width: 275px;height: 40px;font-weight:bold;background: #0068ac;border: 1px solid #0068ac;border-radius: 5px;color: #FFFFFF;font-size: 18px;margin: 20px 43px;cursor: pointer;}
#refreshSpan{
	height: 42px;
	width: 117px;
	line-height: 40px;
	position: absolute;
	text-align:center;
	display: none;
	background: lightgray none repeat scroll 0% 0%;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	font-size:1.5em;
	cursor: pointer;
}
