.tips-help-box {
	top: 30%;
	margin-top: 0;
	position: fixed;
	z-index: 10000;
	width: auto;
	padding-left: 20px;	
	background: #fff;
	left: 45%;
}
.tips-help-box .pop_tip {
	padding: 20px;
	text-align: center;
	padding-left: 30px;	
}
.tips-help-box .pop_warm {
	background: url("images/tips.png") 0 6px no-repeat;
	color: #FF8400;
}
.tips-help-box .pop_success {
	background: url("images/succed.png") 0 6px no-repeat;
	color: #479E35;
}
.help_black_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    opacity: 0.6;
	-moz-opacity: 0.6;
    filter: alpha(opacity=60);
}

.fileList{
	line-height: 25px;
}
.fileList span{
	padding-right:10px;
}
.fileList a,a:ACTIVE{
	color: blue;
	text-decoration: none;
}
