@charset "utf-8";

.boxgrid{ 
	width: 300px; 
	height: 300px; 
	margin:10px; 
	position: absolute;
	top: 30%;
	left: 40%;
	z-index: 1;
	background:#161613; 
	border: solid 3px #c8c8c8; 
	overflow: hidden; 
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid a{ color: #FFF; }
.boxgrid h3{ margin: 55px 10px 0 10px; color: #c8c8c8; font: 12pt Arial, sans-serif;  font-weight: bold; text-align: center;  }

.boxgrid p{ 
		padding: 25px 10px; 
		color: #afafaf; 
		font-weight: bold; 
		font: 10pt "Lucida Grande", Arial, sans-serif; 
}

.closeFloat {
	position: relative;
	left: 95%;
	top: 3px;
	z-index: 100;
	color: #FFF;
	font-size: 11px;
	cursor: pointer;
	
}
	



