.errorWrapper{
	width:500px;
	height:50px;
	position: fixed;
    right:0px;
	bottom:10px;
	z-index:99;
	display:none;
}

.error{
	background:#FFBABA;
}

.info{
	background:#BDE5F8;
}

.success{
	background:#DFF2BF;
}

.warning{
	background:#FEEFB3;
}

.warning,.error,.info,.success{
	padding:5px;
	font-size:14px;
	font-family:Arial,sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #172983;
	color:rgb(0,0,0);
}

#errorDiv{
	display:block;
	height:50px;
}