@charset "utf-8";
/* CSS Document */

.roar-body
{
	position:				absolute;
	font:					12px/14px Arial, "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	color:					#F8F9FA;
	text-align:				left;
	z-index:				6000;
}

.roar
{
	position:				absolute;
	width:					300px;
	cursor:					pointer;
}
.roar-bg
{
	position:				absolute;
	z-index:				1000;
	width:					100%;
	height:					100%;
	left:					0;
	top:					0;
	background-color:		#594E41;
	filter:alpha(opacity=90); opacity: 0.9; -moz-opacity:0.9;
	-moz-border-radius:		7px;
	-webkit-border-radius:	7px;
}
.roar-body-ugly .roar
{
	background-color:		#594E41;
}
.roar-body-ugly .roar-bg
{
	display:				none;
}
.roar h3
{
	position:				relative;
	padding:				15px 10px 0;
	margin:					0px;
	border:					0;
	font-size:				13px;
	font-family:			Arial, "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-weight:			bold;
	color:					#F8F9FA;
	z-index:				1002;
	background: 			url(../img/close_off.gif) no-repeat 270px 7px;
}
.roar div.message
{
	position:				relative;
	padding:				10px 10px 15px;
	margin:					0px;
	font-size:				12px;
	color:					#F8F9FA;
	z-index:				1002;
}

.roar div.message .error{
	display: block;
	padding-left: 35px;
	background-image: url(../img/icon_tri_exclam.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
}
.roar div.message .success{
	display: block;
	padding-left: 35px;
	background-image: url(../img/icon_check_circle.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
}
