.systemMessModal
{
	display : block;
	position: fixed;
	top:0px;
	left : 0px;
	right : 0px;
	bottom : 0px;
	-webkit-animation: dtcookie-fade-in 600ms ease-out;
    animation: dtcookie-fade-in 600ms ease-out;
    background: rgba(0,0,0,.7);
	z-index: 111111;	
}

.disableScroll
{
	overflow: hidden;
}

.systemModalContainer
{
	display : block;
	height : 450px;
	width: 800px;
	background-color: #f8f8f8;
	margin : auto auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	
}

.systemModalContainerWide
{
	width : 1050px !important;
}

	.systemModalContainerContent
	{
		display : block;
		float : left;
		width: 800px;
		height: 450px;
	}
	
	.contentImageItem
	{
		height: 100% !important;
		width : 100% !important;
	}
	
	.systemModalContainerSecondary
	{
		display : block;
		float : left;
		height : 450px;
		width : 250px;
		overflow: hidden;
	}
	
	.systemModalContainerSecondary img
	{
		height: 100%;
	}
	
	.clear
	{
		clear: both;
	}