section.ronyd_alertcl {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #5C6161;
	line-height: 23px;
	-webkit-font-smoothing: subpixel-antialiased;
}
section.ronyd_alertcl .alert {
	border: 1px solid rgba(0, 0, 0, 0);
	border-top-width: 3px;
	border-top-color: #CF9700;
	padding: 18px 15px;
	margin-bottom: 20px;
	border-radius: 4px;
}
section.ronyd_alertcl .alert-success {
	color: #468847;
	border-color: #D6E9C6;
	border-top-color: #468847;
	background-color: #DFF0D8;
}
section.ronyd_alertcl .alert-danger {
	background-color: #F2DEDE;
	border-color: #EED3D7;
	color: #B94A48;
	border-top-color: #B94A48;
}
section.ronyd_alertcl .alert-warning {
	color: #C09853;
	background-color: #FCF8E3;
	border-color: #FBEED5;
	border-top-color: #CF9700;
}
section.ronyd_alertcl .alert-info {
	color: #3A87AD;
	border-color: #BCE8F1;
	border-top-color: #3A87AD;
	background-color: #D9EDF7;
}
section.ronyd_alertcl a.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000 !important;
	text-shadow: 0 1px 0 #FFF;
	opacity: 0.2;
	filter: alpha(opacity=20);
	text-decoration:none;
}
section.ronyd_alertcl a.close:hover{text-decoration:none !important}

section.ronyd_alertcl p{margin:0 !important}

section.ronyd_alertcl .alert h4{padding-top: 0px !important; padding-left: 24px !important; margin-top: 0 !important; font-size: 18px !important;}

section.ronyd_alertcl .alert-warning h4 {
	color: #CF9700 !important;
	background:url(images/warning.png) no-repeat;
}
section.ronyd_alertcl .alert-success h4 {
	color: #468847 !important;
	background:url(images/success.png) no-repeat;
}
section.ronyd_alertcl .alert-danger h4 {
	color: #B94A48 !important;
	background:url(images/error.png) no-repeat;
}
section.ronyd_alertcl .alert-info h4 {
	color: #3A87AD !important;
	background:url(images/info.png) no-repeat;
}