 #side-reg {
 position: fixed;
 right: 0;
 top: 45px;
 z-index: 99999;
 _display: none;
 }
 #open-reg {
 position: absolute;
 width: 51px;
 height: 283px;
 background: url(open-reg.jpg) no-repeat;
 right: -51px;
 top: 0px;
 z-index: 99999;
 }
 #pop-reg {
 width: 256px;
 height: 238px;
 position: absolute;
 right: 0px;
 top: 0px;
 background: url(pop_reg.jpg) no-repeat;
 z-index: 99999;
 font-size: 12px;
 }
 #close-reg {
 float: right;
 width: 45px;
 height: 45px;
 }
 #reg-frame p {
 margin-bottom: 10px;
 position: relative;
 left: 22px;
 top: 60px;
 }
 #reg-btn {
 display: block;
 width: 96px;
 height: 34px;
 position: absolute;
 left: 80px;
 top: 195px;
 background: url(reg-btn.jpg) no-repeat;
 }
 #reg-frame>p.hidden
 {
 	display: none;
 	color: #F47316;
 	text-indent: 3em;
 }
 #reged .welcom {
 text-align: center;
 line-height: 2;
 font-size: 16px;
 margin-top: 100px;
 }
 #to-game {
 display: block;
 width: 96px;
 height: 34px;
 margin: 10px auto;
 background: url(to-game.jpg) no-repeat;
 }
 #reg-user,#reg-psw,#re-reg-psw
 {
     width: 100px;
 }