 #modalContainerBack {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1999;
   background-color: #e1e1e1;
   opacity: 0.8;
   moz-opacity: 0.8;
   khtml-opacity: 0.8;
 }

 #modalContainer {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 2000;
 }

 #alertkotelezo {
   position: absolute;
   width: 112px;
   height: 52px;
   padding-left: 390px;
   padding-top: 150px;
   background-image: url(../images/alert_kotelezo.png);
   color: white;
   margin-left: -250px;
   margin-top: -100px;
   left: 50%;
   top: 50%;
 }

 #alertmailsiker {
   position: absolute;
   width: 112px;
   height: 52px;
   padding-left: 390px;
   padding-top: 150px;
   background-image: url(../images/alert_mailsiker.png);
   color: white;
   margin-left: -250px;
   margin-top: -100px;
   left: 50%;
   top: 50%;
 }

 #alertmailfail {
   position: absolute;
   width: 112px;
   height: 52px;
   padding-left: 390px;
   padding-top: 150px;
   background-image: url(../images/alert_mailfail.png);
   color: white;
   margin-left: -250px;
   margin-top: -100px;
   left: 50%;
   top: 50%;
 }

 #alertordersiker {
   position: absolute;
   width: 112px;
   height: 52px;
   padding-left: 390px;
   padding-top: 150px;
   background-image: url(../images/alert_ordersiker.png);
   color: white;
   margin-left: -250px;
   margin-top: -100px;
   left: 50%;
   top: 50%;
 }

 #alertemail {
   position: absolute;
   width: 112px;
   height: 52px;
   padding-left: 390px;
   padding-top: 150px;
   background-image: url(../images/alert_email.png);
   color: white;
   margin-left: -250px;
   margin-top: -100px;
   left: 50%;
   top: 50%;
 }
 
 #closeBtn {
   cursor: pointer;
   width: 87px;
 }
