#registerPop .tryoutAlt { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 1000; display: none;  }
#registerPop  .tryoutAlt .tryoutBg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);  }
#registerPop input[name=verficationCode] { width: 140px;  }
#registerPop .tryoutAlt .tryoutlist { position: relative; z-index: 1; margin: 80px auto 0; width: 500px; height: 500px; background-color: #fff; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px;  }
#registerPop .tryoutAlt .tryoutlist h2 {  height: 50px;  line-height: 50px;  border-bottom: 1px solid #EDEDED;  font-size: 18px;  color: #333;  padding: 0 10px;  }
#registerPop  .tryoutAlt .tryoutlist h2 a {  float: right;  color: #888;  }
#registerPop .tryoutAlt .tryoutlist dl {  padding: 30px 55px;  }
#registerPop  .tryoutAlt .tryoutlist dl dd {  position: relative;  padding-left: 100px;  margin-bottom: 20px;  }
#registerPop .tryoutAlt .tryoutlist dl dd label {  position: absolute;  left: 0;  width: 90px;  height: 37px;  line-height: 37px;  font-size: 16px;  color: #888;  }
#registerPop .tryoutAlt .tryoutlist dl dd .in_text {  width: 245px;  }

#registerPop .tryoutAlt .tryoutlist dl dd .in_text, #registerPop .tryoutAlt .tryoutlist dl dd .yz {  border: 1px solid #DBDBDB;  float: left;  height: 35px;  padding: 0 10px;  border-radius: 5px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px;  -o-border-radius: 5px;  }
#registerPop .tryoutAlt .tryoutlist dl dd .promptText {  position: absolute;  top: 36px;  left: 100px;  color: #f90;  display: none;  }
#registerPop  .tryoutAlt .tryoutlist dl dd .in_text, #registerPop .tryoutAlt .tryoutlist dl dd .yz {  border: 1px solid #DBDBDB;  float: left;  height: 35px;  padding: 0 10px;  border-radius: 5px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px;  -o-border-radius: 5px;  }
#registerPop .tryoutAlt .tryoutlist dl dd .yzBtn {  display: inline-block;  margin-left: 5px;  width: 100px;  height: 35px;  line-height: 35px;  text-align: center;  background-color: #0084FF;  color: #fff;  border-radius: 5px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px;  -o-border-radius: 5px;  }
#registerPop .tryoutAlt .tryoutlist .tryoutBtn {  text-align: center;  }
#registerPop .tryoutAlt .tryoutlist .tryoutBtn .tjBtn a {  display: inline-block;  width: 160px;  height: 40px;  line-height: 40px;  text-align: center;  background-color: #09f;  color: #fff;  border-radius: 5em;  -moz-border-radius: 5em;  -o-border-radius: 5em;  -webkit-border-radius: 5em;  margin-bottom: 10px;  font-size: 14px;  }
#registerPop .tryoutAlt .tryoutlist .tryoutBtn .urlBtn a { font-size: 14px; color: #09f;  }
