.mask {
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.3);
	text-align:center;
}

.h-info {
    display: inline-block;
    min-width: 400px;
    border-radius: 4px;
    border: 1px #007dd4 solid;
    background-color: #fff;
    padding: 0!important;

}

.h-info-title {
	background-color: #007dd4;
	line-height: 2rem;
	color: #ffffff;
	padding: .2rem 1.5rem;
	text-align:left;
	padding: .2rem 0;
	position: relative;
	font-size: 14px;
}

.h-info-close {
	position: absolute;
	right: 5px;
	top: 1px;
	cursor: pointer;
	cursor: hand;
}

.h-info-msg {
	border-bottom: 1px #d1d1d1 solid;
	margin-bottom: 0;
    padding: 15px 0;
}
.h-info-msg form {
	padding-top: 15px;
}

.h-alert {
    background-image: url(../images/alert.png);
    background-position: 20px 50%;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    padding-left: 100px!important;
    padding-top: 0;
    height: 73px;
    line-height: 73px;
    text-align: left!important;
    font-size: 14px;
	/*text-align: left;*/
}

.h-info-btn {
	padding: .3rem .2rem;
	text-align: right;
}

.white {
	background-color: #ffffff;
	color: #333333;
	border: 1px #d1d1d1 solid;
}
label{
    text-align:right;
}