#errormsg {
	border: none;
	background: #99FFFF;
	float:right;
	margin:0px 0px 0px 0px;
}

#flashMessage {

}

#flashSuccessMessage {
	width: 450px;
	text-align: center;
	border-color: #9c9;
	border: 0px solid #669900;
	color: #060;
	background: #BEF0A2 url(/img/icon_success.png) left no-repeat;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	position: relative;
}

#flashFailureMessage {
	width: 450px;
	text-align: center;
	border-color: #cc0018;
	border: 0px solid #ed1c24;
	color: #ed1c24;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	background: #f9d3da url(/img/icon_failure.png) left no-repeat;;
	position: relative;
}