/* ============================================================================== */
/* Boxes                                                                          */
/* ============================================================================== */
.box,#modalBox{
	-moz-border-radius:8px;
	border: 1px #E4ECEC outset;
	padding:0px;
	margin-bottom:5px;
	behavior:url(round.htc);
}
#modalBox{
	background-color: #E4ECEC;
	background-image:url(bodyline.png);
	background-repeat:repeat-x;
	background-position:bottom left
}

.box{
	border-color:#455372;
	border-style:inset;
	border-width:1px;
	margin:3px;
	margin-bottom:7px;
	padding:3px;
}

.box{background-color:#EFF9F9;}

.box{margin-bottom:3px;}
/* ============================================================================== */
/*  Modal                                                                         */
/* ============================================================================== */
#modalMask{
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding:0px;
	margin:0px;
/*	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #AAAAAA; */
}

#modalBox {
	border-top-width:0px;
	padding:0px;
	border-width:2px;
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
}
#modalTitle{
	font-weight: bold;
	font-size:14px;
	padding: 2px;
	padding-left:4px;

	background-color:#0B63A2;
	color:white;
	border-right:1px #021746 solid;
	border-left:1px #61B5CD solid;
	border-top:1px #61B5CD solid;
	border-bottom:2px #021746 solid;
	z-index: 203;
	-moz-border-radius:8px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	behavior:url(round.htc);
}
#modalContent{
	padding:4px;
}
.standout{ background-color:#0B63A2; color:white; font-weight:bold; font-size:15px; padding:4px;}