#captcha {
	/* font-family: 'Open Sans', sans-serif !important; */
	font-family: Arial, sans-serif !important;
	margin-top: 10px;
	width: 286px;
	background-color: #f4f4f4;
	border: solid 1px #d0d0d0;
	border-radius: 3px;
	padding: 8px;
}

#captcha img {
	border-radius: 3px;
}

#captcha .text_captcha{
	float: right;
	padding: 0 0 10px 0;
}

#captcha .text_captcha p{
	font-size: 16px;
	text-align: right;
	line-height: 18px;
	color: #222;
}

#captcha .text_captcha p.logo{
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: default;
	color: #888;
}

#captcha input{
	padding: 0 9px;
	font-size: 14px;
	height: 30px;
	color: #333;
	font-weight: 400;
	margin-top: 6px;
	border: 1px solid #ccc;
	border-radius: 4px;

	box-shadow: 0 0 0 0;
	outline: 0;
}

#captcha input:focus{
	box-shadow: 0 0 0 0;
	outline: 0;
}

#captcha input::placeholder{
	color: #666;
	font-weight: 400;
}

#captcha .text_captcha #captcha_link_renovar {
	color: #337ab7;
}

#captcha .text_captcha #captcha_link_renovar:hover{
	color: #23527c;
	text-decoration: underline;
	cursor: pointer;
}