body
{
    margin: 0px;
}
#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
    z-index: 2000;
}
.modalBackground
{
    width: 100%; height: 100%; 
    position: absolute;
    z-index: 2500;
    top: 0px; left: 0px;
    background: url(black80.png);    
    _background-color:#000000; 
    _background-image:none; 
    _filter:alpha(opacity=80);
}
.modalContainer
{
    position: relative;
    width: 600px;
    left: 50%;
    top: 50%;
    z-index: 3000;
    color:orange; font-family:Arial, helvetica, sans-serif;
}
div.modal	{
	position:relative;	
	width:600px; height:300px;
	left:-300px; top:-150px;
	background-color:#000000;
	text-align:center;
}
div.modal a {color:#FF3333;}

div#swatch img { width:200px; height:30px;}
div#swf1 {font-size:20pt; height:200px; padding:12px;}

.mrm_hide { display:none; }
.mrm_show { display:inline; }