@charset "utf-8";
/* CSS Document */

.roundcont {
	width: 225px;
	background-color: #f90;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


.broundcont {
	width: 960px;
	background-color: #99CCFF;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.Broundtop { 
	background: url(btr.gif) no-repeat top right; 
}

.Broundbottom {
	background: url(bbr.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
