﻿.modalpopup
{
    background-color:White;
    width:380px;
    height:250px;
    font-size:11px;
    left:-1000px;
    top:-1000px;
    position:absolute;
    border-top:2px solid #7F7F7F;
    border-left:2px solid #7F7F7F;
    border-right:2px solid #555555;
    border-bottom:2px solid #555555;
}
.modalpopup .close
{
    float:right;
}
.modalpopup .close a
{
    background-image:url('../Images/IconPop.gif');
    padding-left:40px;
    line-height:42px;
    margin-right:10px;
    background-position:left center;
    background-repeat:no-repeat;
    font-size:14px;
    display:inline-block;
    font-weight:bold;
}
.modalpopup .head
{
    height:51px;
    background-image:url('../Images/SubbarPop.gif');
    color:#5D5D5D;
    width:380px;
}
.modalpopup .title
{
    margin-left:10px;
    background-image:url('../Images/TitlePoP.gif');
    background-position:left center;
    background-repeat:no-repeat;
    line-height:42px;
    padding-left:40px;
    font-size:14px;
    float:left;
}

.modalpopup .movebar
{
    width:140px;
    font-size:12px;
    float:left;
    display:table-cell !important;
    display:inline-block;
    margin-left:10px;
    margin-top:12px;
}
.modalpopup .movebar a
{
    color:#333333;
}

.modalpopup .container
{
    padding:10px;
}




.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	position:absolute;
	Z-INDEX:998;
	display:none;
}
