
/*	
	======================================================================

	stylesheets/public/messages.css

	======================================================================
	Linda Werner & Associates PHP Library Component
	Copyright 2017 Linda Werner & Associates
	======================================================================
*/

	#messages {

		position: absolute;
		width: 100%;
		top: 147px;
	}
	
	.messages_2022 {

		margin: 0 auto;
		left: 25%;
		width: 50%;
		padding: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	    background-color: #FF005A;
	}
	
	.message_text {
	
		margin: 5px 0;
		color: white;
		text-align: center;
	}

