@charset "utf-8";
#modalContainer {
background-color: transparent;
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: 10000;
background-image: url(tp.png);
}
#alertBox {
	position:relative;
	width:800px;
	min-height:400px;
	margin-top:50px;
	border: 1px solid #aaaaaa;
	color: #222222;
	background: #ffffff;
	background-image:url(../img/info.png);
	background-repeat:no-repeat;
	background-position:15px 65px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-box-shadow:5px 5px 6px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:5px 5px 6px 2px rgba(0, 0, 0, 0.5);
	box-shadow:5px 5px 6px 2px rgba(0, 0, 0, 0.5);
}

#modalContainer > #alertBox {
	position:fixed;
}

#alertBox h1 {
	margin:0;
	font:bold 15px arial !important;
	background-color:#78919B;
	padding:2px 0 4px 5px;
	border: 1px 1px 0px 1px solid #aaaaaa;
	background: #cccccc url(../img/bg-h1.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
	margin:3px 3px 0px 3px;
}

#alertBox h3 {
	margin:0;
	font-style:italic !important;
	font: 14px arial;
	font-weight:normal;
	background-color:#78919B;
	border-bottom:1px solid #000;
	padding:2px 0 4px 5px;
	background: #cccccc url(../img/bg-h1.png) 50% 50% repeat-x;
	color: #222222;
	display:block;
	font-weight: bold;
}

#closeLink{
	float:right;
	margin-right:7px;
	text-decoration:none;
	color:#666666;
	border: 1px solid #999999;
	background: #dadada url(../img/bg-button-hover999.png) 50% 50% repeat-x;
	padding-left:3px;
	padding-right:3px;
	font-family: arial;
	position: absolute;
	top: 4px;
	right: 0;
}

#closeLink:hover{
	background: #dadada url(../img/bg-button999.png) 50% 50% repeat-x;
}

#alertBox p {
	font: 13px verdana,arial;
	min-height: 50px;
	padding-left: 5px;
	margin-left: 55px;
	margin-right: 35px;
	overflow: hidden;
	text-align: justify;
	padding-bottom: 20px;
	border-bottom: 1px solid #666666;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	width:70px;
	font:0.7em verdana,arial;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	border: 1px solid #999999;
	background: #dadada url(../img/bg-button999.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}

#alertBox #closeBtn:hover {
	border: 1px solid #999999;
	background: #dadada url(../img/bg-button-hover999.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}

/* unrelated styles */

#mContainer {
	position:relative;
	width:600px;
	margin:auto;
	padding:5px;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	font:0.7em verdana,arial;
}

#alertBox h1, #alertBox h2 {
	margin:0;
	padding:4px;
	font:bold 15px verdana;
	border-bottom:1px solid #000;
}

code {
	font-size:1.2em;
	color:#069;
}

#credits {
	position:relative;
	margin:25px auto 0px auto;
	width:350px; 
	font:0.7em verdana;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	height:90px;
	padding-top:4px;
}

#credits img {
	float:left;
	margin:5px 10px 5px 0px;
	border:1px solid #000000;
	width:80px;
	height:79px;
}

.important {
	background-color:#F5FCC8;
	padding:2px;
}

code span {
	color:green;
}