#confirm {display:none;}

/* Overlay */
#confirm-overlay {background-color:transparent;}

/* Container */
#confirm-container {height:140px; width:420px; font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; background:#fff; border:2px solid #336699; border-radius:4px;}
#confirm-container .header {height:30px; line-height:30px; width:100%; background:url(../img/confirm/header.gif) repeat-x; color:#fff; font-weight:bold;}
#confirm-container .header span {padding-left:8px;}
#confirm-container .message {color:#333; font-size:14px; margin:0; padding:12px 4px 12px 8px;}
#confirm-container .buttons {line-height:26px; width:160px; float:right; padding:10px 8px 0;} 
#confirm-container .buttons div {float:right; margin-left:4px; width:70px; height:26px; color:#666; font-weight:bold; text-align:center; background:url(../img/confirm/button.gif) repeat-x; border:1px solid #bbb; border-radius:3px; cursor:pointer;} 
#confirm-container a.modal-close,
#confirm-container a.modal-close:link,
#confirm-container a.modal-close:active,
#confirm-container a.modal-close:visited {text-decoration:none; font-weight:bold; position:absolute; right:10px; top:2px; color:#fff;}
#confirm-container a.modal-close:hover {color:#ccc;}


/* Server info Iframe */
#btnr {
	background: transparent url("/a/images/btn/dwn2.png");
	width:106px;
	height:35px;
       cursor:pointer;
       position: absolute;
	top:68px;
	right:9px;
       z-index:10001;
}
#btnr:hover {
       position: absolute;
	top:69px;
	right:8px;
	z-index: 101;
}
#btnr:active {
       position: absolute;
	top:70px;
	right:7px;
	z-index: 101;
}

.sh-i {
	position:relative;
	bottom:119px;
	right:4px;
}
.sh-i img {
 	filter: blur(1px);
	-webkit-filter: blur(1px);
	transition: 1s -webkit-filter linear;
}
.sh-i img:hover {
 	filter: blur(0px);
	-webkit-filter: blur(0px);
	transition: 1s -webkit-filter linear;
}



/* Server info Right banner */
#btn {
	background: transparent url("/a/images/btn/dwn2.png");
	width:106px;
	height:35px;
       cursor:pointer;
	position:absolute;
	top:100px;
	right:11px;
}
#btn:hover {
	position:absolute;
	top:101px;
	right:10px;

}
#btn:active {
	position:absolute;
	top:102px;
	right:9px;

}

.shi {
	position:absolute;
	bottom:8px;
	right:8px;
}
.shi img {
 	filter: blur(1px);
	-webkit-filter: blur(1px);
	transition: 1s -webkit-filter linear;
}
.shi img:hover {
 	filter: blur(0px);
	-webkit-filter: blur(0px);
	transition: 1s -webkit-filter linear;
}



/* Server info Bottom banner */
#btn2 {
	background-image: url('/a/images/btn/dwn2.png');
	width:106px;
	height:35px;
       cursor:pointer;
	position:relative;
	top:140px;
	left:160px;
}
#btn2:hover {
	position:relative;
	top:141px;
	left:161px;

}
#btn2:active {
	position:relative;
	top:142px;
	left:162px;
}

.shi2 {
	position:relative;
	top:150px;
	right:4px;
       text-align: right;
}
.shi2 img {
 	filter: blur(1px);
	-webkit-filter: blur(1px);
	transition: 1s -webkit-filter linear;
}
.shi2 img:hover {
 	filter: blur(0px);
	-webkit-filter: blur(0px);
	transition: 1s -webkit-filter linear;
}




