
/*---------------------------------------------------------CSS for message popup start---------------------------------------------------------------------*/
#mainDiv {
	width:420px;
	height:auto;
	padding:8px;
	position:absolute !important;
	z-index:99999999;
}
#innerDiv {
	width:400px;
	height:auto;
	padding:8px;
	background:rgba(43,80,124,.3);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	position:fixed !important;
	z-index:99999999;
}
#heading {
	width:380px;
	padding: 8px 10px 8px 10px;
	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#fff;	
	cursor:move;
	background-color: #242424;
background-image: url('../images/middle.png');
background-position: 50% top;
background-repeat: repeat-x;
}
#contentImg 
{
    float:left;
	width:35px;
	height:auto;
	background:#fcfcfc;
	padding: 10px 10px 10px 10px;
}
#content 
{
    float:left;
	width:297px;
	height:auto;
	background:#fcfcfc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: left;
	padding: 10px 10px 10px 10px;
}
#contentAll 
{
    float:left;
	height:auto;
	padding: 0px 10px 25px 10px;
	background:#fcfcfc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-align: left;
	margin:0px;
	border:2px solid #242424;
}
#footer 
{
	height:50px;
	background:#fcfcfc;	
	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
	margin:0px;
	padding:0px;
}
.footer1 
{
	height:50px;
	background:#fcfcfc;
	border-radius:0px 0px 4px 4px;
	margin: 0px;
	padding:0px;
	text-align:right;
}
.btnYes
 {
      background-image: url('../images/yes.png');
      background-repeat:no-repeat;
      background-position:0px 0px;
      border : 0px;
      font-size: 0px;
      width:74px;
      height:26px;
      color:White;
      cursor : hand;
      cursor: pointer;
      vertical-align:top;
      background-color:transparent;
 }
 .btnYes:hover
 {
      background-position:-74px 0px;
 }
 .btnNo
 {
      background-image: url('../images/no.png');
      background-repeat:no-repeat;
      background-position:0px 0px;
      border : 0px;
      font-size: 0px;
      width:74px;
      height:26px;
      color:White;
      cursor : hand;
      cursor: pointer;
      vertical-align:top;
      background-color:transparent;
 }
 .btnNo:hover
 {
      background-position:-74px 0px;
 }
 .btnOk
 {
      background-image: url('../images/ok.png');
      background-repeat:no-repeat;
      background-position:0px 0px;
      border : 0px;
      font-size: 0px;
      width:74px;
      height:26px;
      color:White;
      cursor : hand;
      cursor: pointer;
      vertical-align:top;
      background-color:transparent;
 }
 .btnNo:hover
 {
      background-position:-74px 0px;
 }
/*---------------------------------------------------------CSS for message popup end---------------------------------------------------------------------*/

/*---------------------------------------------------------CSS for general popup start---------------------------------------------------------------------*/
.mainPopupDiv {
	width:auto;
	height:auto;
	padding:8px;
	position:absolute !important;
	z-index:99999999;
}
.innerPopupDiv {
	width:auto;
	height:auto;
	padding:8px;
	background:rgba(43,80,124,.3);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	position:fixed !important;
	z-index:99999999;
	text-align:center;
}
.Popupheading {
	width:auto;
	padding: 8px 10px 8px 10px;
	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#fff;	
	cursor:move;
	background-color: #242424;
background-image: url('../images/middle.png');
background-position: 50% top;
background-repeat: repeat-x;
}
.Popupcontent 
{
    float:left;
	width:auto;
	height:auto;
	background:#fcfcfc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: left;
	padding: 10px 10px 10px 10px;
	border:2px solid #242424;
}
.divPopupClose
{
	background-image: url(../images/close.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
	position: absolute;
	right: -17px;
	top: -8px;
	cursor: pointer;
}
/*---------------------------------------------------------CSS for general popup start---------------------------------------------------------------------*/