body {
  font-family:verdana;
  font-size:13px;
  color:#000;
}

.tbl_form { width:970px; }

img { border:0px; }
.text_pio {
  color:#29a62e; font-weight:bold;
}
a:link {
  text-decoration: none;
  color:#FFA200;
  font-weight:bold;
}
a:visited {
  text-decoration: none;
  color:#FFA200;
  font-weight:bold;
}
a:active {
  text-decoration: none;
  color:#FFA200;
  font-weight:bold;
}
a:hover {
  text-decoration: none;
  color:#FFA200;
  font-weight:bold;
}
.button2_ { color:#000; background:#FFCF00; padding:6px 10px 6px 10px; text-decoration:none; font-weight:bold; }



a.button2_ { color:#000; }
a:link.button2_ { color:#000; }
a:link.button2_ { color:#000; }
a:visited.button2_ { color:#000; }
a:active.button2_ { color:#000; }

#netcontent {
}
#lo_whole {
}
#lo_panel {
}
#lo_main {
}
.main_area {
}
.masthead_area {
  padding:0px;
  height:120px;
}
.sitemenu_area {
  display:none;
}
.sitemenu li {
}
.sitemenu li.focus {
}
a.sitemenu {
}
.btn_text {
}
.btn_left {
}
.btn_right {
}
.masthead2_area {
}
.content_area {
  padding:0px;
  width:1000px;
}
.content_area h1 {
  display:none;
}
.content_area h2 {
  display:none;
}
.content_area_wide .mid {
}
.appcontent_box {
  display:none;
  padding-left:10px;
}
.pagecontent_box {
  padding-left:10px;
  margin:0px;
}
.pageblock_box {
  display:none;
  padding-left:10px;
  margin:0px;
}
.path_box {
  display:none;
}
.sidebar_area {
  display:none;
}
.layout-single_col .sidebar_area, .layout-default_wide_left .sidebar_area {
  display:none;
}
.subpages_box {
  display:none;
  padding:0px 10px;
}
.sidebar1_box {
  display:none;
}
.sidebar0_box, .sidebar1_box {
  display:none;
}
.pageview_box {
  display:none;
}
.xfooter_area {
  display:none;
}
.ive_halo {
  border-color: #D5D9D1!important;
}
.section_header {
  color:#29a62e;
  font-size:16px;
  font-weight:bold;
  text-transform:uppercase;
  margin-top:10px;
}

th { text-transform:uppercase; }

.lineOdd {  background-color: #FFF8D1; }
.lineEven {  background-color: #E6D9A8; }

.inpt_text { width:150px; }
.slct { width:150px; }

.footer { font-family:verdana; font-size:11px; color:#838383; border-top:1px solid #DDD; }
.footer-text { font-family:verdana; font-size:11px; color:#838383; }

.lineEven { background:#FFF; }
.lineOdd { background:#e7e7e7; }
.line { }


#lo_main .button_ {
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
  background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
  background-color:#f9f9f9;
  -webkit-border-top-left-radius:6px;
  -moz-border-radius-topleft:6px;
  border-top-left-radius:6px;
  -webkit-border-top-right-radius:6px;
  -moz-border-radius-topright:6px;
  border-top-right-radius:6px;
  -webkit-border-bottom-right-radius:6px;
  -moz-border-radius-bottomright:6px;
  border-bottom-right-radius:6px;
  -webkit-border-bottom-left-radius:6px;
  -moz-border-radius-bottomleft:6px;
  border-bottom-left-radius:6px;
  text-indent:0;
  border:1px solid #dcdcdc;
  display:inline-block;
  font-family:Verdana;
  font-size:11px;
  font-weight:bold;
  font-style:normal;
  height:26px;
  line-height:26px;
  width:80px;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0px #ffffff;
  color:#666;
}
#lo_main .button_:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
  background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
  background-color:#e9e9e9;
  text-decoration:none;
}
.button_:active {
  position:relative;
  top:1px;
  text-decoration:none;
}
#lo_main .button_ { text-decoration: none; }
#lo_main .button_ a { text-decoration: none; }
#lo_main .button_ a:link { text-decoration: none; }
#lo_main .button_ a:visited { text-decoration: none; }
#lo_main .button_ a:active { text-decoration: none; }

.img_rotate1 {
  -moz-transform: rotate(90deg);
  -moz-transform-origin: 50% 50%;
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: 50% 50%;
  -o-transform: rotate(90deg);
  -o-transform-origin: 50% 50%;
  transform: rotate(90deg);
  transform-origin: 50% 50%;

  /* IE<9 */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.img_rotate2 {
  -moz-transform: rotate(180deg);
  -moz-transform-origin: 50% 50%;
  -webkit-transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -o-transform: rotate(180deg);
  -o-transform-origin: 50% 50%;
  transform: rotate(180deg);
  transform-origin: 50% 50%;

  /* IE<9 */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.img_rotate3 {
  -moz-transform: rotate(270deg);
  -moz-transform-origin: 50% 50%;
  -webkit-transform: rotate(270deg);
  -webkit-transform-origin: 50% 50%;
  -o-transform: rotate(270deg);
  -o-transform-origin: 50% 50%;
  transform: rotate(270deg);
  transform-origin: 50% 50%;

  /* IE<9 */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

 .login {
    background-image:url('/passiton/slot/u13/top-grey-bar2.png');
    width:697px;
    height:38px;
    font-size:11px;
    text-align:right;
    float:right;
  }
  .input_user_id {
    width:120px;
  }
  .input_pw {
    width:120px;
  }
  .button_login {
    width:60px;
    font-weight:bold;
    font-size:11px;
  }
  .a_signup {
    text-decoration:none;
    color: #ffa200;
    font-weight:bold;
    font-size:11px;
  }
  .a_signup a {
    text-decoration: none;
  }
  .a_signup a:link {
    text-decoration: none;
  }
  .a_signup a:visited {
    text-decoration: none;
  }
  .a_signup a:active {
    text-decoration: none;
  }

  .vwo_nav {
    background:#FFF8D1; padding:20px;
    -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; -ms-border-radius: 20px; -khtml-border-radius: 20px; border-radius: 20px;
  }

  .vwo_nav a { color:#ffa200; font-weight:bold; text-decoration: none; }
  .vwo_nav a:link { color:#ffa200; font-weight:bold; text-decoration: none; }
  .vwo_nav a:visited { color:#ffa200; font-weight:bold; text-decoration: none; }
  .vwo_nav a:active { color:#ffa200; font-weight:bold; text-decoration: none; }
  .vwo_nav { padding:20px 20px 30px 20px; }
>