#bubble_tooltip{
	width:200px;
	position:absolute;
	display:none;
	text-align:left;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/tooltip/bubble_top_new.gif');
	background-repeat:no-repeat;
	height:15px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/tooltip/bubble_middle_new.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:left;
	
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/tooltip/bubble_bottom_new.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}






#bubble_tooltip_mid{
	width:200px;
	position:absolute;
	display:none;
	text-align:left;
	z-index:1001;
}
#bubble_tooltip_mid .bubble_top{
	background-image: url('../images/tooltip/bubble_top_new.gif');
	background-repeat:no-repeat;
	height:15px;	
}
#bubble_tooltip_mid .bubble_middle{
	background-image: url('../images/tooltip/bubble_middle_new.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip_mid .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:left;
	
}
#bubble_tooltip_mid .bubble_bottom{
	background-image: url('../images/tooltip/bubble_bottom_new.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}
















#bubble_tooltip_right{
	width:200px;
	position:absolute;
	display:none;
	text-align:left;
}
#bubble_tooltip_right .bubble_top{
	background-image: url('../images/tooltip/bubble_top_new.gif');
	background-repeat:no-repeat;
	height:15px;	
}
#bubble_tooltip_right .bubble_middle{
	background-image: url('../images/tooltip/bubble_middle_new.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip_right .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:left;
	
}
#bubble_tooltip_right .bubble_bottom{
	background-image: url('../images/tooltip/bubble_bottom_new.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}







#error_m
{ border:2px solid #FC1C1C;
background-color:#FFBFBF;
padding:2px 2px 2px 2px;
text-transform:capitalize;
color:#000000;
}

#error_m a{
text-decoration:underline;
color:#000000;
}
#error_m a:hover{
text-decoration:none;
color:#000000;
}

#success_m
{
border:2px solid #003F03;
background-color:#B5DFB7;
padding:2px 2px 2px 2px;
text-transform:capitalize;
color:#000000;
}
