/* element */
#basic-dialog-ok, #basic-dialog-warn, #ifr-dialog {
	display: none;
}
/* Overlay */
#simplemodal-overlay {
	background-color: #000;
}
.simplemodal-wrap {
	background-color: #fff;
}
/* Container */
#simplemodal-container {
	width: 500px;
	height: 153px;
}
#ifr-dialog-content {
	height: 600px;
	width: 800px;
}
#ifr-dialog-opt {
	width: 270px;
	height: 210px;
}