#popup_bg {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#222;
    z-index:1000;
    opacity: .75;
    
    
}

#popup_fg {
    background-color:white;
		position: fixed;
		padding:2em;
    top:5%;
    left:300px;
    right:auto;
		bottom:auto;
    width:60%;
		max-height:80%;
    z-index:1001;
    text-align:center;
    font-size:small;
		overflow:auto;
}

#popup_options {
    background-color:white;
		position: fixed;
		padding:2em;
    top:5%;
		max-height:80%;		
    left:250px;
    right:auto;
		bottom:auto;
    width:60%;
    z-index:1001;
    text-align:center;
    font-size:small;
		overflow:auto;
}

#delivery_datetime  select{
  height:15px; 
  font-size: 7pt;
}

#vip_prompt {
    background-color:white;
		position: fixed;
		padding:2em;
    top:5%;
    left:300px;
    right:auto;
		bottom:auto;
    width:60%;
		max-height:80%;
    z-index:1001;
    text-align:center;
    font-size:small;
		overflow:auto;
}