* {
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
}



.lightbox_frame {
	width: 884px;
	height: 564px;
	position: relative;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #dae3ea;
}

.lightbox_header {
	position: relative;
	height: 48px;
	width: 100%;
	float:left;
	background: #5482ab;
}

.lightbox_header:after {
	content: "";
	position: absolute;
	left: 8px;
	right: 8px;
	top: calc(50% - 3px);
	height: 30px;
	background-image: url('../assets/images/wave.svg');
	background-repeat: repeat-x;
	background-position: center top;
}

.lightbox_header h1 {
	position: relative;
	z-index: 2;
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	line-height: 54px;
	color: white;
	margin: 0 0 0 16px;
}

.lightbox_content_left {
	width: calc(50% - 40px);
	padding: 20px;
	background-color: #dae3ea /*$blue*/;
	line-height: 23px;
        color: #5583ac;
	height: 424px;
	max-height: 424px;
   	overflow: hidden;
        float:left;
}

.lightbox_content_right {
	width: calc(50% - 40px);
	padding: 20px;
	background-color: #8fcae7 /*$blue*/;
	line-height: 23px;
        color: #5583ac;
	height: 424px;
	max-height: 424px;
   		overflow: hidden;
        float:left;
}

.lightbox_content_full {
	width: calc(100% - 40px);
	padding: 20px;
	background-color: #dae3ea /*$blue*/;
	line-height: 23px;
        color: #5583ac;
	height: 380px;
	max-height: 380px;
   	overflow: auto;
        float:left;
}

.lightbox_content_full h2
{
	font-size:1em;
	margin-top:10px;
}

h2
{
    color:#ffffff;
}

input 
{
    height:24px;
}