#feedback_wrapper{
    width:100%;
    height:0px;
}

#box_feedback{
    border-radius: 8px 8px 8px 8px;
    padding: 20px 45px 20px 75px;
    width:225px;
    position:relative;
    z-index:99999;
    margin:0px auto;
	top:-25px;
}

.success{
    background: url("../../../../resources/img/icons/feedback/success.png") no-repeat 20px center #EBFAB6;
    border: 1px solid #BBCC5B;
    color: #599847;
}


.error{
    background: url("../../../../resources/img/icons/feedback/error.png") no-repeat 20px center #FDD2D1;
    border: 1px solid #F6988F;
    color: #883333;
}

.alert{
    background: url("../../../../resources/img/icons/feedback/alert.png") no-repeat 20px center #FBDD96;
    border: 1px solid #E5AF51;
    color: #CA6B1C;
}

.notice{
    background: url("../../../../resources/img/icons/feedback/notice.png") no-repeat 20px center #fff4c4;
    border: 1px solid #e5b2ac;
    color: #9f6722;
}

.info{
    background: url("../../../../resources/img/icons/feedback/info.png") no-repeat 20px center #E6EBF0;
    border: 1px solid #89BECD;
    color: #277DCE;
}


.eti{
   position:relative;
	z-index:99999;
    margin-left:5px;
    margin-top:2px;	
} /* IE7 */


*|html div.eti{
	position:absolute;
	z-index:99999;
    margin-left:5px;
    margin-top:2px;	
} /* other browsers */

.eti span.inner_msg{
    background:none;
    padding:2px 10px;
    border-radius:4px;
    border:none;
    background-color: #cc3333;
    color:#ffffff;
    font-size:11px;
    text-shadow:1px 1px 1px #000;
    margin:0px;
}

.eti div.inner_arrow{
    position:absolute;
    top:-10px;
    z-index:99999;    
    width:20px;
    height:10px;
    display:block;
    padding:0px;
    margin: 0px 0px 0px 10px;
    background: url("../../../../resources/img/icons/feedback/arrow.png") no-repeat 0px 0px transparent;
}

/* FEEDBACK */

#trobbler{
    clear:both;
	border:1px solid #E8DF81;
	background-color:#F7F2B9;
	padding:10px;
	text-align:left;
	display:table;
    margin: -15px auto 15px auto;
}

#trobbler img{
	float:left;
	margin: 0px 20px 0px 20px;
}

#trobbler #loading_message {
	line-height:30px;
    float:left;
}
