/* Start of CMSMS style sheet 'MUNOLRoundBox' */
/**********************
  --ROUNDEDBOX:START-- 
 **********************/
.roundbox {
	margin: 0 3px;
	color:#66625D;
	border: 1px solid #000140;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.roundhead {
	padding: 5px 10px 5px 10px;
	font: bold 1.5em Tahoma,sans-serif;
	background: #F0E7DA;
	border-bottom: 1px solid #000140;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
}
.roundcontent {
	padding:5px 10px 5px 10px;
	font: normal 1.2em/1.4em Tahoma,sans-serif;
	background: #fff;
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
}
.roundcontent a { color: #7980FF; }
.roundbox.copyright {
	margin: 10px 2px 0px 9px;
	padding: 3px;
	width:76px;
	text-align: center;
	border: 1px solid #fff;
	background: #000140;
}
.roundbox.copyright a {
	font: normal .9em Tahoma,sans-serif !important;
	color: #7980FF !important;
}
.roundbox.copyright a:hover {
	text-decoration: underline;
	color: white !important;
}
.roundbox fieldset {
	font: normal 1.2em/1.5em Tahoma, sans-serif;
	border: none;
}
.roundbox fieldset label {
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 3px;
	display: block;
	background: #F0E7DA;
	color: #000140;
}
/* --ROUNDEDBOX:END-- */
/* End of 'MUNOLRoundBox' */

