.box {
	position:relative;
	width:500px;
	height:auto;
	padding:.5em;
	font-size:1.5em;
	color:#fffffc;
	background:#ff0000;
	border-top:10px solid #ff0000;
	border-bottom:10px solid #ff0000;
	border-left:10px solid #ff0000;
	border-right:10px solid #ff0000;
	text-align:center;
}

.tl, .tr, .dl, .dr {
	position:absolute;
}

.tl, .tr {
	top:-10px;
}

.dl, .dr {
	bottom:-10px;
}

.tl {
	left:-10px;
	background:url('red.gif') left top no-repeat #ffffcf;
}

.tr {
	right:-10px;
	background:url('red.gif') right top no-repeat #ffffcf;
}

.dl {
	left:-10px;
	background:url('red.gif') left bottom no-repeat #ffffcf;
}

.dr {
	right:-10px;
	background:url('red.gif') right bottom no-repeat #ffffcf;
}

.tl, .tr, .dl, .dr {
	width:10px;
	height:10px;
	font-size:0px;
}
