.reject_wrapper{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: #FFF;
}

.reject{
	display: table;
	width: 100%;
	height: 100%;
	font-size: 20px;
	text-align: center;
	color: #000;
}

.reject > div{
	display: table-cell;
	padding: 20px;
	vertical-align: middle;
}

.reject p{
	margin-bottom: 5px;
	line-height: 1;
}

.reject ul{
	margin-top: 20px;
}

.reject ul li{
	margin-bottom: 10px;
}

.reject ul a{
	color: #0074B0;
}