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

#cushyboxtitle {
	height: 20px;
	width: 420px;
	margin-left: 22px;
	background-color: #666666;
	color: white;
	border: 1px solid gray;
	border-bottom: none;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}

#cushybox {
	height: 115px;
	width: 410px;
	margin-left: 22px;
	border: 1px solid gray;
	background-color: #E4E4E4;
	overflow: auto;
	padding: 5px;
	font-size: 13px;
}
