﻿@charset "utf-8";

.relative{position: relative;}
.QuickAlert_Main{
	height: 22px; line-height: 22px; margin: 0;padding: 0;position: absolute; top: 5px; right: 10px; border: 1px solid #339999; background-color: #FFFFCC; font-size: 12px;overflow: visible;
}
.QuickAlert_Main .loading{
	padding: 0px 10px 2px 25px;
	height: 100%;
	color: green;
	background: url("../../../images/tree/indicator.gif") no-repeat 3px 3px;
}
.QuickAlert_Main .status_ok{
	padding: 0px 10px 2px 25px;
	height: 100%;
	color: green;
	background: url("../../../images/tree/status_ok.gif") no-repeat 3px 3px;
}
.QuickAlert_Main .status_error{
	padding: 0px 10px 2px 25px;
	height: 100%;
	color: red;
	background: url("../../../images/tree/status_error.gif") no-repeat 3px 3px;
}