/*!
 * Folha de S.Paulo
 * Base for Tools - CSS 5.4
 */

/* =============================================================================
   Comunicar Erros
   ========================================================================== */

.tools.erramos .section-masthead h1 {
	color: #00aeef;
}
.tools .warning {
	background: #eee;
	border-radius: 4px;
	box-shadow: inset rgba(0,0,0,0.02) 1px 1px 1px 1px, rgba(0,0,0,0.18) 1px 1px 1px;
	clear: both;
	margin: 14px 0 20px;
	padding: 5px 10px;
}
.tools .warning .warning-title {
	font: 700 14px/16px Georgia, serif;
	margin: 4px 0;
}
.tools .warning p {
	font-size: 13px;
	margin: 5px 0;
}
.tools .form p {
	font: 300 16px/20px Georgia, serif;
}
.tools .page-title {
	font: 300 40px/40px "folhaii-heavy" , serif;
	margin: 10px 0 0;
}
.tools .other-matters .other-matters-title {
	border-bottom: 1px solid #00adef;
	border-top: 2px solid #00adef;
	color: #00adef;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 15px;
	padding: 4px 0;
	text-transform: uppercase;
}

/* =============================================================================
   Enviar por email
   ========================================================================== */

.tools.enviar_por_email .section-masthead {
	background: #d5e23c;
}
.tools.enviar_por_email .section-masthead h1 {
	color: #00aeef;
}
.tools.enviar_por_email #captcha_image {
	margin: 0 0 10px;
}
.tools.enviar_por_email .reload {
	background-color: #00aeef;
	color: #fff !important;
	font-size: 13px;
	margin: 10px 0;
}
.tools.enviar_por_email .content .content-to_email {
	word-wrap: break-word;
}

html.lt-ie9 .reload {
	background-image: none;
}