.dumbBoxWrap { /* The div that shows/hides. */
    display:none; /* starts out hidden */
    z-index:40001; /* High z-index to ensure it appears above all content */
}
.dumbBoxOverlay { /* Shades out background when selector is active */

    position:fixed;
    width:100%;
    height:100%;
    background-color:black;
    opacity:.5; /* Sets opacity so it's partly transparent */

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE transparency */
    filter:alpha(opacity=50); /* More IE transparency */

    z-index:40001;
}
.vertical-offset { /* Fixed position to provide the vertical offset */
	/*
    position:fixed;
    top:30%;
    */

    width:100%;
    height:100%;
    z-index:40002; /* ensures box appears above overlay */

   /*  background-color:#eee; */
}
.dumbBox { /* The actual box, centered in the fixed-position div */

    width:235px; /* Whatever width you want the box to be */

    position:relative;
    margin:0 auto;

    /*
	margin-top:100px;
	margin-left:150px;

    /* Everything below is just visual styling */
    background-color:white;
    padding:10px;
    border:1px solid black;

    box-shadow: 8px 8px  8px #789;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;


}

.closeModal { 
	position:absolute; top:-12px; 
	/* Half the icon's height */ 
	right:-12px; 
	/* half the icon's width */ 
	z-index:50; 
} 

#closeModal { 
	position:absolute; top:-12px; 
	/* Half the icon's height */ 
	right:-12px; 
	/* half the icon's width */ 
	z-index:50; 
} 


.poptitle {
   text-decoration:underline;
}


.poptext {
  font-size:0.85em;
  margin-bottom:5px;

}

.poplink {
  margin-left:20px;
  margin-bottom:30px;
  margin-top:30px;
}


.dumbBoxWrap-1 {
    display:none;
    z-index:40001;
}

.dumbBoxWrap-2 {
    display:none;
    z-index:40001;
}

.dumbBoxWrap-3 {
    display:none;
    z-index:40001;
}

.dumbBoxWrap-4 {
    display:none;
    z-index:40001;
}

.dumbBoxWrap-5 {
    display:none;
    z-index:40001;
}

.dumbBoxWrap-6 {
    display:none;
    z-index:40001;
}

.dumbBoxWrap-7 {
    display:none;
    z-index:40001;
}

.dumbBoxWrap-8 {
    display:none;
    z-index:40001;
}

.dumbBoxWrap-9 {
    display:none;
    z-index:40001;
}

