@charset "utf-8";
/* CSS Document */
.roundcont {

	width:300;
	height:auto;
	background-color: #FFFFFF;
	/* background-color: #f90;*/
	color: #003333;;
	border:1px solid #FF9900; 
	


}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(img/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(img/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}



