/* Form.Manifest.COPLAN   diogo@ufrrj.br   mai/10 */
@charset "windows-1252";

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	margin:0px;
	padding:4px;
}

input, select {
	font-size:14px;
	color:#000099;
}

a {
	color:#0066CC;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#FF6600;
	text-decoration:underline;
}

h1 {
	font-size:28px;
}

h2 {
	font-size:18px;
}

#estrutura {
	width:700px;
	padding:0px;
	margin:0px auto 16px auto;
}

#fundo {
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	background-image:url(imagens/logo_ufrrj_marca_dagua.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

#banner {
	background-image:url(imagens/banner1.png);
	background-repeat:no-repeat;
	background-position:right;
	height:90px;
	width:100%;
	padding:0px;
	margin:2px 0px 2px 0px;
	border-style:dashed;
	border-color:#999999;
	border-width:0px 0px 1px 0px;
}

#conteudo {
	border-style:solid;
	border-width:0px 0px 0px 1px;
	border-color:#CCCCCC;
	margin:0px;
	padding:5px 20px 20px 20px;
	width:100%;
}

#txt_inicio {
	margin:20px;
	padding:1px;
}

#txt_inicio p {
	text-align:justify;
}

.form_ouv {
	margin:0px 8px 8px 8px;
	padding:1px 1px 1px 16px;
}

.item_form {
	margin:5px 0px 15px 0px;
	padding:0px;
}

.item_btn {
	margin:5px 0px 15px 0px;
	padding:0px;
	text-align:center;
}

.item_sep {
	margin:10px 0px 20px 0px;
	padding:2px 0px 2px 4px;
	border-style:solid;
	border-color:#999999;
	border-width:0px 0px 1px 1px;
	width:580px;
	color:#999999;
	font-size:12px;
}

#matr_acad, #matr_siape, #txt_cpf, #sel_sig, #txt_email, #txt_nome {
	display:none;
}

.botoes {
	border-style:solid;
	border-color:#333333;
	border-width:1px;
	background-color:#EAEAEA;
	color:#333333;
	font-weight:bold;
	cursor:pointer;
	padding:4px 6px 4px 8px;
	margin:2px 16px 2px 2px;
}

#form_tit {
	font-size:18px;
	color:#CCCCCC;
	text-align:center;
	font-weight:bold;
	margin:0px 0px 20px 0px;
}

#resultado {
	font-size:20px;
	text-align:center;
	width:100%;
	margin:20px 5px 40px 5px;
}

#form_aguarde {
	background-image:url(imagens/aguarde02.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:240px;
	height:48px;
	margin:0px auto 0px auto;
	display:none;
}

.aviso_peq {
	font-size:10px;
	color:#666666;
	font-style:italic;
}
