#kiroModalLayer {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: #555;
	z-index: 9998;
}

.modal {	
	position: fixed !important;
	position: absolute;
	width: 600px;
	margin: 0 auto;
	background: #FFF;
	padding: 0;
	border: 1px solid #e7e7e7;
	z-index: 9999;
}


.modal .content {
    padding: 18px;
    width: 562px;
}