@charset "utf-8";
.its_msgbox {
	left: 0px;
	top: 0px;
	position: absolute;
	background:rgb(255, 255, 255);
	outline: 0px;
	line-height: 2.5;
	font-size: 14px;
	z-index: 999;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.2);
	border-top-width: 16px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #700005;
	border-right-color: #8C0000;
	border-bottom-color: #8C0000;
	border-left-color: #8C0000;
	border-radius:3px;
}
.its_msgbox_title {
height:30px;
z-index:3;
text-align:center;
}
.its_msgbox_content {
	zoom: 1;
	/*padding-right: 32px;
	padding-bottom: 6px;
	padding-left: 32px;
	*/
}
.its_msgbox_content_text {
	overflow: hidden; zoom: 1;
	margin-top: 10px;
	color: #333333;
}
.its_msgbox_foot {
	height: 30px;
	position: relative;
	background-color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top:10px;
}
#div_chgpwd_but {
	color:#fff;
	width:300px;
	border: 1px solid rgb(143,0,11);
	background-color:rgb(143,0,11);
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 20px;
	cursor: pointer;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	font-family:Microsoft YaHei;
}


@media screen and (min-width: 768px){
.its_msgbox {width: 620px;}
.its_mask {
	background: rgb(0, 0, 0); left: 0px; top: 0px; width: 100%; height: 360%; filter: alpha(opacity=10); position: absolute; z-index: 998; opacity: 0.1;
}
}
@media  screen and (max-width: 768px){
.its_msgbox {width: auto;}
.its_mask {left: 0px; top: 0px; width: 0px; height: 0px;}	
}
@media  screen and (max-width: 600px){
.its_msgbox {width: 98%;}
}

