/*WebDesignAndSuch.com*/





@charset "UTF-8";








/*LINKS*/








/*STYLES FOR CSS POPUP*/


#blanket {
   background: url('images/bgEnquiry.jpg') repeat ;
    opacity: 0.7;
    *background: none;
    position: absolute;
    z-index: 9001;
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
    background-size: cover;
}

#popUpDiv {
    position: relative;
    background-color: white;
    width: 50%;
    height: auto;
   
    z-index: 99099;
    border-radius:10px;
    
}

    #popUpDiv a {
      position: relative;
top: 2px;
float: right;
    }
