#myModal .modal-dialog {width: 1020px;}
#myModal .modal-dialog .modal-content {padding: 20px;}
#myModalClose {
	cursor: pointer;
	position: absolute;
	top: -12px;
	right: -12px;
	background-color: #fff;
	height: 29px;
	width: 29px;
	padding-top: 5px;
	font-size: 17px;
	font-weight: bold;
	line-height: 17px;
	border-radius: 15px;
	text-align: center;
	background-color: #fff;
	border: 2px solid #8f8f8f;
}
#myModalClose button {
	line-height: 10px;
	font-size: 24px;
}