#menu-bar {
  width: 950px;
  padding: 5px 0px 2px 0px;
  line-height: 100%;
font-family: Prompt, Tahoma;
font-size:16px;
font-weight:bold;
text-decoration: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-color: #ecc400;
  /*
  background: linear-gradient(top,  #ecc4007,  #FF7800);
  background: -ms-linear-gradient(top,  #ecc4007,  #FF7800);
  background: -webkit-gradient(linear, left top, left bottom, from(#ecc4007), to(#FF7800));
  background: -moz-linear-gradient(top,  #ecc4007,  #FF7800);
  */
  /*background: -ms-linear-gradient(left, #7b00ce 0%,#0c7c00 28%,#0c7c00 50%,#207cca 56%,#7db9e8 100%); /* IE10+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b00ce', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */
  border: solid 0px #6D6D6D;
  position:relative;
  z-index:999;
}
#menu-bar a {
color: #000;
text-decoration: none;
cursor: pointer;
}
.thtext1 {
padding: 6px 0px 6px 0px;
border-right: solid 1px #ffe35c;
width:236px;
text-align:center;
float:left;
font-size:1.3em;
}
.thtext2 {
padding: 6px 0px 6px 0px;
border-left: solid 1px #b79800;
border-right: solid 1px #ffe35c;
width:236px;
text-align:center;
float:left;
font-size:1.3em;
}
.thtext3 {
padding: 6px 0px 6px 0px;
border-left: solid 1px #b79800;
width:236px;
text-align:center;
float:left;
font-size:1.3em;
}
.engtext {
color:#FFF;
/*text-shadow: 1px 2px 0px #656565;*/
font-size:14px;
font-size:0.8em;
line-height:1.4em;
text-shadow: 0 0 1px #656565;
}
#menu-line1 {
background: #e46277;
float:left;
}


input[type="radio"] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari */
    transform: scale(1.5); /* Standard syntax */
   	line-height:1.5em;
}


input[type=checkbox].css-checkbox {
							position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
						}

						input[type=checkbox].css-checkbox + label.css-label {
							padding-left:31px;
							height:26px;
							display:inline-block;
							line-height:26px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:16px;
							vertical-align:middle;
							cursor:pointer;

						}

						input[type=checkbox].css-checkbox:checked + label.css-label {
							background-position: 0 -26px;
						}
						label.css-label {
				background-image:url('https://psteamth.s3.amazonaws.com/2moons2017/chkbox.png');
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}
