/**
	redundant css for homepage error popup. The gif images are not proper. 
**/

.tooltip-box-ie {
	position:relative;
	top:0px;
	margin:0px;
	padding:0px;
	clear:both;
	z-index:1900000000;
	display:none;
}
.tooltip-box-ie .lefttopbg-ie {
	background: transparent url(../images/tooltip-top-left1.gif) no-repeat;
	background-position: bottom;
	height:45px;
	width:19px;
}
.tooltip-box-ie .righttopbg-ie {
	background: transparent url(../images/tooltip-top-right1.gif) no-repeat;
	background-position: bottom;
	height:45px;
	width:19px;
}
.tooltip-box-ie .topmiddlebg-ie {
	background: transparent url(../images/tooltip-top-bg1.gif) ;
	background-repeat: repeat-x;
	background-position: bottom;
	height:45px;
	margin-left:57px;
}
.tooltip-box-ie .topmiddlebg-ie a{
	font-size:10px;
	color:#ff5e0f;
	text-decoration:underline;	
}
.tooltip-box-ie .leftbg-ie {
	background: transparent url(../images/tooltip-left1.gif) no-repeat;
	background-position: top;
	width:19px;
}
.tooltip-box-ie .rightbg-ie {
	background: transparent url(../images/tooltip-right1.gif) no-repeat;
	background-position: top;
	width:19px;
}

.tooltip-box-ie .middlebg2-ie {
	background: transparent url(../images/tooltip-middle-bg.png);
	background-position:right top;
	background-repeat:no-repeat;
}
.tooltip-box-ie .middlebg2-ie .heading {
	font-family:arial;
	font-size:20pt;
	font-weight:bold;
	color:#756761;
	text-align:center;
	line-height:20px;
	padding:20px 20px 0px 20px;
}
.tooltip-box-ie .middlebg2-ie .txt {
	font-family:arial;
	font-size:13pt;
	font-weight:bold;
	color:#756761;
	text-align:center;
	line-height:30px;
	padding:0px 20px 20px 20px;
	margin:0px;
}
.tooltip-box-ie .leftbottompbg-ie {
	background: transparent url(../images/tooltip-bottom-left1.gif) no-repeat;
	background-position: bottom;
	height:19px;
	width:19px;
}
.tooltip-box-ie .rightbottombg-ie {
	background: transparent url(../images/tooltip-bottom-right1.gif) no-repeat;
	background-position: bottom;
	height:19px;
	width:19px;
}
.tooltip-box-ie .bottommiddlebg-ie {
	background: transparent url(../images/tooltip-bottom-bg1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height:19px;
}
.tooltip-box-ie .gobutton-ie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #ffffff;
	background: transparent url(../images/pop-up-go-button.png);
	background-repeat: no-repeat;
	text-align: center;
	cursor:hand;
	width:70px;
	height:38px;
	border:0px;
	margin:10px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	line-height:38px;
	vertical-align:middle;
}

.tooltip-box-ie .lefttopbg-ie2 {
	background: transparent url(../images/tooltip-top-left.png) no-repeat;
	background-position: bottom;
	height:19px;
	width:19px;
}
.tooltip-box-ie .righttopbg-ie2 {
	background: transparent url(../images/tooltip-top-right.png) no-repeat;
	background-position: bottom;
	height:19px;
	width:19px;
}
.tooltip-box-ie #popupMessageText a {
	color:#ff5e0f;
	text-decoration:underline;
	font-size:16px;
}
