/**
 * ALERTS
 */
 
#alert {
	font-size: 11px;
	font-weight: 600;
	text-align:center;
	margin: 0px 0px 10px 0px;
}

#alert a {
	color: #000000;
}
 
.Error{
	font-family: Tahoma, Verdana, Geneva, Arial;
	font-size: 11px;
	font-weight: 600;
	text-align:center;
	padding: 5px 5px 5px 5px;
	background-color: #FFBCCF;
	color: #dd0000;
	border: 1px solid #dd0000;
	}

.Notice{
	font-family: Tahoma, Verdana, Geneva, Arial;
	background-color: #FFF5BB;
	font-size: 11px;
	font-weight: 600;
	text-align:center;
	padding: 5px 5px 5px 5px;
	color: #FF9C00;
	border: 1px solid #FF9C00;}

.Sucess{
	font-family: Tahoma, Verdana, Geneva, Arial;
	font-size: 11px;
	font-weight: 600;
	text-align:center;
	padding: 5px 5px 5px 5px;
	background-color: #93C6FF;
	color: #0000FF;
	border: 1px solid #0000FF;}
