/* CSS Document */

DIV.xxx {

background-color: #2e96a2;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	
	color: white;
	height:330px;

}

a {
	color: white;
	height:330px;
}

#addcomm {
   display: block;
   border: none;
   background: transparent url(koment.png) 0 0 no-repeat;
   width: 113px;
   height: 16px;
   padding-top: 16px;
}

#addcomm:hover {
   display: block;
   border: none;
   background: transparent url(koment2.png) 0 0 no-repeat;
   width: 113px;
   height: 16px;
   padding-top: 16px;
}

.boxgrid{  
     width: 366px;  
     height: 120px;  
	  
      float:left;  
    background:#161613;  
     border: solid 10px #91e5dc;  
        overflow: hidden;  
        position: relative;  
   }  
   .boxgrid img{  
       position: absolute;  
       top: 0;  
       left: 0;  
       border: 0px;
	   border-color:#FFFFFF;
   }  
   
     .boxcaption{  
     float: left;  
     position: absolute;  
     background: #000;  
     height: 120px;  
     width: 100%;  
    opacity: .6;  
    /* For IE 5-7 */  
     filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);  
     /* For IE 8 */  
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";  
    }  

   .captionfull .boxcaption {  
       top: 0px;  
        left: 366px;  
    }  
    .caption .boxcaption {  
        top: 20px;  
        left: 0;  
    }  
