﻿.AlertImg
{
	background: url('../../Images/SiteDesign/alert_sm.png') no-repeat 2px 2px;
	width: 16px;
	height: 16px;
	padding-left: 20px;
}

.AlertContainer
{
	position: fixed;
	display: none;
	border: 1px solid black;
	background: #89D027 url('../../Images/SiteDesign/alertHeaderBg.gif') repeat-x top left;
	color: #FFFFFF;
	font-weight: bold;
	width: 350px;
	height: 260px;
	right: 5px;
	bottom: 0px;
}

.AlertBtn
{
	cursor: pointer;
	text-decoration: underline;
}