﻿body
{
	margin: 0;
	background-color: #0C2B3A;
	background-image: url(../img/fundoNovo.png);
	background-repeat: repeat-y;
	background-position: 856px 0;
	font-family: Helvetica Neue,Arial;
}
form
{
	background-image: url(../img/fechadura.png);
	background-repeat: no-repeat;
	background-position: 856px 80px;
}
.texto
{
	font-family: @Arial Unicode MS;
	font-size: 12px;
	color: White;
}
.principal
{
	background-image: url(../img/detalheEsq2.png);
	background-position: 0 290px;
	background-repeat:no-repeat;
	padding-bottom: 30px;
	width: 850px;
}
.naoMostra
{
	display: none;
}
.clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
}

.linkPopup a, .linkPopup a:hover, .linkPopup a:visited
{
	font-family: @Arial Unicode MS;
	font-size: 12px;
	color: White;
}

/*Modal Popup*/
.modalBackground
{
	background-color: #000000;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #0C2B3A;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	width: 350px;
}
