@charset "utf-8";
/* CSS Document */

/* messages */

.error a, .notify a, .message a{
	color:#575757;
}
.error a span, .notify a span, .message a span,
.error a strong, .notify a strong, .message a strong{
	color:#575757;
	border-bottom:1px dotted #575757;
}
.error a, .notify a, .message a{
	color:#575757;
}
.error a:hover span, .notify a:hover span, .message a:hover span,
.error a:hover strong, .notify a:hover strong, .message a:hover strong{
	color:#575757;
	border-bottom:1px solid #575757 !important;
}

.notify a{
	color:#FFE348;
}
.notify a span,
.notify a strong{
	color:#575757;
	border-bottom:1px dotted #575757;
}
.notify a{
	color:#575757;
}
.notify a:hover span,
.notify a:hover strong{
	color:#575757;
	border-bottom:1px solid #575757 !important;
}

.error{
	background:url(../_widgets/message/images/ico-error.png) no-repeat 12px 11px !important;
	border:1px solid #CC0033;
	color:#575757;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0 10px 0;
	padding:10px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
}
.error ul{
	font-size: 13px;
    list-style: none outside none;
    margin: 0 0 0 27px !important;
    padding: 5px !important;
}

.error ul li{
	border:none !important;
	padding:1px 0 1px 0 !important;
	list-style-image:none;
}
/* notifycation */

.notify{
	background:url(../_widgets/message/images/ico-information.png) no-repeat 12px 11px !important;
	border:1px solid #0066ff;
	color:#575757;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0 10px 0;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	padding:5px;
}

.notify ul{
	list-style:circle;
	padding:10px;
	margin:0 0 0 27px;
	list-style:none;
}
.notify ul li{
	font-size:13px;
	font-weight:bold;
	letter-spacing:0px;
	
}


/* message */

.message{
	background:url(../_widgets/message/images/ico-tick.png) no-repeat 12px 11px !important;
	border:1px solid #008610; 
	color:#575757;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0 10px 0;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	padding:5px;
}

.message ul{
	list-style:circle;
	padding:10px;
	margin:0 0 0 27px;
	list-style:none;
}
.message ul li{
	font-size:13px;
	font-weight:bold;
	letter-spacing:0px;
	
}
input.x-error, select.x-error, textarea.x-error{
	border-color:#990000 #E70000 #E70000 #990000 !important;
	border-style:solid !important;
	border-width:2px 1px 1px 2px !important;
}
