html,body {
	margin: 0px;
	background-color: #292929;
	background-position: top center;
	height: 100%;
}

#container {
	width: 950px;
	margin: 0 auto;
	background-image: url(../images/imgintro.jpg);
	background-repeat: no-repeat;
	height: 100%;
	overflow: hidden;
}

#minisite {
	float: left;
}

#content {
	padding: 153px 0px 0px 0px;
}

#logo {
	position: absolute;
	bottom: 10px;
}

#titulosite_bg {
	position: absolute;
	right: 430px;
	background-color: #000000;
	z-index: 5;
	width: 280px;
	height: 25px;
	top: 350px;
/*	filter: Alpha(opacity = 70);
	-moz-opacity: 0.7;*/
}

#titulosite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	right: 420px;
	z-index: 5;
	width: 280px;
	height: 25px;
	top: 355px;
	text-transform: uppercase;
	z-index: 10;
}

#frame {
	position: absolute;
	top: 160px; 
}
* html #frame {
	top: 167px;
}

#login {
	float: right;
	width: 295px;
	height: 309px;
	color: #FFFFFF;
	margin: 60px 20px 0px 0px;
}

* html #login {
	float: right;
	width: 295px;
	height: 309px;
	color: #FFFFFF;
	margin: 60px 10px 0px 0px;
}

#login input {
	background-color: #000000;
	color: #999999;
	border: none;
	padding: 7px;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: 170px;
	border-bottom: 1px solid #393939;
	border-right: 1px solid #393939;
	letter-spacing: 1px;
}

#login .bt input {
	width: 44px;
	padding: 0px;
	background: none;
	border: none;
	/*background-color: none;*/
}

-->
#login .txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c5c5c5;
}

/*noticias*/
#noticias_bg {
	position: absolute;
	right: 430px;
	background-color: #000000;
	z-index: 5;
	width: 280px;
	height: 235px;
	top: 100px;
/*	filter: Alpha(opacity = 70);
	-moz-opacity: 0.7;*/
}

#noticias_bgbranco {
	position: absolute;
	right: 440px;
	background-color: #FFFFFF;
	z-index: 5;
	width: 250px;
	height: 190px;
	top: 135px;
/*	filter: Alpha(opacity = 90);
	-moz-opacity: 0.90;*/
}

#noticias {
	position: absolute;
	right: 445px;
	z-index: 5;
	width: 240px;
	height: 180px;
	top: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: auto;
}

div#error {
	position: absolute;
	right: 125px;
	top: 490px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 535px;
	font-size: 12px;
	margin: 0;
	padding: 3px;
	padding-left: 35px;
	border-top: 1px dashed red;
	border-bottom: 1px dashed red;
	background: #FFFFFF url(../images/icon_error.png) 15px no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
}

div#messages_login{
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	
}

div#messageError_login {
	font-size: 12px;
	background-image:url(../images/msg_erro_repeat.png);
	background-repeat:repeat-x;
	height:33px;
}

div#error_login{
}

div#error_login .img_login{
	line-height:33px;
	padding-left:5px;
	float:left;
	margin-top:4px;
}

div#error_login .msg_login{
	line-height:33px;
	padding-left:5px;
	float:left;
}

div#message {
	width: 100%;
	font-size: 12px;
	margin: 0;
	padding: 3px;
	padding-left: 35px;
	border-top: 1px solid #00A100;
	border-bottom: 1px dashed #00A100;
	background: #FFC url(../images/icon_true.gif) 15px .2em no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div .error_message {
	font-size: 10px;
	color: red;
}

input.error {
	border: 1px solid red;
}

.span_hidden {
	color: #292929;
}