@charset "utf-8";
/* CSS Document */

/*Don't Forget To Reset*/
hr{
	border-top:1px solid #CCC;
	margin:10px 0 10px 0;
}
strong{font-weight:bold;}
/*Start Body Editing*/

.bswrap {
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
}
.balao {
	border: 2px solid #979797;
	padding: 2px;
	font-weight: bold;
	background: #1F1F1F;
	color:#C89646;
}