#basictext,.basictext {
	}
#errortext,.errortext {
	background-color:#FFFFdd!important;
	}	
#errortext label span,.errortext label span {
	font-weight: bold;
	}
#errorbox {
	display:block;
	/*background:#fff8f8;
	border:solid 1px #ffdddd;
	padding:8px;*/
	margin-bottom:15px;
	}
#errorbox li {
	list-style:none!important;
	color:#cc0000;
	padding-bottom:10px;
	line-height:1.5em;
	padding-right:10px;
	}
#errorbox .yellow li {
	color:#888877;
	}
#errorbox ul {
	padding:0 0 0 10px;
	}
#errorbox .red,#errorbox .yellow,#errorbox .green {
	padding:10px;
	display:block;
	position:relative;
	left:-10px;
	}
#errorbox .red {
	color:#aa0000;
	background:url(/images/light-fade_red.gif) repeat-x #ffeded;
	border:1px solid #ffd8d8;
	}
#errorbox .yellow {
	color:#888877;
	background:url(/images/light-fade_yellow.gif) repeat-x #ffffed;
	border:1px solid #eeeebb;
	}
#errorbox .green {
	color:#008800;
	background:url(/images/light-fade_green.gif) repeat-x #edffed;
	border:1px solid #d8ffd8;
	}
#errorbox .red strong,#errorbox .yellow strong,#errorbox .green strong {
	font-size:1.25em;
	margin-bottom:5px;
	display:block;
	}
.yui-content .errortext {background:#ffe8e8!important;}
