﻿
#spnBrowserCheck {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index:99;
	height: auto;
	background: #ffffe1 url('../App_Images/BrowserCheck/warning.png') no-repeat 0 0;
	border-bottom: 1px solid #999999;
	font-size: 13px;
	visibility: hidden;
	color: #000;
	display:none;
}

#spnBrowserCheck p.msg {
	margin: 0px 70px 0px 25px;
	padding: 0px;
	z-index:100;
	color:#000;
	float:left;
}

#spnBrowserCheck div.close {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #000;
	cursor: pointer;
	background: url('../App_Images/BrowserCheck/close.png') no-repeat 0 0;

}

#spnBrowserCheck img {
	vertical-align: middle;
	border:none;
}

#spnBrowserCheck p.msg  a:link, #spnBrowserCheck p.msg  a:visited {
	text-decoration: none;
	color:#000;
	white-space: nowrap;
}
#spnBrowserCheck p.msg  a:hover
{
	text-decoration:underline;
}
#spnBrowserCheck:hover 
{
	background-color:#1193e0;
	color:White;
}

#spnBrowserCheck p.msg:hover {
	background-color:#1193e0;
	color:White;
}