/*message*/.success_messages {	background: #CCFF99 url(../../../themes/images/icons/accept.gif) center no-repeat;	background-position: 15px 50%; 	text-align: left;	padding: 5px 20px 5px 45px;	border-top: 2px solid #33FF00;	border-bottom: 2px solid #33FF00;	margin:10px 0 10px 0;}		.warning_messages {	background: #fff6bf url(../../../themes/images/icons/exclamation.png) center no-repeat;	background-position: 15px 50%; 	text-align: left;	padding: 5px 20px 5px 45px;	border-top: 2px solid #ffd324;	border-bottom: 2px solid #ffd324;	margin:10px 0 10px 0;}	.info_messages {	background: #F8FAFC url(../../../themes/images/icons/information.png) center no-repeat;	background-position: 15px 50%;	text-align: left;	padding: 5px 20px 5px 45px;	border-top: 2px solid #B5D4FE;	border-bottom: 2px solid #B5D4FE;	margin:10px 0 10px 0;}.error_messages {	background: #FFBFBF url(../../../themes/images/icons/error.png) center no-repeat;	background-position: 15px 50%;	text-align: left;	padding: 5px 20px 5px 45px;	border-top: 2px solid #FF2424;	border-bottom: 2px solid #FF2424;	margin:10px 0 10px 0;}.error_individual_message  p{	font-size : 0.9em;	background: #FFBFBF url(../../../themes/images/icons/error.png) center no-repeat;	background-position: 15px 50%;	text-align: left;	border-top: 2px solid #FF2424;	border-bottom: 2px solid #FF2424;	margin:5px 5px 5px 0;	padding: 5px 10px 5px 45px;} .error_msg_available{	line-height:25px;	height:25px;	margin:-10px 0 20px;	padding-left:30px;	background-position: 10px;	background-repeat: no-repeat;	background-image:url('../../images/shared/close_delete15.png');	color:#FF4000;} .success_msg_available{	line-height:25px;	height:25px;	margin:-10px 0 20px;	padding-left:30px;	background-position: 10px;	background-repeat: no-repeat;	background-image:url('../../images/shared/check15.png');	color:#088A29;}.loader_img{	margin-left:20px;}