body{
    font-family: "Open Sans";
    font-size: small;
    background-image: url("../images/background.png");
    background-repeat: repeat-x;
    background-attachment: fixed;
    margin: 0;
    padding: 0;

}


div#conteudo{
    width: 850px;
    min-height: 500px;
    margin: 0 auto;
    margin-bottom: 50px;
}

div#conteudo p.data{
    font-family: Arial;
    font-size: small;
    color: rgb(255, 255, 255);
}

div#box-branco{
    background-color: #ffffff;
    position: relative;
    min-height: 600px;
    padding: 30px;
}

div.linha{
    padding-top: 20px;
    padding-bottom: 20px;
}

div.linha hr { display: block; height: 1px;
    border: 0; border-top: 1px solid #c0c0c0;
    margin: 1em 0; padding: 0; }

div#componenteSeguranca{
    text-align: center;
}

div#rodape{
    width: 100%;
    height: 90px;
    background-image: url("../images/rodape.png");
    background-repeat: no-repeat;
    background-position: center;
}
.hide{
    display: none;
}

marquee {
	border:		1px solid ButtonShadow;
	background:	White;
	height:		22px;
	font-size:	1px;
	margin:		1px;
	width:		600px;
	-moz-binding:	/*savepage-url=marquee-binding.xml#marquee*/url();
	-moz-box-sizing:	border-box;
	display:		block;
	overflow:		hidden;
}

marquee span {
	height:			20px;
	margin:			1px;
	width:			6px;
	background:		firebrick;
	float:			left;
	font-size:		5px;
}

.progressBarHandle-0 {
	filter:		alpha(opacity=20);
	-moz-opacity:	0.20;
}

.progressBarHandle-1 {
	filter:		alpha(opacity=40);
	-moz-opacity:	0.40;
}

.progressBarHandle-2 {
	filter:		alpha(opacity=60);
	-moz-opacity:	0.6;
}

.progressBarHandle-3 {
	filter:		alpha(opacity=80);
	-moz-opacity:	0.8;
}

.progressBarHandle-4 {
	filter:		alpha(opacity=100);
	-moz-opacity:	1;	
}

div#chatAtendente{
    width: 100%;
    height: 294px;
    background-size: 590px 294px;
    background-image:url("../images/chat-com-atendente-min.png");
    background-repeat: no-repeat;
    position: relative;
    background-position: center!important;

}


div#chatAtendente a{
    width: 220px;
    height: 43px;
    background-color:none;
    display: block;
    position: absolute;
    text-overflow: hidden;
    text-indent: -99999px;
    left: 178px;
    top: 110px;
}