div.popper{
	position: absolute;
	top: 0;
	left: 0;
}

div.popper,
.popped {
	border: 1px solid;
	border-color: #4278AA #003E80 #003E80 #4278AA;
	margin: 0 0 1.3em 0;
}
:root .popped {
	border-bottom-width: 2px;
}
:root .constrained {
	border-bottom-width: 1px;
}
.popped {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 534px;
	text-align: left;     
	}	html>body .popped {
		position: fixed;	
}
.constrained {
	width: 450px;
}
.popper .titlebar,
.popped .titlebar,
.popped .statusbar {
	margin: 0 !important;
	padding-left: 10px;
	padding-right: 4px;
	background-color: #CCDCEA;
	border: 1px solid;
	border-color: #F0F5F9 #85B2D4 #85B2D4 #F0F5F9 !important;
	cursor: move;
	line-height: 1.7em !important;
	-moz-user-select: none;
	font: bold 12px Arial, sans-serif;	
}

.popped .statusbar {
	display: none;
}
.constrained .statusbar {
	display: block;
	height: 1.5em;
	cursor: n-resize;
}
.popped .titlebar img {
	position: absolute;
	top: 1px;
	left: 1px;
}
.popped .titlebar.icon {
	padding-left: 24px;
}
.popped .titlebar a {
	float: right;
	text-decoration: none;
	border-bottom: none;
}
.popped .titlebar a:hover {
	text-decoration: underline;
}
.popper .body,
.popped .body {
	float: left;
	width: 100%;
	float/*IE5W*/ : none;
	width/*IE5W*/ : auto;
	position:relative;
	top:0px;
	left:0px;
	background-color: white;
	/*border: 1px solid;
	border-color: white #85B2D4 #85B2D4 white;
	padding: 10px 10px 0 10px;*/
	scrollbar-face-color: #CCDCEA;
	scrollbar-highlight-color: #CCDCEA;
	scrollbar-shadow-color: #CCDCEA;
	scrollbar-3Dlight-color: #F0F5F9;
	scrollbar-arrow-color: #003E80;
	scrollbar-track-color: #A7C8E0;
	scrollbar-darkshadow-color: #668DB5;
}

.constrained .body {
	overflow: auto;
	height: 200px;
	/*width: 451px;*/
}
.effect {
	position: absolute;
	border: 1px solid #003E80;
	width: 10px;
	height: 10px;
	overflow: hidden;
	z-index: 1;
}
.popped form {
	padding-bottom: 1.3em;
	margin-bottom: 0;
}
