@CHARSET "UTF-8";

#bonuz_main_content {
	position: relative;
	width: 728px;
	height: 608px;
	border: 5px solid #FFF;
	filter:alpha(opacity=100);
	-moz-opacity: 10;
	opacity: 10;
}

#bonuz_main_content .line {
	position: relative;
	background: url('../bandit/background.jpg') #051f3d no-repeat;
	height: 308px;
}

#ad {
	border: none;
	width: 728px;
	height: 270px;
}

a {
  outline: 0;
  text-decoration: none;
}


#message {
	z-index: 2;
	position: absolute;
	background: url('../bandit/message.jpg');
	width: 313px;
	height: 299px;
	top: 0px;
	left: 11px;
}

#message .arrow {
	position: absolute;
	background: url('../bandit/fleche-pub.gif');
	width: 313px;
	height: 58px;
	bottom: -4px;
	left: 0px;
}

#message span {
	position: absolute;
	width: 270px;
	height: 118px;
	top: 130px;
	left: 20px;
	font-family: arial;
	font-size: 20px;
	text-align: center;
	color: #ffffff;
}

#win {
	z-index: 2;
	position: absolute;
	background: url('../bandit/win_message.png');
	width: 313px;
	height: 303px;
	top: 0px;
	left: 10px;
}

#lose {
	z-index: 2;
	position: absolute;
	background: url('../bandit/lose_message.png');
	width: 313px;
	height: 303px;
	top: 0px;
	left: 10px;
}

#result {
	z-index: 1;
	position: absolute;
	width: 308px;
	height: 189px;
	top: 15px;
	left: 16px;
}

#btn_go {
	position: absolute;
	left: 326px;
	top: 55px;
	height: 103px;
	width: 103px;
	background: url('../bandit/btn_go_off.jpg');
}

#btn_go img {
	position: absolute;
	top: 33px;
	left: 25px;
}

#result_amount_box {
	position: absolute;
	text-align: center;
	width: 200px;
	height: 62px;
	top: 206px;
	left: 54px;
}

#replay_box {
	position: absolute;
	text-align: center;
	width: 120px;
	height: 27px;
	top: 278px;
	left: 94px;
}

#lose_result_amount_box {
	position: absolute;
	text-align: center;
	width: 200px;
	height: 62px;
	top: 223px;
	left: 54px;
}

#lose_replay_box {
	position: absolute;
	text-align: center;
	width: 120px;
	height: 27px;
	top: 278px;
	left: 94px;
}

#win .title, #lose .title {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}


#lose_result_amount_box .title {
  font-size: 18px;
}

#win .title a, #lose .title a {
	text-decoration: none;
	color: #ffffff;
}

#win .amount {
	font-family: arial;
	font-weight: bold;
	font-size: 35px;
	color: #ffd800;
}

#result1, #result2, #result3, #result4, #result5, #result6 {
	font-family: arial;
	font-size: 24px;
	color: #ffd800;	
}

#result1 {
	position: absolute;
	top: 36px;
	right: 28px;
}

#result2 {
	position: absolute;
	top: 76px;
	right: 28px;
}

#result3 {
	position: absolute;
	top: 116px;
	right: 28px;
}

#result4 {
	position: absolute;
	top: 156px;
	right: 28px;
}

#result5 {
	position: absolute;
	top: 196px;
	right: 28px;
}

#result6 {
	position: absolute;
	top: 238px;
	right: 28px;
}
