﻿body, html {
	margin:0;
	padding:0;
	font-size: 11px;
	height: 100%;
	font-family: Verdana, Arial, Tahoma;
	background: url(../_arte/bg.jpg) repeat-x;
	color: #666;
	text-align: center;
}

/* Para o IE */
* html #main{
	height:100%;
}

.ie6 img, .ie7 img, .ie8 img {
	margin-bottom: -3px;
}

td {
	font-size:12px;
}

/*div Principal que ocupa toda tela*/

#principal {
	width: 100%;
	overflow: no;
	position: absolute;
	display: table;
	top: 0px;
	left: 0px;
}

/*todo conteudo do site centralizado dentro desta div*/

#centro {
	width: 772px;
	margin: 0 auto;
	display: table;
	padding-top: 5px;
	text-align: left;
}

#topo {
	width: 772px;
}

#esquerda {
	background: url(../_arte/fundoInscricao.png) repeat-y;
	float: left;
	width: 55px;
}

#centroFormulario, #centroBoleto {
	width: 644px;
	float: left;
	background: url(../_arte/fundoInscricaoDireita.png) repeat-y right;
	background-color: white;
	border-right: 3px solid #953c2c;
	height: 1100px;
	padding: 8px;
	padding-right: 15px;
	font-size: 12px;
	line-height: 140%;
}

#centroInformacoes {
	width: 644px;
	float: left;
	background: url(../_arte/fundoInscricaoDireita.png) repeat-y right;
	background-color: white;
	height: 1100px;
	border-right: 3px solid #953c2c;
	padding: 8px;
	padding-right: 15px;
	font-size: 12px;
	line-height: 140%;
}

.link a{
	background-color: red;
	color: yellow;
	cursor: pointer;
	text-decoration: none;
	cursor: pointer;
	margin-left: 2px;
}

.link a:hover {
	font-weight: bold;
}

.ie7 #centroFormulario, .ie7 #centroInformacoes, .ie7 #centroBoleto, .ie8 #centroFormulario, .ie8 #centroInformacoes, .ie8 #centroBoleto {
	padding-right: 10px;
}

#centroFormulario {
	display: none;
	border-right: 3px solid #1a551a;
}

#centroBoleto {
	display: none;
	border-right: 3px solid #0f0f69;
}

#centroFormulario form input, #centroFormulario form select, #centroInformacoes form textarea, #centroInformacoes form input, #centroInformacoes form select, #centroInformacoes form textarea,#centroBoleto input{
	border: 1px solid #b5cad7;
	height: 25px;
	padding: 2px;
	background: url(../_arte/fundoCampos.png) repeat-x;
}

#centroFormulario form textarea, #centroInformacoes form textarea, #centroBoleto form textarea{
	height: 150px;
	background: url(../_arte/fundoCampoTextArea.png) repeat-x;
	padding: 3px;
}

#direita {
	width: 47px;
	float: right;
	cursor: pointer;
	_display: table;
	_position:absolute;
	_margin-left: -6px;
	_margin-top: 10px;
}

#direita img{
	border: none;
	margin-bottom: 3px;
}

.botaoNormal {
	
}

.fundoBranco {
	padding: 5px;
}

#botaoMatricular{
	width: 100px;
	background-color: blue;
	border: 1px solid #666;
}

h1 {
	font-size:15px;
	text-align:center;
}

#divObjetivoConteudo {
	
	position:absolute;
	left:45%;
	top:640px;
	margin-top:-100px;
	margin-left:-200px;
	width:600px;
	background:#fff;
	border:1px solid #dfdfdf;
	z-index:1000;
	display:none;
	text-align:left;
	padding:20px;
	-webkit-box-shadow: 2px 2px 4px #555;
	-moz-box-shadow: 2px 2px 4px #555;
	box-shadow: 2px 2px 4px #555;
	
	border-radius:8px 0 8px 0; 
	-moz-border-radius:8px 0 8px 0;
	-webkit-border-radius:8px 0 8px 0;
}