html, body {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
body > form {
    background: none repeat scroll 0 0 #e1eaf2;
    display: table;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
.conteudo {
    background-color: #ffffff !important;
    margin: 10px auto 0 !important;
    max-width: 1024px !important;
    padding: 0 !important;
}
/*--header--*/
.header {
	background-color: rgb(255, 255, 255);
	border-bottom: 2px solid rgb(1, 98, 155);
	height: 80px;
}
.header-content {
	margin: 0 auto;
	position: relative;
}
.max-width {
	max-width: 1024px;
}
.identity {
	background-image: url("http://buscatextual.cnpq.br/buscatextual/images/v2/identity-bkg_topleft.png");
	background-position: left top;
	background-repeat: no-repeat;
	height: 66px;
	width: 273px;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.identity .combo {
	background-image: url("http://buscatextual.cnpq.br/buscatextual/images/v2/identity-bkg_topright.png");
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	height: 66px;
	width: 273px;
}
.identity .combo a {
	background-image: url("http://buscatextual.cnpq.br/buscatextual/images/v2/identity-bkg_topcenter.png");
	background-position: right top;
	background-repeat: repeat-x;
	color: rgb(28, 106, 167);
	display: block;
	font-size: 20px;
	font-style: italic;
	height: 66px;
	line-height: 17px;
	margin: 0 auto;
	padding-top: 13px;
	text-align: center;
	text-shadow: 2px 1px 1px rgb(255, 255, 255), 2px 1px 1px rgb(255, 255, 255);
	width: 85px;
}
.identity .combo a img {
	margin: 0 auto 0 -31px;
	position: relative;
	width: 152px;
}
.logo {
	left: 10px;
	position: absolute;
	top: 11px;
}
.logo a {
	background: url("http://buscatextual.cnpq.br/buscatextual/images/v2/logo_cnpq.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 61px;
	width: 119px;
}
.menu-header {
	color: rgb(51, 51, 51);
	display: block;
	font-size: 13px;
	height: 22px;
	padding: 5px;
	position: absolute;
	right: 15px;
	top: 16px;
}
.menu-header .bt-menu-header {
	color: rgb(51, 51, 51);
	font-family: tahoma;
	font-size: 10px;
}
.icons-top-fontMais {
	background-position: -110px 0;
}
.icons-top {
	background-image: url("http://buscatextual.cnpq.br/buscatextual/images/v2/sprite_icons_topo.png");
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	height: 21px;
	margin-right: 5px;
	position: relative;
	width: 21px;
}
.icons-top-fontMenos {
	background-position: -132px 0;
}
.icons-top-contraste {
	background-position: -176px 0;
}
.icons-top-enUK {
	background-position: -22px 0;
}
.icons-top-help {
	background-position: -198px 0;
}

.conteudo .iframe-simulation {
    background-color: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
    height: 469px !important;
    padding: 60px 0 !important;
}

.inputCaptcha {
    border: 1px solid #8dafcd;
    border-radius: 3px;
    color: #1c9ae0;
    display: inline-block;
    font-size: 18px;
    overflow: hidden;
    padding: 2px 8px;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    width: 285px;
}