/* #$Id: ajax.css,v 1.6 2009/07/29 11:55:27 srinivas Exp $ */

.mcLoaded{ 
display: none; 
}

.mcLoading {
	position:absolute;
	top:95px;
	right:10px;
	text-align:center;
	z-index:1000;
	background:#a50000;     
	font:11px Verdana,Arial;
	color:#FFFFFF;
	line-height:18px;
    padding:0px 10px 0px 10px;
}
.msgTypeBtn {
	border:0px;
	padding:0px 5px 0px 5px;
	background:url(../images/information.gif) no-repeat 5px;
	width:23px;
	line-height: 18px;
}
.successMsg,.failureMsg {
	margin-left:auto;
	margin-right:auto;
	color: #006666;
	width:auto;
}

.successMsg .msgTextDiv,.failureMsg .msgTextDiv{
	padding:0px 5px 0px 5px;
	font: 11px bold Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000000;
	background: #fde581 url(../images/message_bg.gif) repeat-x
	white-space: nowrap;
	text-align:center;
	width:auto;
}


.successMsg .msgTypeBtn {
	border:0px;
	padding:0px 5px 0px 5px;
	background:url(../images/information.gif) no-repeat 5px;
	width:23px;
	line-height: 18px;
}

.failureMsg .msgTypeBtn{
	border:0px;
	padding:0px 5px 0px 5px;
	background: url(../images/error.gif) no-repeat 5px;
	width:23px;
	line-height: 18px;
}

.closeMsg {
	text-align: center;
	cursor: pointer;
	width:20px;
	height:13px;
	padding:0px 0px 0px 4px;
	background: url(../images/box/closeBtn.gif) no-repeat;
	line-height: 18px;
	border:0px;
	width:auto;
}
.gmessage,.operStatus{
	font: 11px bold Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding-left:10px;
	padding-right:10px;
	width:auto;
}
.gmessage table,.operStatus table{
background: #fde581 url(../images/message_bg.gif) repeat-x;
	border: 1px solid #ffae00;
	font: 11px bold Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding-left:10px;
	padding-right:10px;
}
.msgfloat{
    position:absolute;
    top:95px;
	left:40%;
	z-index:98;
}
.sign_msgfloat{
    position:absolute;
    top:105px;
	left:40%;
	z-index:98;
}
#signInMessage{line-height:18px;}
.msginpopup .msgfloat{position:static !important;width:auto !important;}

