/* theme screen stylesheets */

/* import stylesheets and hide from ie/mac \*/
@import url("css/reset.css");
@import url("css/kommuz-home.css");
@import url("css/form-style.css");
@import url("css/ran4uskin.css");
/* end import/hide */


div.siteCCCLUBTopLinkWrapper {
  width: 991px;
  position: relative;
  margin: 0 auto;
}
a.siteCCCLUBTopLink {
   position: absolute;
  top: -25px;
  right: 850px; 
  z-index: 100;
  background:#fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
  border-radius: 5px;
  color:#000;

  display: block;
  margin: 0 auto;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px;
  padding-right:10px;
  text-decoration: none;
  font-size:24px;
  font-family:thaisans_neueregular;
  letter-spacing:1px;
}
a.siteCCCLUBTopLink:hover { 
  background:rgba(19, 25, 37, 0.75);
  background:#999999;
  color:#000;
  text-decoration: none;
}
a.siteCCCLUBTopLink:link { 
  color:#000;
  text-decoration: none;
}
a.siteCCCLUBTopLink, 
a.siteCCCLUBTopLink:visited{
    color: #000;
}



.langTHswitch {
    position: absolute;
    top: 242px;
    right: 1px;
    width: 30px;
    height: 50px;
    background: url('http://ran4u.com/userfiles2/skin/cos14454/etc/th.png');
 
    z-index: 100;
}

.langENswitch {
    position: absolute;
    top: 294px;
    right: 1px;
    width: 30px;
    height: 50px;
    background: url('http://ran4u.com/userfiles2/skin/cos14454/etc/en.png');
    z-index: 100;
}