.roar-body
{
	position: absolute;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	z-index: 999;
}

.roar
{
	position: absolute;
	width: 300px;
	cursor: pointer;
	border: 3px solid Gray;
}
.roar-bg
{
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: Gray;
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.roar-body-ugly .roar
{
	background-color:		#000;
}
.roar-body-ugly .roar-bg
{
	display:				none;
}
.roar h3
{
	position: relative;
	padding: 10px 10px 0;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: Orange;
	z-index: 1002;
	border-bottom: 2px none Black;
}
.roar p
{
	position: relative;
	padding: 10px 10px 15px;
	margin: 0;
	font-size: 12px;
	color: #fff;
	z-index: 1002;
}
