#msgTxtH {
	text-align:center;
	background:#FFFFE2;
	padding:2em 2em 2em;
	z-index:150;
	font:1.2em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	padding:25px 10%;
}
#msgTxt {
	display:inline;
	width:auto;
	background:url(browser_msg_alert.png) no-repeat 0 50%;
	padding:12px 0 9px 50px;
	text-align:left;
	color:#333;
}
#msgTxtH.msgTxtArchive {
	background:#fff8d1;
	padding:1em;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.2);
	opacity:0.97;
}
.msgTxtArchive #msgTxt {
	background:0;
	padding:0;
}
#msgTxt p {
	margin-bottom:5px;
	width:auto;
	display:inline;
}
#msgTxt a {
	color:blue;
}
#msgTxt a:hover, #msgTxt a:focus {
	text-decoration:underline;
}

@media (max-width:780px) {
	#msgTxt {
		background:none;
		padding-left:0;
	}
}
@media (max-width:530px) {
	#msgTxtH {
		padding:25px 20% 25px 6%;
		text-align:left;
	}
}