.white_content {
	display: none;
	position: absolute;
	top: 75px;
	left: 25%;
	width: 500px;
	height: 200px;
	border: 1px solid black;
	background-color: white;
	z-index: 1002;
	font-size: 12px;
}

.white_content p {
	width: 500px;
	margin: 0px auto;
	padding: 10px;
	margin-top: 5px;
	padding-left: 40px;
	overflow: auto;
	line-height: 15px;
}

.white_contentdiva {
	text-align: center;
	background-color: #00625A;
	/*            #808080; */
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	width: 100%;
}

.white_contentdiva span {
	float: right;
	text-align: right;
	margin-right: 10px;
	background-color: #808080;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.white_contentdiva span a {
	text-decoration: none;
	color: #FFFFFF;
}

.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity = 88);
}

.bg-info {
	background-color: #d9edf7;
}

.bg-sel{
	background-color: #84bf96;
}

#mycontent::-webkit-scrollbar {
    width:10px;
    height:3px;
}
#mycontent::-webkit-scrollbar-button    { /* 上下箭头 */
	display: none;
    background-color: #7aa6ec;
}
#mycontent::-webkit-scrollbar-track     {	/* 背景条颜色 */
    background: #f0f0f0;
}
#mycontent::-webkit-scrollbar-thumb{	/* 滚动块颜色 */
    background: #d6d6d6;
    border-radius:4px;
}
#mycontent::-webkit-scrollbar-corner {
    background:#82AFFF;
}
#mycontent::-webkit-scrollbar-resizer  {
    background:#FF0BEE;
}
.star {
	color: red;
}