
.new_scrollbar::-webkit-scrollbar {
  width: 4px;
}

.new_scrollbar::-webkit-scrollbar-track {
  border: 1px solid #55271c;;
  background-color:  transparent;
}

.new_scrollbar::-webkit-scrollbar-thumb {
  background: red;
  background-color:  #55271c;;
  border: 1px solid #55271c;;
}

.new_scrollbar::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.close {
  right: 0%;
  top: 1.6%;
  width: 14px;
  height: 14px;
  background: url(../img/1/newBigSpriteSheet.png) no-repeat -465px -118px;
}

.font_brownnormal {
	width: 100%;
	height: 10%;
	font-family: "AdvoCut";
	font-size: 8px;
	font-weight: normal;
	color: #55271c;
	text-align: center;
	margin-top: 1%;
}

.font_brownbold {
	width: 100%;
	height: 10%;
	font-family: "AdvoCut";
	font-size: 9px;
	font-weight: bold;
	color: #55271c;
	text-align: center;
	margin-top: 1%;
  line-height: 2px;
}

.font_brownboldtitle {
    text-align: center;
    margin-top: 4px;
    font-size: 10px;
    font-weight: bold;
    color: #693232;
}

.gui_scaleable_type3 {
    width:287px;
    height:162px;
    margin-left: -143px;
    margin-top: -81px;
}

.gui_scaleable_fullscreen {
    width:480px;
    height:240px;
    margin-left: -240px;
    margin-top: -120px;
}

.gui_back_type3 {
    position: absolute;
    width: 287px;
    height: 162px;
    background: url(../img/1/newBigSpriteSheet.png) no-repeat 0 -330px;
    z-index: -1000;
}

.gui_scaleable_type7 {
    width:254px;
    height:126px;
    margin-left: -127px;
    margin-top: -63px;
}

.gui_back_type7 {
    position: absolute;
    width: 254px;
    height: 126px;
    background: url(../img/1/newBigSpriteSheet.png) no-repeat 0 -882px;
    z-index: -1000;
}

.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
