
.rerror-body
{
	position:				absolute;
	color:					#fff;
	text-align:				left;
	z-index:				999;
}

.rerror
{
	position:				absolute;
	width:					300px;
	cursor:					pointer;
}
.rerror-bg
{
	position:				absolute;
	z-index:				1000;
	width:					100%;
	height:					100%;
	left:					0;
	top:					0;
	background-color:		#b82062;
	-moz-border-radius:		10px;
	-webkit-border-radius:	5px;
	-webkit-box-shadow:		0 0 5px rgba(0, 0, 0, 0.5);
}
.rerror-body-ugly .rerror
{
	background-color:		#b82062;
}
.rerror-body-ugly .rerror-bg
{
	display:				none;
}
.rerror h3
{
	position:				relative;
	padding:				15px 10px 0;
	margin:					0;
	border:					0;
	font-size:				15px;
	color:					#fff;
	z-index:				1002;
}
.rerror p
{
	position:				relative;
	padding:				10px 10px 15px;
	margin:					0;
	font-size:				12px;
	color:					#fff;
	z-index:				1002;
}




.rnotice-body
{
	position:				absolute;
	color:					#fff;
	text-align:				left;
	z-index:				999;
}

.rnotice
{
	position:				absolute;
	width:					300px;
	cursor:					pointer;
}
.rnotice-bg
{
	position:				absolute;
	z-index:				1000;
	width:					100%;
	height:					100%;
	left:					0;
	top:					0;
	background-color:		#000;
	-moz-border-radius:		10px;
	-webkit-border-radius:	5px;
	-webkit-box-shadow:		0 0 5px rgba(0, 0, 0, 0.5);
}
.rnotice-body-ugly .rnotice
{
	background-color:		#000;
}
.rnotice-body-ugly .rnotice-bg
{
	display:				none;
}
.rnotice h3
{
	position:				relative;
	padding:				15px 10px 0;
	margin:					0;
	border:					0;
	font-size:				15px;
	color:					#fff;
	z-index:				1002;
}
.rnotice p
{
	position:				relative;
	padding:				10px 10px 15px;
	margin:					0;
	font-size:				12px;
	color:					#fff;
	z-index:				1002;
}