﻿#popupContainer {   
    position:absolute;   
    left:0;   
    top:0;   
    z-index: 20000;
    display: none;   
}   
.popupPopup {   
}  
#popupContent {   
    background-color: #FFF;   
    min-width: 250px;   
    min-height: 50px;
	width: 250px;
	padding: 10px;
	padding-right: 5px;
} 
#popupContent ul li  
{
    list-style-type:none;
    margin-left: 2px;
}
.popupPopup .popupImage {   
    margin: 5px;   
    margin-right: 15px;   
}   
.popupPopup .corner {   
    width: 9px;   
    height: 7px;   
}   
.popupPopup .topLeft {   
    background: url('../images/popup/topleft.gif') no-repeat;   
}   
.popupPopup .bottomLeft {   
    background: url('../images/popup/bottomleft.gif') no-repeat;   
}   
.popupPopup .left {   
    background: url('../images/popup/left.gif') repeat-y;   
}   
.popupPopup .right {   
    background: url('../images/popup/right.gif') repeat-y;   
}   
.popupPopup .topRight {   
    background: url('../images/popup/topright.gif') no-repeat;   
}   
.popupPopup .bottomRight {   
    background: url('../images/popup/bottomright.gif') no-repeat;   
}   
.popupPopup .top {   
    background: url('../images/popup/top.gif') repeat-x;
    width: 95px;   
}   
.popupPopup .middletop {   
    background: url('../images/popup/topmiddle.gif') no-repeat;
    /*width: 11px;*/   
}
.popupPopup .bottom {   
    background: url('../images/popup/bottom.gif') repeat-x;   
    text-align: center;   
} 
#cpopLoading {
    background-color: #FFF; 
    background-image: url('../images/popup/loader.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    width: 225px;
    height: 50px;
}
