.irenecore-modal-overlay {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.modal.irenecore_modal iframe {
	border: medium none;
	border-radius: 6px;
	display: block;
	margin: auto;
	width: 100% !important;
}

.irenecore-close-window, .irenecore-close-window:hover {
    background-color: #000000;
    border: 2px solid #000000;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    overflow: hidden;
    padding: 3px;
    position: absolute;
    right: 20px;
    top: 5px;
	text-decoration:none !important;
}

.modal.irenecore_modal {
	position: fixed;
	top: 10%;
	z-index: 10000;
	margin:auto;
}