#AGEFOErrorBallonTemplate {
	visibility:hidden;
	width:0px;
	heigth:0px
	overflow:hidden;
}

.AGEFOErrorPopup {
	position:absolute;
	left: 0px;
	top:  0px;
	width: auto;
	height: auto;
	display:none;
}
/*
.AGEFOErrorPopupDefaultStyle {
	width: 230px;
	height: 20px;
	line-height:20px;
	background-image:url(leftarrow.gif);
	background-position:2px center;
	background-repeat:no-repeat;
	background-color:white;
	color:#ff0000;
	padding:0 10px 0 20px ;
	border:solid 1px #ff0000;
	font-size: 12px;
	text-align:left;
}
*/

.AGEFOErrorPopupDefaultStyle {
    background: #f210a0 url("leftarrow_02.gif") no-repeat scroll 2px center;
    border: 1px solid #f210a0;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    min-width: 230px;
    padding: 2px 10px 2px 16px;
    text-align: left;
}