.sample {
	background-color: #df4030;
	width: 250px;
	float: left;
	margin-left: 50px;
	}

	.boxTop {
		background: url(../images/boxt.gif) repeat-x;
		font-size: 0px;
		line-height: 0px;
		}

	.boxMid {
		border: 1px solid #8D98A8;
		display:block;
		border-top: none;
		border-bottom: none;
		}
		
		.boxContent {
			overflow:auto;
			padding: 10px;
			height: 300px;
			}

	.boxBottom {
		background: url(../images/boxb.gif) repeat-x;
		font-size: 0px;
		line-height: 0px;
		}