@charset "UTF-8";
/* CSS Document */

.box1			{
	margin:10px;
	width: 150px;
	height:250px;
	background:#FFFFFF;
	border: 1px solid #000000;
	-moz-border-radius: 10px;
	z-index:15;
}
.box1 .inside1	{
	font-size:12px;
	color:#333;
	padding: 10px;
	text-align:center;
}
