#tip7-title { text-align: left; }
#tip7-title b { display: block; margin-right: 80px; }
#tip7-title span { float: right; }
::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }
img {border: 0; }
.clearboth { clear: both; }
.float { float: left; }
/* loading */
.background {
display: block;
width: 100%;
height: 100%;
opacity: 0.6;
filter: alpha(opacity=60);
background: #000;
position: absolute;
top: 0;
left: 0;
z-index: 2000;
}
.progressBar {
border: solid 2px #2E5B89;
background: white url(../img/loading.gif) no-repeat 10px 10px;

display: block;
width: 148px;
height: 28px;
position: fixed;
top: 50%;
left: 50%;
margin-left: -106px;
margin-top: -26px;
padding: 10px 10px 10px 50px;
text-align: left;
line-height: 27px;
font-weight: bold;
position: absolute;
z-index: 2001;
}
.tj {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0px;
	overflow: hidden;
}