.box {
	width:100%;
	margin:0px;
	padding:0px;
}
.box .ctnt {
	margin:2px;
	background-color:#bcd;
	border:1px solid #abc;
}
.box .ctnt .top, .box .ctnt .mid, .box .ctnt .end  { padding:3px; margin:0px; }

.box .ctnt .top {
	font-size: 1.2em;
	font-weight: bold;
}
.box .ctnt .top  .close{
	float:right;
}
.box .ctnt .top  .close img{
	width:.8em;
	height:.8em;
}
.box .ctnt .mid {
	background: #fff;
}
.box .end {
	margin:0px;
}
