#prompopup #maskPop {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#prompopup .window1 {
  position:absolute;
  width:440px;
  height:400px;
  z-index:9999;
  
}
#prompopup .popmainwhite
    {
    	background-color:White;
    	color: #484848;
    	text-align:center;
    	padding:30px;
    } 

#prompopup #promdialog {
  width:350px; 
  height:350px;
  
}

#prompopup .txt
    {
        border: 1px solid Gray;
        width: 220px;
        height: 25px;
    }
    #prompopup .popmain
    {
    	
        background-image:url('http://www.zonaregalo.com/Content/Popup/es-ES/popbg.png');
        background-repeat: no-repeat;
        background-position:right top;
		background-size: 204px auto;
        width: 550px;
        padding-top: 0px;
    }
    
   #prompopup .mainleft
    {
        width: 350px;
        border: none;
        background-color: #e9e9e9;
        color: #484848;
        font-family: Arial;
        font-size: 12px;
        padding: 10px;
    }
    #prompopup .head
    {
        color: #f2683a;
        font-size: 22px;
        font-family: Arial;
        font-weight: bold;
    }
   #prompopup .lbl
    {
        float: left;
        width: 120px;
        font-weight: bold;
        padding-top: 3px;
    }
 #prompopup div
    {
        padding-top: 10px;
    }
    #prompopup .small
    {
        font-size: 9px;
    }
    #prompopup label
    {
        white-space: normal;
    }

#prompopup	.error
	{
		font-family: Arial;
		font-size:9;
		color:Red;		
		padding-left:120px;
		font-size:smaller;	
	}