﻿#popupContainer {   
    position:absolute;   
    left:0;   
    top:0;   
    z-index: 20000;
    display: none;   
}   
.popupPopup {   
}  
#popupContent {   
    background-color: #fff;   
    min-width: 265px;   
    min-height: 50px;
	padding-left: 10px;
	width: 265px;
}   
.popupPopup .popupImage {   
    margin: 5px;   
    margin-right: 15px;   
}   
.popupPopup .left {   
    width: 9px;
    height: 7px;
    background: url('../images/popup/left.gif') repeat-y;   
}   
.popupPopup .right {   
    width: 9px;
    height: 7px;
    background: url('../images/popup/right.gif') repeat-y;   
}   
.popupPopup .top {   
    width: 8px;
    height: 7px;
    background: url('../images/popup/top.gif') repeat-x;
    width: 100px;   
}   
.popupPopup .topright {   
    width: 9px;
    height: 7px;
    background: url('../images/popup/topright.gif') no-repeat;   
}   
.popupPopup .topleft {   
    width: 9px;
    height: 7px;
    background: url('../images/popup/topleft.gif') no-repeat;   
}   
.popupPopup .bottom {   
    width: 8px;
    height: 7px;
    background: url('../images/popup/bottom.gif') repeat-x;   
    text-align: center;   
}
.popupPopup .bottomleft {   
    width: 9px;
    height: 7px;
    background: url('../images/popup/bottomleft.gif') no-repeat;   
}   
.popupPopup .bottomright {   
    width: 9px;
    height: 7px;
    background: url('../images/popup/bottomright.gif') no-repeat;   
}   
.popupPopup .topmiddle {   
    width: 11px;
    height: 10px;
    background: url('../images/popup/topmiddle.gif') no-repeat;
}   
 
#cpopLoading {
    background-color: #FFF; 
    background-image: url('../images/popup/loader.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    width: 225px;
    height: 50px;
}
