﻿/* ****************
IE6 NOT SUPPORTED
**************** */
/* IE6 UPDATE */
#IE6NotSupportedBackground
{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-color: #000;
}
#IE6NotSupported
{
	width: 400px;
	height: 128px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99999;
	margin: -94px 0 0 -210px;
	padding: 15px 15px 15px 65px;
	background: #FFF url("../img/logo_ie6.gif") no-repeat 15px 15px;
}
	#IE6NotSupported h3#IE6NotSupported_title
	{
		margin-left: 23px;
		color: #70C7E4;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 22px;
		text-transform: none;
	}
	#IE6NotSupported p
	{
		margin: 3px 0 3px 23px;
		padding: 0;
		color: #C4C4C4;
		font-size: 11px;
		text-transform: none;
		line-height: 15px;
	}
	#IE6NotSupported #btFecharIE, #IE6NotSupported #btAtualizarIE
	{
		height: 31px;
		display: inline;
		float: left;
		margin-top: 15px;
		font-family: Helvetica, Verdana, Arial, Sans-Serif;
		font-weight: bold;
		font-size: 14px;
		color: #FFF;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		line-height: 31px;
	}
	#IE6NotSupported #btFecharIE
	{
		width: 76px;
		margin-left: 15px;
		margin-right: 8px;
		background: url("../img/bt_ie_fechar.gif") no-repeat 0 0;
	}
	#IE6NotSupported #btAtualizarIE
	{
		width: 150px;
		padding-left: 17px;
		background: url("../img/bt_ie_atualizar.gif") no-repeat 0 0;
	}
