html{height:100%;}

body{height:100%; margin:0; padding:0;}

#frame{width:720px;}

.holder{background-color:#999999; width:100%; height:100%; position:absolute;
   z-index:10000; top:0; left:0; display:none;
   opacity:.5; filter:alpha(opacity=50);
}
	
.dialogHolder{
   width:100%; height:100%; position:absolute; z-index:10001; top:0; left:0; display:none;
}
	
.dialog{
   margin-top:50px;
}

.dialog table{
   border:0; margin:0 auto; 
}

.dialog table tr td{
   font-size:1px; line-height:1px; vertical-align:top;
}

.dialog table tr td.c{
   background-color:#ffffff; 
}
.dialog table tr td.c .contentHolderTop{
   position:relative; padding:1px;
}
.dialog table tr td.c .contentHolderTop img{display:block;}

.dialog table tr td.c .contentHolderBottom{
   background-image:url('../images/site/lightBox/stripe.gif'); height:55px; background-position:top; background-repeat:repeat-x;
   position:relative; margin:0 1px;
}

.dialog table tr td.c .contentHolderBottom .mmj{
   background-image:url('../images/site/lightBox/mmj.jpg'); height:41px; width:91px; background-repeat:no-repeat;
   position:absolute; top:10px; left:10px;
}

#closeBtn{
   background-image:url('../images/site/lightBox/closeBtn.gif'); height:17px; width:17px; background-repeat:no-repeat;
   position:absolute; top:1px; right:1px; cursor:pointer;
}

#closeText{
   background-image:url('../images/site/lightBox/closeText.gif'); height:17px; width:66px; background-repeat:no-repeat;
   position:absolute; bottom:5px; right:4px; cursor:pointer;
}

.dialog table tr td.tl, .dialog table tr td.tr, .dialog table tr td.bl, .dialog table tr td.br{
   width:2px; height:2px;
}

.dialog table tr td.tl{
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/site/lightBox/tl.png", sizingMethod='scale');
}
.dialog table tr td.tr{
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/site/lightBox/tr.png", sizingMethod='scale');
}
.dialog table tr td.bl{
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/site/lightBox/bl.png", sizingMethod='scale'); 
}
.dialog table tr td.br{
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/site/lightBox/br.png", sizingMethod='scale'); 
}
.dialog table tr td.cw, .dialog table tr td.ch{
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/site/lightBox/fill.png", sizingMethod='scale');
}

html>body .dialog table tr td.tl{
   background-image:url("../images/site/lightBox/tl.png"); background-repeat:no-repeat;
}
html>body .dialog table tr td.tr{
   background-image:url("../images/site/lightBox/tr.png"); background-repeat:no-repeat;
}
html>body .dialog table tr td.bl{
   background-image:url("../images/site/lightBox/bl.png"); background-repeat:no-repeat;
}
html>body .dialog table tr td.br{
   background-image:url("../images/site/lightBox/br.png"); background-repeat:no-repeat;
}
html>body .dialog table tr td.cw, html>body .dialog table tr td.ch{
   background-image:url("../images/site/lightBox/fill.png");
}
