/* CSS Document */

.roundcont {
	width: 100%;
	background-color: #DCE8F0;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop {
	background-image: url(images/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.roundbottom {
	background-image: url(images/br.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

