/* page dimmer */

#mmg-browser-check-tint
{
	display: block;
	position: fixed;
	left: -100px; top: -100px; right: -100px; bottom: -100px; z-index: 100000;
	background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tint.png', sizingMethod='scale');
}
html>body #mmg-browser-check-tint { filter: none; background: url("images/tint.png") 0 0; }



/* wrapper for centering */

#mmg-browser-check-wrapper
{
	position: absolute;
	left: 50%; top: 200px;
	width: 0; height: 0;
}



/* dialog box */

#mmg-browser-check-dialog
{
	position: relative;
	left: -223px;
	width: 440px;
	border: 3px #dae5e4 double;
	font: 12px/1.5em Helvetica, Arial, Tahoma, Verdana, "Bitstream Vera Sans", sans-serif;
	text-align: center;
	color: #333; background: #fff;
}

#mmg-browser-check-dialog h2,
#mmg-browser-check-dialog p { margin: 20px !important; padding: 0; }
#mmg-browser-check-dialog h2 { color: #f90; }



/* upgrade links */

html #mmg-browser-check-links { margin: 20px 10px !important; }
#mmg-browser-check-links:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#mmg-browser-check-links a, 
#mmg-browser-check-links a:link,
#mmg-browser-check-links a:visited
{
	display: inline; float: left;
	width: 64px;
	margin: -10px 0; padding: 84px 10px 10px;
	text-align: center;
	color: #333; background: url("images/icon.firefox.jpg") center 10px no-repeat;
	text-decoration: underline;
	outline: none;
}

#mmg-browser-check-links a.Msie { background-image: url("images/icon.msie.jpg"); }
#mmg-browser-check-links a.Safari { background-image: url("images/icon.safari.jpg"); }
#mmg-browser-check-links a.Chrome { background-image: url("images/icon.chrome.jpg"); }
#mmg-browser-check-links a.Opera { background-image: url("images/icon.opera.jpg"); }

#mmg-browser-check-links a:hover,
#mmg-browser-check-links a:focus { color: #f90; }



/* close button */

#mmg-browser-check-close
{
	margin: 0; padding: 5px 10px;
	border: none;
	font: inherit;
	font-weight: bold;
	color: #fff; background: #f90;
	cursor: pointer;
	outline: none;
}
#mmg-browser-check-close:active { position: relative; top: 2px; }



/* specials */

#mmg-browser-check-title,
#mmg-browser-check-prompt,
#mmg-browser-check-links { text-shadow: 0 1px 2px rgba(0, 0, 0, .15); }

#mmg-browser-check-dialog,
#mmg-browser-check-close
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
}

#mmg-browser-check-close:active
{
	box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
}


