.remo-zoom-in
{
	cursor:					-moz-zoom-in;
}

.remo-box
{
	position:				absolute;
	top:					0;
	left:					0;
	background:				#fff no-repeat center;
	z-index:				41;
}
.remo-loading
{
	background-image:		url(img/spinner.gif);
}
.remo-content
{
	width:					100%;
	height:					100%;
}
.remo-box-focus .remo-content
{
	cursor:					-moz-zoom-out;
}
.remo-box-dragging .remo-content
{
	cursor:					move;
}

.remo-btn-close
{
	position:				absolute;
	left:					0px;
	top:					0px;
	width:					35px;
	height:					15px;
	text-decoration:		none;
	border:					0;
	background:				url(img/closebox.png) no-repeat top left;
	visibility:				hidden;
	cursor:					pointer;
}

.remo-title-wrap
{
	position:				absolute;
	left:					0;
	bottom:					0px;
	overflow:				hidden;
	text-align:				left;
	width: 					100%;
	height:					auto;
}

.remo-title
{
	position:				relative;
	font-family: 			"Times New Roman", Times, serif;
	font-size: 				12px;
}

.remo-title-txt
{
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size: 				12px!important;
	position: 				relative;
	color:					#333333;
	z-index:				101;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
}

.remo-title-bg
{
	position:				absolute;
	width:					100%;
	background-color:		#FFFFFF;
	z-index:				99;
	height: 				60px;
}


.remo-img
{
	display:				block;
	width:					100%;
	height:					100%;
}

.remo-bg
{
	position:				absolute;
	width:					35px;
	height:					15px;
}


.remo-bg-n
{
	left:					0;
	top:					-1px;
	width:					100%;
	background-image: url(img/white.gif);
	background-repeat: repeat-x;
}