.form-item {
  clear: both;
  float: left;
  margin-left: 70px;
  overflow: hidden;
  position: relative;
  padding-top: 10px;
  width: 272px;
  display: inline;
}

.button {
  background: url(/images/lucky/alertwindow_v1/btn.gif) no-repeat;
  border: none;
  color: #FFF;
  font-size: 14px;
  padding: 8px;
  width:112px;
  height:38px;
  cursor: pointer;
}

.form-item .button {
  margin-bottom: 20px;
}

.form-item .label {
  padding-left: 10px;
}

#alert-window {
  position: absolute;
  background-color: #109341;
  text-align: left;
  z-index: 9999;
  padding-bottom:10px;
}

#alert-window-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index:6;
  background-color:#000;
  FILTER:ALPHA(opacity=50);opacity:0.5;
}

#alert-window-wrapper {
}

#alert-header {
  background: url(/images/lucky/alertwindow_v1/top2.jpg) no-repeat right 0;
  height: 40px;
  position: relative;
}

#alert-title {
  color: #FFF;
  font-size: 16px;
  height: 40px;
  font-weight: bold;
  line-height: 40px;
  text-indent: 10px;
}

#alert-close-button {
  font-family: Arial;
  color: #FFF;
  right: 10px;
  top: 0;
  position: absolute;
  cursor: pointer;
  font-size:18px;
  line-height:22px;
  display:inline-block;
  width:22px;
  height:22px;
  text-align:center;
}
#alert-close-button:hover{font-weight:bold;}

#alert-content {
  position: relative;
  float: left;
  margin:0 10px 0;
  _margin: 5px;
  background: #FFF;
}

.input {
  outline: none;
  background: none;
  background-color: transparent;
  border: none;
  color: #333;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 248px;
  padding: 11px 0 11px 10px;
  margin-left: 0;
}

.input-wrapper {
  background: url(/images/icon1.gif) -1px -1px no-repeat;
  height: 42px;
  width: 272px;
  position: relative;
}

.input-wrapper-focus {
  background-position: -1px -45px;
}

.form-item-top {
  margin-top: 10px;
}

#weblogin-submit {
  margin-bottom: 20px;
}

.input-tips,
.input-tips-focus {
  color: #AAA;
  cursor:text;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  left: 23px !important;
  left: 23px;
  top: 23px;
}
.input-tips-b {
  color: #000;
  font-weight: bolder;
  display: block;
  height: 28px;
  line-height: 28px;
}

.refresh {
  margin-top: 10px;
}

.refresh .link {
  line-height: 40px;
  display: inline-block;
  padding-left: 10px;
}

#refreshVerifycode {
  border: 1px solid #EEE;
  width: 60px;
  height: 30px;
}

#refreshVerifycode img {
  border: none;
}

.input-tips-focus {
  color: #DDD;
}

#error-msg {
  color: #C00;
  font-size: 12px;
  margin-left: 70px;
  _margin-left: 30px;
  margin-top: 20px;
  float: left;
  line-height: 14px;
  height: 14px;
  width: 256px;
}

#showMessage {
  padding-top: 40px;
  padding-bottom: 10px;
}

#showMessage #status,
#showMessage #error {
   
}

#showMessage #error {
   background: url("/images/lucky/alertwindow_v1/notice.jpg") no-repeat;
   float: left;
   height: 104px;
   margin-left: 20px;
   width: 83px;
}

#showMessage #status {
   background: url("/images/lucky/alertwindow_v1/gif.jpg") no-repeat;
   float: left;
   height: 104px;
   margin-left: 20px;
   width: 83px;
}

#showMessage .error {
  color: #F00;
}

#showMessage .status {
  color: #268c29;
}

#showMessage .msg {
  line-height: 24px;
  float: left;
  margin-left: 20px;
  width: 330px;
  height: 84px;
}

#loading {
  padding: 20px;
  text-align: center;
  width: 470px;
}

#weblogin-loading {
  width: 410px;
  _width: 390px;
  height: 100px;
  padding: 10px;
  _padding: 5px;
  color: #F00;
  text-align: center;
}

.login-submit {
  background: url(/images/lucky/loginwindow_v1/loginwindow.png) no-repeat -2px -2px;
  width: 201px; 
  height: 57px;
}

.login-submit-over {
  background-position: -2px -61px;
}

.login-submit-up {
  background-position: -2px -2px;
}

.loginwindow #alert-content {
  font-size: 14px;
}

.loginwindow label {
  float: left;
  width: 54px;
  text-align: right;
  height: 42px;
  line-height: 42px;
  width: 84px;
}

.loginwindow .input-wrapper {
  float: left;
  background: none;
  margin-left: 10px;
  width: 204px;
}

.loginwindow .input-wrapper input {
  border: 1px solid #CDCDCD;
  height: 32px;
  padding: 0 0 0 10px;
  width: 184px;
}

.loginwindow .right {
  float: left;
  height: 42px;
  line-height: 42px;
  padding-left: 10px;
}

.loginwindow a {
  color: #16A90B;
  font-size: 12px;
}

.loginwindow a:visited {
  color: #16A90B;
}

.loginwindow a:hover {
  color: #F00;
}

.loginwindow .weblogin-submit {
  padding-left: 156px;
}

.loginwindow .form-item-top {
}

.loginwindow #error-msg {
  top: -10px;
  left: 156px;
  width: 180px;
}

.loginwindow #weblogin-verifycode {
  width: 92px;
}

.loginwindow #verifycode .input-wrapper {
  width: 136px;
}

.loginwindow .refresh {
  float: left;
  height: 34px;
  line-height: 34px;
  margin-top: 2px;
}

.loginwindow #refreshVerifycode {
  float: left;
  height: 32px;
  line-height: 32px;
}

.loginwindow .refresh .link {
  float: left;
  height: 32px;
  line-height: 32px;
  padding-left: 16px;
}

.login2_content_left {
    float: left;
    margin-left: 55px;
    margin-top: 10px;
    display: inline;
}


.login2_content_right {
    color: #000000;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-left: 15px;
    margin-top: 42px;
    display: inline;
}

.glist {
  margin: 10px;
}
.glist .views {
    background-color: #F5F5F5;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin: 25px auto auto;
}
.glist ul {
    border-bottom: 1px dashed #F1F1F1;
    display: table;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    width: 100%;
}

.glist ul li {
    float: left;
    padding-left: 10px;
    width: 120px;
}

.page {
    display: table;
    margin: 14px auto auto;
    width: 100%;
}

.page .l {
    color: #888888;
    float: left;
    font-size: 12px;
}

.page .r {
    float: right;
}

.page .r a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin: 0 4px;
    text-align: center;
    text-decoration: none;
    width: 24px;
}

.page .r .f {
    background-color: #FE6C00;
    color: #FFFFFF;
}
