@charset "utf-8";

@import url("../packages/default/css/import.css");

.burret {
	border-left-style: solid;
	border-left-color: firebrick;
	border-left-width: 20px;
	padding-left: 3px;
	font-weight: bold;

	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color:firebrick;

}

.inframe
      {
         border: solid 0px #808080;
         width: 420px;
         height: 440px;
         padding: 0.5em;
         overflow: auto;
      }
