div#ieMessage{
	display: none;
}

* html div#ieMessage {
	display: block;
	visibility: hidden;
	background: url(../images/iemesh.gif);
	position: absolute;
	left: 0;
	top: 0;
	height: 1000px;
	width: 100%;
	margin: 0;
	padding: 0;
}

* html div#message {
	height: 310px;
	width: 554px;
        background: #cdd5ef;
        border-top:1px #000099 solid;
        border-bottom:1px #000099 solid;
        border-right:1px #000099 solid;
	border-left:1px #000099 solid;
	margin: 134px auto 0 197;
	padding:5px 5px 5px 5px;
}

* html div#message h1 {
	font-size: 2em;
	margin: 45px 0 60px 20px;
}

* html div#message h2,
* html div#message h3 {
	font-size: 1.5em;
	float: right;
	margin-top: 30px;
	margin-right: 20px;
	border: 1px solid #999;
	background: #dedede;
	padding: 5px 10px;
}
* html div#message h2 a,
* html div#message h3 a {
	text-decoration: none;
	color: #000;
}


* html div#message p {
	margin-left: 150px;
	padding-right: 30px;
	font-size: 1.2em;
}