/* 1.007 */
body
{
 text-align:center;
 -webkit-touch-callout: none; /* iOS Safari */
 -webkit-user-select: none; /* Safari */
 -khtml-user-select: none; /* Konqueror HTML */
 -moz-user-select: none; /* Firefox */
 -ms-user-select: none; /* Internet Explorer/Edge */
 user-select: none; 
}
.topBtn
{
 position:absolute;
 top:0px;
 margin-top:10px;
 right:10px;
 cursor:pointer;
}
.btnbk
{
 position:absolute;
 top:20px;
 left:26px;
 width:128px;
}
.btnhlp
{
 position:absolute;
 top:20px;
 left:586px;
 width:128px;
}
.BtnRo128
{
 margin-left:auto;
 margin-right:auto;
 text-align:center;
 font-family:arial;
 font-size:18px;
}
a.BtnRo128
{
 background-image: url('btnro128.png');
 display:block;
 width:128px;
 height:28px;
 color:#003300;
 text-decoration: none;
}
a.BtnRo128:hover
{
 background: url('btnro128.png') 0 -28px;
}
.hlpCl
{
 position:absolute;
 width:776px;
 left:-20px;
 height:500px;
 background-color:#fff;
 border:dotted 4px #f00;
 text-align:center;
 font-size:20px;
 display:none;
}
.lbl
{
 position:absolute;
 border:solid #000 1px;
 top:20px;
 width:320px;
 height:40px;
 background-color:#fbb;
 font-family:arial;
 font-size:32px;
 text-align:center;
}
.mainPw
{
 position:absolute;
 height:460px;
 width:736px;
 left:50px;
 top:24px;
 background-color:#fff;
 display:none;
 -webkit-touch-callout: none; /* iOS Safari */
 -webkit-user-select: none; /* Safari */
 -khtml-user-select: none; /* Konqueror HTML */
 -moz-user-select: none; /* Firefox */
 -ms-user-select: none; /* Internet Explorer/Edge */
 user-select: none; 
}
.star
{
 position:absolute;
 left:10px;
 top:460px;
}
.starBin
{
 position:absolute;
 top:472px;
 left:0px;
 width:736px;
 height:92px;
 background-color:#0ff;
}
.wmsgPnl
{
 background-color:#fdd;
 font-size:24px;
 text-align:center;
 margin:80px;
 padding:20px;
}
#sndPnl
{
 position:absolute;
 width:256px;
 left:50px;
 top:-64px;
 height:48px;
}
.btnRo
{
 display:inline-block;
 margin:2px;
 padding:2px 10px;
 font-family:Arial;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
}
a.btnRo
{
 color:#000;
 background-color:#eee;
 text-decoration: none;
 border:outset 2px #888;
}
a.btnRo:hover
{
 background-color:#ddd;
 border:inset 2px;
}
.nomob
{
 position:absolute;
 margin:0px;
 padding:0px;
 width:100%;
}
.smallScr
{
 font-size:200%;
 background-color:#08f;
 color:#fff;
 display:none;
}
/* @media only screen and (max-device-width:512px)   /* @media only screen and (max-width:512px)  */
@media only screen and (max-device-width:512px)
{
 .nomob
 {
  display:none;
 }
 .smallScr
 {
  display:block;
 }
}