#dialog-overlay {

	/* set it to fill the whil screen */
	width:100%; 
	height:100%;
	
	/* transparency for different browsers */
	filter:alpha(opacity=8); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.1; 
	opacity: 0.1; 
	background:#000; 

	/* make sure it appear behind the dialog box but above everything else */
	position:absolute; 
	top:0; left:0; 
	z-index:3000; 

	/* hide it by default */
	display:none;
}


#dialog-box {
	
	/* css3 drop shadow 
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	*/
	/* css3 border radius 
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	
	background:#eee;*/
	/* styling of the dialog box, i have a fixed dimension for this demo */ 
	/* make sure it has the highest z-index */
	position:absolute; 
	z-index:5000; 
    /*position: fixed !important;
	position:absolute;*/
	/* hide it by default */
	display:none;
}

#dialog-box-alert {
	
	/* css3 drop shadow 
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	*/
	/* css3 border radius 
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	
	background:#eee;*/
	/* styling of the dialog box, i have a fixed dimension for this demo */ 
	/* make sure it has the highest z-index */
	position:absolute; 
	z-index:8000; 
    /*position: fixed !important;
	position:absolute;*/
	/* hide it by default */
	display:none;
}

#dialog-box-1 {
	
	/* css3 drop shadow 
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	*/
	/* css3 border radius 
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	
	background:#eee;*/
	/* styling of the dialog box, i have a fixed dimension for this demo */ 
	/* make sure it has the highest z-index */
	position:absolute; 
	z-index:7000; 
    /*position: fixed !important;
	position:absolute;*/
	/* hide it by default */
	display:none;
}



.com_graybtn, .ba_graybtn {
    background: url("../tyimages/btno01.gif") no-repeat scroll 0 -552px rgba(0, 0, 0, 0);
    color: #3B3B3B;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 86px;
}

.pop_login{
	position: relative;
	width:455px;
	z-index:1000;
	margin:0 auto;
	border:5px solid #CECECE;
}

.per_btnbox {
    padding: 15px 0 7px;
    text-align: center;
}

.mid {
    padding: 0 6px 6px;
}

.pop_login .com_prompt .mid{ padding:0 6px 6px; _height:1px;}
.pop_login .com_prompt{ background:#fff url(../tyimages/compopbg.gif) repeat-x 0 0;}
.pop_login .down_speed{ background:#fff; padding:6px 10px 10px;}
.com_prompt h1,.down_speed h1{
	font-size:16px;
	text-align:center;
	color:#B10000;
	line-height:28px;
	padding:8px 0;
	border-bottom:1px dotted #D2D2D2;
}
.com_prompt_txt{ padding:8px 10px;}
.com_graybtn,.ba_graybtn{
	display:inline-block;
	width:86px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-weight: bold;
	font-size:14px;
	color:#3b3b3b;
	background:url(../tyimages/btno01.gif) no-repeat 0 -552px;
}
.ba_graybtn{ font-weight:500}
.close {
    background: url("../tyimages/icon02.gif") no-repeat scroll 5px -219px rgba(0, 0, 0, 0);
    height: 11px;
    padding: 5px;
    position: absolute;
    right: 6px;
    top: 5px;
    width: 11px;
}

