div#messagebox {
	position:absolute;
	left:50%;
	top:0px;
	width:610px;
	/*padding:5px;*/
	margin:100px 0px 0px -305px;
	background:transparent url("../../images/unsupported/background_mid.gif") repeat-y top center;
	min-height:260px;
}

div#messagebox div#top {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:238px;
	background:transparent url("../../images/unsupported/background_top.gif") no-repeat top center;
	z-index:1;
}

div#messagebox div#bot {
	position:absolute;
	bottom:0px;
	_bottom:-1px;
	left:0px;
	width:100%;
	height:19px;
	background:transparent url("../../images/unsupported/background_bot.gif") no-repeat bottom center;
	z-index:1;
}

div#messagebox div#mid {
	position:relative;
	height:100%;
	margin:5px;
	z-index:2;
}

div#messagebox div#iconholder {
	position:absolute;
	top:0px;
	left:0px;
	height:125px;
	width:125px;
	background:transparent url("../../images/unsupported/unsupported.gif") no-repeat center 10px;
}

div#messagebox h2 {
	margin:10px;
	margin-left:125px;
	font-size:16pt;
	font-weight:normal;
	line-height:16pt;
}

div#messagebox div#usermessage {
	position:relative;
	margin:10px;
	margin-left:125px;
}

div#messagebox ul {
	position:relative;
	_height:1%;/*IE6*/
}

div#messagebox ul li .enable_javascript_directions {
	display:none;
	position:absolute;
	left:200px;
	top:0px;
	height:0px;
	width:0px;
	overflow:auto;
}

div#messagebox ul li:hover .enable_javascript_directions {
	display:block;
	width:265px;
	height:175px;
}

div#messagebox a {
	color:#1D84CF;
	text-decoration:none;
}

div#messagebox a:hover {
	text-decoration:underline;
}

div#messagebox div#altMessage {
	position:relative;
	padding-top:17px;
	padding-bottom:7px;
}