.w1 {
	position:absolute;
	z-index:1102;
}

.1x1 {
	width:1px;
	height:1px;
	display:block;
}


.btnnewinwin {
	background-color:#dcdcdc;
	background:#dcdcdc;
	border:1px solid #afafaf;
	color:#19196f;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

.btnnewinwin:hover {
	background-color:#e4e4e4;
	background:#e4e4e4;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

.btn_greys {
	cursor: pointer;
	background-color: #e5e5e5;
	padding: 2px 7px 2px 7px;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	border: 1px #b0b0b0 solid;
	color: #494949;
	text-decoration: none;
	user-select: none;
}
.btn_greys:hover {
	cursor: pointer;
	background-color: #f2f2f2;
	padding: 2px 7px 2px 7px;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	border: 1px #a5a5a5 solid;
	color: #222;
	text-decoration: none;
	user-select: none;
}

.wi1s0 {
	width:5px;
	height:6px;
	background:url(//img.old-combats.com/i/bneitral_03.gif) 1px 0px no-repeat;
}
.wi1s1 {
	height:6px;
	background:url(//img.old-combats.com/i/bneitral_05.gif);
}
.wi1s2 {
	width:5px;
	height:6px;
	background:url(//img.old-combats.com/i/bneitral_03.gif) -2px 0px no-repeat;
}
.wi1s3 {
	width:5px;
	background:url(//img.old-combats.com/i/bneitral_17.gif) 1px 0px repeat-y;
}
.wi1s4 {
	width:5px;
	background:url(//img.old-combats.com/i/bneitral_19.gif) -1px 0px repeat-y;
	background-position:right;
	background-color:#675600;
}
.wi1s5 {
	width:5px;
	background:url(//img.old-combats.com/i/bneitral_19.gif) 0px 0px repeat-y;
}
.wi1s6 {
	height:6px;
	background:url(//img.old-combats.com/i/bneitral_05.gif);
}
.wi1s7 {
	background:#ddd5bf;
}

.wi1s8 {
	background:url(//img.old-combats.com/i/bneitral_05.gif);
}
.wi1s9 {
	width:5px;
	height:6px;
	background:url(//img.old-combats.com/i/bneitral_19.gif);
}
.wi1s10 {
	background-color:#b1a993;
	white-space:nowrap;
	color:#003388;
	padding:2px 2px 2px 7px;
	min-width:140px;
	border-bottom: 1px solid #9c9277;
}
.wi1s10 text {
	cursor:move;
}
.wi1s10 img {
	cursor:pointer;
}
.wi1s11 {

}
.wi1s12 {

}
.btn {
  border: none;
  outline: none;
  vertical-align: top;
  cursor: pointer;
  FONT-WEIGHT: bold;
  border-radius: 3px;
  padding: 4px 8px;
  margin-right: 0;
  font-size: 10px;
  line-height: normal;
  color: #272727;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, .5);
  background-image: linear-gradient( rgba(255, 255, 255, .5) 0%, rgba(185, 185, 185, 0.5) 100%), linear-gradient( #e8e8e8 0%, #fff 51%, #FFFFFF 100%);
  background-color: #E9E9E9; /* ?aa?ee?ue ???e? */
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5),
              0 1px 1px rgba(0, 0, 0, .3)
}

.btn:hover {
  background-image: linear-gradient( rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, 0.4) 100%), linear-gradient(#d5d5d5 0%, #fff 51%, #C9C9C9 100%);
}

.btn.active {
  padding-top: 11px;
  padding-bottom: 9px;
  background-image: linear-gradient(   rgba(155, 155, 155, .6) 0%,
                        rgba(100, 100, 100, .6) 100%),
                    linear-gradient(#d5d5d5 0%,
                        #fff 51%, #717171 100%);
  background-color: #708e6a;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, .6)
}



.fast_quest_cont{
	padding: 10px;
}

.fast_quest_cont.with_img{
}


.fast_quest_cont .task_img{
	margin: 10px 15px;
	display: block;
	max-width: 60px;
}

.fast_quest_cont .task_row{
	padding-left: 15px;
}
.fast_quest_cont .task_row:before{
	display: inline-block;
	content: '•';
	margin-right: 6px;
	text-align: center;
	width: 13px;
	height: 13px;
	color: #775e38;
}
.fast_quest_cont .task_row.completed:before{
	content: '';
	background-image: url('//img.old-combats.com/i/ready.gif');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}

.fast_quest_cont .task_title{
	margin: 5px 10px 5px;
	font-weight: bold;
}

.fast_quest_cont .task_h{
	clear: both;
	margin: 15px 10px 5px;
	color: #8f0000;
	font-weight: bold;
}

.fast_quest_cont .reward_row{
	padding-left: 15px;
}
.fast_quest_cont .reward_row:before{
	display: inline-block;
	content: '•';
	margin-right: 6px;
	text-align: center;
	width: 13px;
	height: 13px;
	color: #775e38;
}