.ui-fus {
	height: 32px;
	position: absolute;
	bottom: 29px;
	z-index: 5;
	display: none;
}

.ui-fus-content {
	position: fixed;
	left: 50%;
	margin-left: -255px;
	text-align: center;
	width: 510px;
	height: 30px;
}

.ui-fus-active {
	background-color: #D9EDF7;
	border: 1px solid #AECBD9;
}

.ui-fus-success {
	background-color: #D9F7E8;
	border: 1px solid #B2E2CA;
}

.ui-fus-error {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}

.ui-fus-warning {
	color: #C09853;
	background-color: #FCF8E3;
	border: 1px solid #FBEED5;
}

.ui-fus-message {
	height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	padding-top: 5px;
}

.ui-fus-message span {
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	font-size: 14px;
}

.ui-fus-message a {
	margin-top: 5px;
	padding-right: 10px;
	font-size: 14px;
}

.ui-fus-spinning-icon {
	width: 10px;
    background: url("/javax.faces.resource/fileuploadstatus/spinning_wheel.gif.xhtml?ln=gfaces") no-repeat;
    background-position: center;
}

.ui-fus-success-icon {
	width: 10px;
    background: url("/javax.faces.resource/fileuploadstatus/success.gif.xhtml?ln=gfaces") no-repeat;
    background-position: center;
}

.ui-fus-warning-icon {
	width: 10px;
    background: url("/javax.faces.resource/fileuploadstatus/warning.gif.xhtml?ln=gfaces") no-repeat;
    background-position: center;
}

.ui-fus-error-icon {
	width: 10px;
    background: url("/javax.faces.resource/fileuploadstatus/error.gif.xhtml?ln=gfaces") no-repeat;
    background-position: center;
}
