﻿.transparent
{
    background-color: Black;
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 499;
    display: none;
}
.floatingWindowShadow
{
    position: absolute;
    top: 50px;
    width: 620px;
    height: 370px;
    z-index: 500;
    background-color: Black;
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10', MakeShadow='true', ShadowOpacity='0.50') alpha(opacity=0);
    display: none;
}
.floatingWindow
{
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;
    display: none;
    position: absolute;
    width: 600px;
    height: 350px;
    z-index: 501;
    border-top: solid 1px white;
    border-left: solid 1px white;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}
.Titlebar
{
	background-image: url(http://PrimaPage.net/App_Themes/Green/images/Titlebar.jpg);
	background-repeat: repeat-x;
}
.imgClose
{
    cursor: pointer;
    padding-right: 5px;
}