.bordered
{
	border:5px dashed darkgreen;
}
.boxi
{
	background-color:#fff;
	border:2px solid silver;
}
.caption
{
	font-size:24px;
	font-weight:bold;
	color:White;
	width:90%;
	text-align:center;
}
.close
{
	font-size:16px;
	font-weight:bold;
	color:White;
	text-decoration:none;
	border:2px dashed white;
	margin-right:2px;
	margin-top:2px;
	padding:5px;
}
.close:hover
{
	color:#000;
	background-color:#fff;
}
.description
{
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}