div#NetAlert-Content {
	width			: 350px;
	background		: #dfdfdf;
	color			: #555555;
	position		: fixed !important;
	position		: absolute;
	z-index			: 999999999;
	left			: 0px;
	top				: 0px;
	border			: 1px solid #b7b7b7;
	display			: none;
}
div#NetAlert-Title {
	padding			: 5px;
	color			: #FFF;
	font-weight		: bold;
	background		: url(../images/NetAlert/title-bg.gif) repeat-x;
	cursor			: move;
}
div#NetAlert-Message {
	padding			: 5px;
	padding-top		: 10px;
}
div.NetAlert-button {
	width			: 85px;
	padding			: 5px;
	background		: url(../images/NetAlert/button-bg.gif) repeat-x;
	text-align		: center;
	cursor			: pointer;
	float			: right;
	margin-top		: 10px;
	margin-bottom	: 5px;
	margin-left		: 5px;
}
