@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
}	

body {
	font-size: 0.65em;
}

p {
	margin: 0 0 10px 0;
}

a {
	color: #4e4e4e;
	font-weight: bold;
}

h2, legend {
	color: #ff4040;
}

.label {
	font-weight: bold;
	margin: 0 5px 0 0;
	text-align: right;
	width: 120px;
	display: block;
	float: left;
	line-height: 1.75em;
}

form {
	margin: 20px 0 30px 0;
}

form p {
	margin: 0 0 5px 0;
}

fieldset {
	border: 0;
	width: 299px;
}	

legend {
	font-weight: bold;
	padding: 10px 0;
}

.input {
	border: solid 1px #7f9db9;
	padding: 2px;
}	

.imageButton {
	border: 0;
	padding: 0;
	float: right;
	margin: 5px 13px 0 0;
}	

#wrap {
	margin: 0 auto;
	width: 600px;
}

#header 
{
	height: 77px;
	background: url(../Imagens/Popup/HeaderRight.jpg) no-repeat top right;
	position: relative;
}

#header h1
{
	text-indent: -9000px;
	width: 271px;
	height: 75px;
	display: block;
	background: url(../Imagens/Popup/Logo.jpg) no-repeat left top;
}

a#windowClose
{
	text-indent: -10000px;
	overflow: hidden;
	background: url(../Imagens/Popup/Fechar.gif) no-repeat left top;
	width: 47px;
	height: 16px;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}

#content {
	padding: 28px 18px;
	min-height: 250px;
}

#header .btnFechar 
{
	position:absolute;
	top:18px;
	right:56px;
}

#message {
	text-align: center;
	padding: 50px 0;
	font-weight: bold;
	font-size: 1.2em;
}

#goback
{
	text-align: center;
	margin: 0 auto;
	width: 61px;
	height: 18px;
	background: url(../Imagens/Popup/Retorna.jpg) no-repeat left top;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
}

h2 {
	margin: 0 0 5px 0;
	font-size: 1.3em;
	border-bottom: solid 2px #ff4040;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
}

h2.custodia
{
	background: url(../Imagens/Popup/CustodiaLogo.gif) no-repeat left top;
}

h2.informacao
{
	background: url(../Imagens/Popup/Informacao.gif) no-repeat left top;
}

h2.cadastro
{
	background: url(../Imagens/Popup/Cadastro.gif) no-repeat left top;
}


#footer
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 28px;	
	display: block;
	background: url(../Imagens/Popup/fd.gif) repeat ;
	
}

#footer address
{
	background: url(../Imagens/Popup/Logos01.jpg) no-repeat 0px 2px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 28px;
}

#footer strong
{
	position: absolute;
	right: 4px;
	bottom: -3px;
	height: 28px;
	display: block;
	width: 100%;
	background: url(../Imagens/Popup/Logos03.jpg) no-repeat right bottom;
}

