html, body			{ height: 100%; width: 100% }

div#msg-box-overlay	{ background:#000; height:100%; position:absolute; right:0; top:0; width:100%; z-index:1000 }
div#msg-box			{ background:#fefee2; height:150px; width:400px; z-index:1001;
						-moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
div.msg-box-info	{ border:5px solid #4be; }
div.msg-box-warn	{ border:5px solid #e72 }
div.msg-box-error	{ border:5px solid #c00 }
div.msg-box-success	{ border:5px solid #0c5 }
div#msg-box p		{ font-size:1.2em; text-align:center; width:100% }
div#msg-box p img	{ vertical-align:middle }
div#msg-box img.close
					{ cursor:pointer; height:16px; position:absolute; right:5px; top:5px }

div#msg-actions 	{ bottom:10px; font-size:1em; position:absolute; text-align:center; width:100% }
div#msg-actions a	{ background:#fff; border:1px solid #333; color:#333; margin:0 5px; padding:3px 20px; text-decoration:none;
						-moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
div#msg-actions a:hover	{ background:#333; color:#fff }