.dialog_box {
	width: 360px;
	height: 189px;
	padding: 8px;
	background: rgba(0,0,0,.3);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: fixed ;
	margin-top: -94px ;
	margin-left: -180px ;
	z-index: 2001;
	display: none;
	top: 50%;
	left: 50%;
	box-shadow: 0px 0px 35px #fff;
}
.dialog_box.plain {
	box-shadow: none;
	position: static;
	margin: 0px;
	display:block;
}
.dialog_box h1,.dialog_box h2 {
	width: 360px;
	height: 44px;
	background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');
	border-bottom: 1px solid #bababa;
	-webkit-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
	box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
	color: #333333;
	text-shadow: 0px 1px 0px #fff;
}
.dialog_box > div {
	width: 360px;
	height: 144px;
	background: #fcfcfc;
	text-align: center;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
	box-shadow: 0px 1px 3px rgba(0,0,0,.25);
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}


.dialog_box p {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 22px;
	color: #FF0000;
	width: 100%;
	float: left;
	margin: 5px 0;
}

.dialog_box  span {
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	text-align: center;
	
	
}

.dialog_box button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 80px;
	height: 33px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 33px;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0,0,0,.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,.5), 0px 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,.5), 0px 1px 2px rgba(0,0,0,.3);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,.5), 0px 1px 2px rgba(0,0,0,.3);
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.dialog_box button:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
}
/******  theme red ******/
.dialog_box.theme-red button {
	background: -webkit-linear-gradient(top, rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	background: -moz-linear-gradient(top, rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	background: -o-linear-gradient(top, rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	background: linear-gradient(top, rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87288', endColorstr='#ce3b46',GradientType=0 );
	border: 1px solid #b0333e;
	/*margin: 0 50% 0 40%;*/
}
.dialog_box.theme-red button:active {
	background: -webkit-linear-gradient(top,rgb(174, 50, 67)  0%,rgba(206,59,70,1) 10%,rgba(206,59,70,1) 90%,rgba(243,71,85,1) 95%,rgba(248,114,136,1)  100%);
	background: -moz-linear-gradient(top,rgb(174, 50, 67)  0%,rgba(206,59,70,1) 10%,rgba(206,59,70,1) 90%,rgba(243,71,85,1) 95%,rgba(248,114,136,1)  100%);
	background: -o-linear-gradient(top,rgb(174, 50, 67)  0%,rgba(206,59,70,1) 10%,rgba(206,59,70,1) 90%,rgba(243,71,85,1) 95%,rgba(248,114,136,1)  100%);
	background: -ms-linear-gradient(top,rgb(174, 50, 67)  0%,rgba(206,59,70,1) 10%,rgba(206,59,70,1) 90%,rgba(243,71,85,1) 95%,rgba(248,114,136,1)  100%);
	background: linear-gradient(top,rgb(174, 50, 67)  0%,rgba(206,59,70,1) 10%,rgba(206,59,70,1) 90%,rgba(243,71,85,1) 95%,rgba(248,114,136,1)  100%);
}
.dialog_box.theme-red p, .dialog_box.theme-red span {
	color: #F00;
}
.dialog_box.theme-red span.wface {
	display: inline-block;
	background: url('/image/face-sad.png') no-repeat left center;
	height: 40px;
	line-height: 40px;
	padding-left: 60px;
	margin-left:-60px;
}
/******  theme green ******/
.dialog_box.theme-green button {
background: -webkit-linear-gradient(top, rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
background: -moz-linear-gradient(top, rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
background: -o-linear-gradient(top, rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
background: -ms-linear-gradient(top, rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
background: linear-gradient(top, rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad44f', endColorstr='#609d29',GradientType=0 );
border: 1px solid #5b8821;
/*margin: 0 50% 0 40%;*/
}
.dialog_box.theme-green button:active {
background: -webkit-linear-gradient(top, rgb(87, 145, 39) 0%,rgba(116,185,49,1) 10%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgb(146, 185, 72) 100%);
	
}
.dialog_box.theme-green p, .dialog_box.theme-green span {
	color: #090;
}
.dialog_box.theme-green span.wface {
	display: inline-block;
	background: url('/image/face-happy.png') no-repeat left center;
	height: 40px;
	line-height: 40px;
	padding-left: 60px;
	margin-left:-60px;
}
.cover {
	position: fixed;
	display: block;
	top:0px;left:0px;
	height:0%;
	width:0%;
	background-color: rgba(0,0,0,0.5);
	z-index: 2000;
}
.dialog_box input[type='text'], .dialog_box input[type='password'] {
	margin: 10px auto 0px auto;
	font-size: 16px;
	text-align: center;
	height: 25px;
	width: 140px;
}
.dlg_err_msg {
	display: block;
	text-align: center;
	color: red;
	margin: 5px 0px 8px 0px;
	visibility: hidden;
}
