img,img:visited {
	border: 0px;
	behavior: url("../include/iepngfix.htc");
}

.roundedBox {
}
.roundedBox .hd {
	background: url("../images/topleft.gif") left top no-repeat;
	height: 10px;
	/*line-height: 8px; 
	font-size: 12px;*/
	line-height: 0px; 
	font-size: 0px;
}
.roundedBox .hd .c {
	float: right;
	background: url("../images/topright.gif") right top no-repeat;
	width: 10px;
	height: 10px;
}
.roundedBox .bd {
	background: url("../images/middleleft.gif") left top repeat-y #FFF;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #e0e0e0;
	}
.roundedBox .bd .c {
	position: relative;
	float: right;
	width: 11px;
	background: url("../images/middleright.gif") right top repeat-y;
	}
.roundedBox .ft {
	height: 10px;
	background: url("../images/bottomleft.gif") left top no-repeat;
	font-size: 0px;
	line-height: 0px;
	}
.roundedBox .ft .c {
	float: right;
	background: url("../images/bottomright.gif") right top no-repeat;
	width: 10px;
	height: 10px;
	}