.success-alert{
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	padding: 12px;
	text-align: center;
	font-weight: bold;
	font-family: OpenSansRegular;
	display: inline-block;
	margin-bottom:10px;
}
.info-alert{
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
	padding: 12px;
	text-align: center;
	font-weight: bold;
	font-family: OpenSansRegular;
	display: inline-block;
	margin-bottom:10px;
}
.danger-alert{
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	padding: 12px;
	text-align: center;
	font-weight: bold;
	font-family: OpenSansRegular;
	display: inline-block;
	margin-bottom:10px;
}
.warning-alert{
	color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding: 12px;
	text-align: center;
	font-weight: bold;
	font-family: OpenSansRegular;
	display: inline-block;
	margin-bottom:10px;
}
.glyphicon-ok-sign{
	color: #3c763d;
}
.glyphicon-info-sign{
	color: #31708f;
}
.glyphicon-remove-sign{
	color: #a94442;
}
.glyphicon-exclamation-sign{
	color: #8a6d3b;
}