/* showMessage styles */
#showMessage {
	display: none;
	left: 0;
	width: 100%;
	margin: 0;
	color:#FFFFFF;
}

span.messageNav {
	float: right;
	padding-right: 1em;
	font-weight: bold;
	font-size: small;
}

.stateHolder {
	margin: 10px auto;
    width: 90%;
}

#showMessage ul {
	margin-left: 0;
	padding-left: 0;
}

#showMessage li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
.info,.success,.fail,.alert {
	font-family: Arial, Helvetica, clean, sans-serif;
	color:White;
}
.info {
	background-color: #00A6FC;
}
.success {
	background-color: #7FAE00;
}
.fail {
	background-color: #C00000;
}
.alert{
	background-color: #F68B01;
	color: white;
}
