@charset "utf-8";

/*********************************************************/
.LogRegContent {
	float: left;
	width: 310px;
	padding: 20px;
	color: #333333;
}
.LogRegTitle {
	width: 280px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	background: #CCCCCC;
	font-weight: bold;
}
.LogRegAct {
	width: 278px;
	padding: 15px;
	border: 1px solid #CCCCCC;
	color: #333333;
}
.LogRegAct div {
	width: 258px;
	height: 30px;
	line-height: 30px;
	margin: 3px 0;
	padding-right: 20px;
	text-align: center;
}
.LogRegAct span {
	color: #CC0000;
}
.LogRegAct span.Ine {
	visibility: hidden;
}


/*********************************************************/
#LogRes {
	display: none;
	z-index: 101;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	overflow: visible;
}
#Overlay {
	z-index: 102;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #000000;
	cursor: pointer;
}
#ResIFrame {
	width: 100%;
	height: 0;
	border: none;
	background: #000000;
}
#Spanner {
	z-index: 110;
	position: absolute;
	left: 50%;
	top: 10%;
	width: 500px;
	height: 300px;
	margin: 100px 0 0 -250px;
	background: url(/nepal/images/order/spinner.gif) no-repeat center;
}
#ReStr {
	width: 500px;
	height: 72px;
	line-height: 24px;
	margin-top: 204px;
	color: #FFFFFF;
	text-align: center;
}
#ReStr strong {
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}
#CoStr {
	visibility: hidden;
	width: 500px;
	height: 24px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}