.leightbox {
	border: 5px solid #fff;
	display:none;
	height: 431px;
	left: 38%;
	overflow: auto;
	position: fixed;
	text-align: left;
	top: 10%;
	z-index: 1000;
}

div.leightbox.website {
	top: 30%;
	height: 161px;
}

#overlay {
background-color:#000;
display:none;
height:100%;
left:0;
opacity: .2;
filter: alpha(opacity=20);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
-moz-opacity: 0.2;
position:absolute;
top:0;
width:100%;
z-index:500;
}

.lightbox[id] { /* IE6 and below Can't See This */ position:fixed;}

#overlay[id] { /* IE6 and below Can't See This */ position:fixed;}

div#lightbox {
  z-index: 2001; 
}

div.contract_type {
  background: url(../images/startBusiness/contract_bg.jpg) no-repeat;
  color: #3F2010;
  z-index: 1000;
}

  div.type {
    border-bottom: 1px solid #000;
    margin: 25px 25px;
  }
  
   div.type_last {
     margin: 25px 25px;
     margin-bottom: 0px;
     padding-bottom: 10px;
   }
   
    div.type_last a:hover {
      color: #3F2010;
      text-decoration: none;
    }
    
    div.contract_type p {
      margin: 0px;
      padding-bottom: 10px;
      padding-left: 90px;
    }
  
  
  a.contract_type {
    display:block;
    padding-left: 90px;   
    vertical-align: middle;
    height: 80px;
  }
  
  a.pool1 {
    background: url(../images/icons/pool_I.gif) no-repeat 0 center;
    height: 100px;
  } 
  
  a.pool2 {
    background: url(../images/icons/pool_II.gif) no-repeat;
  }
 
  a.pool3 {
    background: url(../images/icons/education.gif) no-repeat;
    padding-top: 30px;
    height: 50px;
  }
  
  a.pool4 {
    background: url(../images/icons/package.gif) no-repeat;
    padding-top: 30px;
    height: 50px;
  }
  
  a.pool1:hover {
    background: url(../images/icons/pool_I_hover.gif) no-repeat 0 center;
    color: #3F2010;
    text-decoration: none;
  } 
  
  a.pool2:hover {
    background: url(../images/icons/pool_II_hover.gif) no-repeat;
    color: #3F2010;
    text-decoration: none;
  }
 
  a.pool3:hover {
    background: url(../images/icons/education_hover.gif) no-repeat;
    color: #3F2010;
    text-decoration: none;
  }
  
  a.pool4:hover {
    background: url(../images/icons/package_hover.gif) no-repeat;
    color: #3F2010;
    text-decoration: none;
  } 

div.contract_type a.close{
    font-size: 2em;
    margin-right: 12px;
}
  
  div.leightbox.website div.contract_type a.close {
    float: right;
    margin-right: -35px;
    padding: 8px 10px;
    background: #fff;
    text-decoration: none;
    color: #1074A5;
  }
  
    div.leightbox.website div.contract_type a.close:hover {
      color: #F7AF2F;
    }
    
div.contract_type a.close:hover{
    text-decoration: none;
}
