
/* Registration Box */
#gbox .b { background:url(/img/b.png); }
#gbox .tl { background:url(/img/tl.png); }
#gbox .tr { background:url(/img/tr.png); }
#gbox .bl { background:url(/img/bl.png); }
#gbox .br { background:url(/img/br.png); }
#gbox { position: absolute; width: 100%; top: 0; left: 0; z-index: 900; text-align: left; margin-top:30px; }
#gbox .popup { position: relative; z-index:900 }
#gbox table { margin: auto; border-collapse: collapse; }
#gbox .body { padding: 0px; background: #fff; width: 320px; }
#gbox .loading { text-align: center; }
#gbox .image { text-align: center; }
#gbox img { border: 0; }
#gbox .footer { border-top: 1px solid #DDDDDD; padding-top: 5px; margin-top: 10px; text-align: right; }
#gbox .tl,
#gbox .tr,
#gbox .bl,
#gbox .br { height: 10px; width: 10px; overflow: hidden; padding: 0; }
