.inwindow_popup {
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	min-width:300px;
	min-height:300px;
	margin-left:-150px;
	margin-top:-150px;
	border:#b0c4de;
	background-color:#ffffff;
	border-radius:5px;
	z-index:110;
	//overflow:hidden;
	-moz-box-shadow: 0 0 5px 5px #c0c0c0;
	-webkit-box-shadow: 0 0 5px 5px #c0c0c0;
	box-shadow: 0 0 5px 5px #c0c0c0;
}

.inwindow_popup.drop_arrow {
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	min-width:400px;
	min-height:100px;
	//margin-left:-150px;
	//margin-top:-150px;
	//border:#b0c4de;
	border:1px solid #1e6ea6;
	background-color:#ffffff;
	color:#1e6ea6;
	border-radius:6px;
	z-index:110;
	//overflow:hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.cedar .inwindow_popup.drop_arrow {
	border:1px solid #5f4180;
	color:#5f4180;	
}
.inwindow_popup.drop_arrow:before {
	top:-20px;
	bottom:auto;
	left:375px;
	bottom:auto;
	border-width:0 10px 20px 10px;
	border-color:#1a5ad9 transparent;
	content: "";
	position:absolute;
	border-style:solid;
	display:block;
}

.inwindow_popup.drop_arrow:after {
	top: -20px;
	left: 375px;
	bottom: auto;
	border-width: 0px 10px 20px 10px;
	border-color: #ffffff transparent;
	content: "";
	position: absolute;
	border-style: solid;
	display: block;
}

.inwindow_popup.show {
	display:block;
}
.inwindow_popup_lightbox {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	height:100%;
	width:100%;
	z-index:100;
	cursor:pointer;
}
.inwindow_popup_lightbox.show {
	display:block;
	background-color: rgba(0,0,0,.2);
}
.inwindow_popup_titlebar {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	//position:relative;
	//float:left;
	//width:284px;
	//width:100%;
	left:0px;
	right:0px;
	height:20px;
	font-family:Helvetica;
	font-size:16px;
	line-height:18px;
	text-align:left;
	padding:8px;
	text-transform:uppercase;
	background-image: -webkit-linear-gradient(top, #1e6ea6 0%, #94c5e3 100%);
	background-image: -moz-linear-gradient(top, #1e6ea6 0%, #94c5e3 100%);
	background-image: -ms-linear-gradient(top, #1e6ea6 0%, #94c5e3 100%);
	color:#ffffff;
	border-bottom:1px solid #1e6ea6;
	cursor:move;
	//overflow: hidden;
	//text-overflow: ellipsis;
	//white-space: nowrap
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cedar .inwindow_popup_titlebar {
	background-image: -webkit-linear-gradient(top, #5A437C 0%, #8A76A6 100%);
	background-image: -moz-linear-gradient(top, #5A437C 0%, #8A76A6 100%);
	background-image: -ms-linear-gradient(top, #5A437C 0%, #8A76A6 100%);
	border-bottom:1px solid #5A437C;
	border-radius: 5px 5px 0px 0px;
}
.inwindow_popup_close {
	position:absolute;
	right:0px;
	top:0px;
	height:20px;
	width:20px;
	background-image:url('/images/close_button.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-size:100% 100%;
	//border-radius:2px;
	//border:1px solid #5f4180;
	cursor:pointer;
	//background-color:#ffffff;
	margin:4px;
}
.cedar .inwindow_popup_close {
	background-image:url('/images/close_button_cedar.png');
}
.inwindow_popup_resize {
	position:absolute;
	right:0px;
	bottom:0px;
	height:20px;
	width:20px;
	background-image:url('/images/resize.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-size:100% 100%;
	cursor:se-resize;
}
.inwindow_popup_content {
	//position:absolute;
	//top:37px;
	//left:0px;
	//bottom:0px;
	margin-top:37px;
	position:relative;
	float:left;
	min-height:60px;
	width:100%;
}
.inwindow_popup_content.drop_arrow {
	//position:absolute;
	//top:37px;
	//left:0px;
	//bottom:0px;
	margin-top:0px;
	//position:relative;
	//float:left;
	//min-height:60px;
	//width:100%;
}