.responseContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 20;
	color: white;
	font-weight: bold;
	font-size: 14px;
	opacity: 0.95;
	filter: alpha(opacity=95);
}
.responseContainer div {
	padding: 10px;
	margin: 1px 1px 10px 1px;
	border: 2px solid black;
	text-align: left;
	position: relative;
}
.responseContainer div.pos {
	background-color: green;
}
.responseContainer div.neg {
	background-color: red;
}
.responseContainer div.throbber {
	padding-left: 40px;
	background: navy url(/images/misc/throbber.gif) no-repeat 11px 11px;
}
.responseContainer div div.closeX {
	cursor: pointer;
	width: 20px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	border: none;
	background: transparent url(/images/icons/white_closeX.png) center center no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}
.responseContainer a {
	color: #FFA;
}
.noscript.responseContainer {
		position: relative;
}