@charset "utf-8";
/* CSS Document */

.roundcont {
	width: 100%;
	background-color: #C8D0EA;
	height: 100%;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop {
	background-image: url(../images/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
}

.roundbottom {
	background-image: url(../images/br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
