
body{
 background-color:#ff9900;
 }
.blueRect {
	background-color: #99ff00;
	background-image: url(../images/rounded_green_bg.gif);
	background-repeat: repeat-x repeat-y;
	border: solid 2px #ffffff;
	border-bottom: none;
	color: #000;
	width: 400px;
}
.blueRect .bottom {
	border-bottom: solid 2px #ffffff;
	height: 10px;
}
.blueRect .middle {
	margin: 10px 12px 0px 12px;
}
.blueRect .cn {
	background-image: url(../images/rounded_green_circle.gif);
	background-repeat: no-repeat;
	height: 10px;
	line-height: 10px;
	position: relative;
	width: 10px;
}
.blueRect .tl {
	background-position: top left;
	float: left;
	margin: -2px 0px 0px -2px;
}
.blueRect .tr {
	background-position: top right;
	float: right;
	margin: -2px -2px 0px 0px;
}
.blueRect .bl {
	background-position: bottom left;
	float: left;
	margin: 2px 0px -2px -2px;
}
.blueRect .br {
	background-position: bottom right;
	float: right;
	margin: 2px -2px -2px 0px;
}
