
/* ローディングマーク */

.mosaLoading {
	/*display      : none;*/
	position     : absolute;
	height       : 38px;
	background   : rgba(255,255,255,1);
	border       : 1px solid #00acc3b8;
	border-radius: 6px;
	z-index      : 2147483647;
}

.mosaLoadingMark {
	position  : relative;
	float     : left;
	top       : 5px;
	left      : 5px;
    width     : 30px;
	height    : 30px;
	background: rgba(255,255,255,1.0) url(/biz/mosa.plugin/mosa.loading/images/indicator.gif) no-repeat center center;
	color     : #666;
}

.mosaLoadingText {
	position   : relative;
	float      : left;
	/*margin  : 13px 0px 0px 10px;*/
	line-height: 39px;
	margin-left: 7px;
	color      : #666;
	font-size  : 140%;
}

.mosaLoadingMini {
	display      : none;
	position     : fixed;
	background   : rgba(255,255,255,1) url(/biz/mosa.plugin/mosa.loading/images/indicator.gif) no-repeat center center;
	border       : solid 1px #ddd;
	top          : 50%;
	left         : 50%;
	width        : 30px;
	height       : 30px;
	z-index      : 2147483647;
	border-radius: 6px;
}

.mosaLoadingMini img {
	position   : relative;
	float      : left;
	margin-top :  5px;
	margin-left:  5px;
    width      : 30px;
	height     : 30px;
}