.box{ 
	width		: 400px;
	border		: 1px solid #ccc;
}
.box .boxclose{
	height		: 20px;
}
.box h2{
	text-align	: center;
	padding		: 10px 5px 10px 5px;
	margin		: 0 0 0 0;
    font		: 12px Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-style	: normal;
    font-variant: normal;
	font-weight	: bold;
} 
