/* ajax errors */
#ajax-error {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFD2D2;
	border: 2px solid #7b5856;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
#ajax-error-dragbar {
	text-align:right;
	background-color:#7b5856;
}
#ajax-error-close {
	cursor:pointer;
	margin-right:3px;
}
#ajax-error-log h3:first-child {
	margin-top:0;
}
#ajax-error-log {
	padding:10px;
}
#ajax-saved {
	position:absolute;
	right:0px;
	top:0px;
	background-color: #88D592;
	border: 2px solid #060;
	width:7em;
	height:1.5em;
	text-align:center;
	line-height:1.5em;
}
#ajax-working {
	position:absolute;
	right:0px;
	top:0px;
	background-color: #FC3;
	border: 2px solid #F60;
	width:7em;
	height:1.5em;
	text-align:center;
	line-height:1.5em;
}