/* https://mya.securepaynet.net/app_themes/myaccountsptheme/modal.css */
/* Custom Modal Background */
#modalPage
{
    display: none;
    width: 100%;
    height: 100%;
    /*top: 0px; left: 0px;*/
}
.modalBackground
{	
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height: 100%; background-color: Black;
    
}
.modalContainer
{
    width: 750px;
   
}
.modal
{
    background-color: #C0C0C0;
    border: solid 3px #444444; 
    
    width: 750px;
    padding: 0px;
}
.modalTop
{
    width: 742px;
    background-color: #336799;
    padding: 4px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    cursor:move;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 10px; 
    color:#000000;
    font-size:12px
     
}
/* End Custom Modal Background */

/* Custom Modal OK/Cancel */
.modalBackgroundSmall
{	
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height: 100%; background-color: Black;
    
}
.modalContainerSmall
{
    width: 250px;
   
}
.modalSmall
{
    background-color: #EEEEDD;
    border: solid 3px #444444; 
    
    width: 250px;
    padding: 0px;
}
.modalTopSmall
{
    width: 242px;
    background-color: #336799;
    padding: 4px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    cursor:move;
}
.modalBodySmall
{
    padding: 10px; 
    color:#000000;
    font-size:12px
     
}
/* End Custom Modal Background */

.dragHandle {

	width:10px;

	height:15px;

	background-color:Blue;

	background-image:url("modal.css");

	cursor:move;

	border:outset thin white;

}

