﻿/* `Modal
----------------------------------------------------------------------------------------------------*/

#modal_wrapper {
	display: block;
	position: absolute;
	overflow: hidden;
	/*top: 6px!important;*/
	width: 990px;
	height: 1200px;
	z-index: 890;
	/* Make sure this is lower than the z-index of the menu that is 900. */
}
