﻿body {
}
.modalBackground
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalPopup
{
    background-color:#ffffdd;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    width:235px;
    min-height:153px; 
}

.popup
{
    width:442px;
    height:270px;
}
.top-left
{
    width:10px; height:9px; background-image:url(../Img/top-left.jpg); float:left;
}
.top-mid
{
    width:301px; height:9px; background-image:url(../Img/line-top.jpg); background-repeat:repeat-x ; float:left;
}
.top-right
{
    width:9px; height:9px; background-image:url(../Img/top-right.jpg); float:left;
}
.mid-left
{
    width:10px; height:154px; background-image:url(../Img/line-left.jpg); background-repeat:repeat-y ;float:left;
}
.mid
{
    width:301px; height:154px;float:left; background-color:White;
}
.mid-right
{
    width:9px; height:154px; background-image:url(../Img/line-right.jpg); background-repeat:repeat-y ;float:left;
}
.bottom-left
{
    width:10px; height:7px; background-image:url(../Img/bottom-left.jpg); float:left;
}
.bottom-mid
{
    width:301px; height:7px; background-image:url(../Img/line-bottom.jpg); background-repeat:repeat-x ; float:left;
}
.bottom-right
{
    width:9px; height:7px; background-image:url(../Img/bottom-right.jpg); float:left;
}
