/*--------------------------------------------------------------

PUT YOUR CUSTOM STYLES BELOW

----------------------------------------------------------------*/

/* ALERT MESSAGE */

.site-message.active { 
	background-color:#FF7900; 
	color:#222; 
	border-bottom: 5px solid #BF5F16; 
} 

.site-message.active div p, .site-message.active a { 
	font-size:inherit; 
	font-weight:bold; 
} 

.site-message.active a { 
	font-size:18px; 
	font-weight:bold; 
	text-decoration:none; 
	background-color:#FF7900; 
	color:#222; 
	border-bottom:solid 1px #222; 
} 

.site-message.active a:hover { 
	font-size:18px; 
	font-weight:bold; 
	text-decoration:none; 
	background-color:#FF7900; 
	color:#222; 
	border-bottom:solid 4px #222;
}

