﻿#Recharge {
	float: left;
	width: 900px;
	height: 625px;
	padding-left: 10px;
	z-index: 8;
	position: absolute;
	left: 10px;
	top: 30px;
	/*background: #f1f1f1;
	border: #000 1px solid;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	border-radius: 15px;*/
}
#Recharge .cz_list {
	float: left;
	width: 800px;
	height: auto;
	padding:20px;
	background-color:#000;
}
#Recharge .cz_list li {
	float: left;
	width: 820px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	color: #e8e8e7;
	border-bottom: 1px dashed #5d4c22;
	margin-left: 0px;
}
#Recharge .cz_list li span {
	float: left;
	width: 120px;
}
#Recharge .cz_list li strong {
	float: left;
	width: 125px;
	font-weight: normal;
}
#Recharge .cz_list li em {
	float: left;
	width: 125px;
}
#Recharge .cz_list li big {
	float: left;
	width: 100px;
	font-size: 14px;
}
#Recharge .div_scroll {
	height: 450px;
}


.container1 {
	width: 820px;
	height: auto;
}
.container1 .div_scroll {
	float: left;
	width: 100%;
	height: 620px;
	overflow: auto;
	padding-right: 23px;
}
.container1 .scroll_container {
	position: relative;
	overflow: hidden;
}
.container1 .scroll_absolute {
	position: absolute;
}
.container1 .scroll_vertical_bar {
	width: 6px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	background: #FFF;
}
.container1 .scroll_track {
	position: relative;
	border-radius: 10px;
}
.container1 .scroll_drag {
	position: relative;
	top: 0;
	left: 0;
	background-color: #c24033;
	border-top: none;
	border-bottom: none;
	border-radius: 20px;
	cursor: pointer;
}
.container1 .scroll_arrow {
	text-indent: -20000px;
	cursor: pointer;
	display: block;
}
.container1 .scroll_vertical_bar .scroll_arrow {
	height: 16px;
}

