#icattBoardwalkModalDialogBackground {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 35000;
	filter:alpha(opacity=70);
	opacity: .7;
}
.ibmdClearer{
	clear: both;
}
.ibmdPopup {
	display: none;
	position: absolute;
	z-index: 40000;
	background: transparent url(icattBoardwalkModalDialog_background.gif) no-repeat scroll left top;
	border: 1px solid dimgray;
	line-height: 2em;
}

.ibmdFrame {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	filter:alpha(opacity=0);
	opacity: 0;
}

#icattBoardwalkModalDialog {
	top: 300px;
	left: 50%;
	margin-left: -340px;
	z-index: 50000;
	position: absolute;
	text-align: center;
	width: 681px;
	height: 288px;
	border: 0px solid black;
}

#icattBoardwalkModalDialog A.ibmdClose {
	margin: 8px 8px 0px 0px;
	float: right;
	display:block;
	width: 110px;
	height: 25px;
	background: transparent url(icattBoardwalkModalDialog_btn_close.jpg) no-repeat scroll left top;
	text-decoration: none;
}

#icattBoardwalkModalDialog H1 {
	margin: 10px 18px 0px 18px;
	font-family: arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 150%;
	font-size-adjust: none;
	font-stretch: normal;
	color: rgb(92, 123, 152);
}

#icattBoardwalkModalDialog {
	font-family: arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 200%;
	font-size-adjust: none;
	font-stretch: normal;
	color: rgb(92, 123, 152);
}

#icattBoardwalkModalDialog DIV.ibmdBodytext {
	margin: 18px 18px 0px 18px;
}
#icattBoardwalkModalDialog DIV.ibmdFootertext {
	margin: 18px 18px 12px 18px;
	font-weight: bold;
}

#icattBoardwalkModalDialog A.ibmdStart {
	margin: 0px 0px 0px -243px;
	width: 203px;
	height: 41px;
	background: transparent url(icattBoardwalkModalDialog_btn_start.jpg) no-repeat scroll left top;
	display: block;
	position:absolute;
	left:50%;
	text-decoration: none;
}

#icattBoardwalkModalDialog A.ibmdCancel {
	width: 203px;
	height: 41px;
	background: transparent url(icattBoardwalkModalDialog_btn_cancel.jpg) no-repeat scroll left top;
	display: block;
	position:absolute;
	left:50%;
	margin: 0px 0px 0px 40px;
	text-decoration: none;
}

#icattBoardwalkModalDialog P.ibmdButtons {
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 41px;
}