.minor {
	position:fixed;left:0;top:0;width:100%;height:100%;
	background:rgba(0,0,0,.4);
}
.minor-box {
	width:300px;padding:15px;
	background:#fff;
	margin:200px auto;text-align:center;
    border-radius: 10px;
}
.minor-box button{
	width:40%;
    border-radius: 4px;
}
.minor-box p{
    font-weight: bold;
    margin: 20px 10px;
    font-size: 16px;
    color:#000;
}
