.mainDiv{
	position:absolute;
	padding:0px;
	margin:0px;
	
	display: none;
}
.unifyBox-form{
	width: 40%;
	height: 500px; 
	background: #ffffff;
}
.unifyBox{
	width:500px;
	background:white;
	position:fixed;
	top:20%;
	left:32%;
	min-height: 100px;
}
.total{
	height: 40px;
	border-bottom: 1px #BEBBB5 solid;
	text-align: center;
	width: 100%;
}
.totalText{
	line-height: 40px;
	font-size: 18px;
	font-weight: 600;
}
.unifyBox-colse{
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 5px;
	right: 0px;
	width: 15px;
	height: 15px;
	padding: 5px;
	cursor: pointer;
}
.unifyBox-ul{
	list-style-type: none;
	margin: 0px;
	margin-top: 5px;
	line-height: 27px;
}
.unifyBox-ul>li{
	display: inline-block;
	padding-left: 22px;
}
.unifyBox-textarea{
	width: 457px;
	min-height: 80px;
	margin-top: 10px;
}
.msgBox-font{
	font-weight:bold
}
.unifyBox-button{
	font-weight: bold;
	width: 80px;
	height: 25px;
	color: #7F7F7F;
}
.subDiv{
	text-align: center;
	width: 100%;
	margin-bottom: 12px;
}
.hidInput{
	display: none;
}
