/*
	Copyright (c) 2007-2010 JB Interactive Pty. Ltd.
	All Rights Reserved
	http://www.jbinteractive.com.au/
*/

/* Error Plugin CSS */

.errorContainer {	
	position: absolute;
	background: url(/img/layout/error_sprite.png) 0 -49px no-repeat;
	padding-left: 16px;
	height: 33px;
	overflow: hidden;
}

.errorText {
	position: relative;
	font-size: 12px;
	background: url(/img/layout/error_sprite.png) right -16px no-repeat;
	height: inherit;
	line-height: 33px;
	text-shadow: #FFCCCA 1px 1px 1px;
	padding-left: 1px; /* Hides small text overhang */
}

.errorText span {
	padding: 0 17px 0 28px;
	color: #5B110E;
	position: absolute;
	white-space: nowrap;
}

.errorContainer .icon {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -11px;
	background: url(/img/layout/error_sprite.png) no-repeat 0px 0px;
}

/* Error is the default icon */
.errorContainer .icon.error {	}

.errorContainer .icon.accept {
	background: url(/img/layout/error_sprite.png) no-repeat 16px 0px;	
}

.errorContainer .icon.warning {
	background: url(/img/layout/error_sprite.png) no-repeat 32px 0px;	
}

.errorContainer .icon.info {
	background: url(/img/layout/error_sprite.png) no-repeat 48px 0px;	
}
