@charset "utf-8";
/* CSS Document */
.boxgrid h1 { 
	margin:10px 10px 0 10px; 
	color:#FFF; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
			
.boxgrid { 
	width:211px; 
	height:260px; 
	float:left; 
	background:#161613; 
	overflow:hidden; 
}

.boxgrid textarea { 
	padding:10px; 
	color:#afafaf; 
	font:10pt;
	overflow:hidden;
	background-color:transparent;
	border:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	text-align:justify;
}
				
.boxcaption { 
	float:left; 
	position:absolute; 
	background:#000; 
	height:100px; 
	width:100%; 
	opacity:.8; 
	/* For IE 5-7 */
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.captionfull .boxcaption {
 	top:424px;
 	left:0;
	height:150px;
}

.caption .boxcaption {
 	top:220px;
 	left:0;
}

.visitbutton {
	background:url(../images/sendbutton.png) center no-repeat;
	width:65px;
	height:32px;
	color:#7e7e7e;
	background-color:transparent;
	border:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	position:absolute;
	right:5px;
	bottom:10px;
}

.visitbutton:hover {
	cursor:pointer;
	color:#FFF;
}
