/* CSS Document */

.clear_captcha {
	width: 100%;
	display: block;
	clear: left;
	height: 1px;
}
.col_form_captcha {
	text-align: right;
	width: 100px;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: top;
	display: block;
	height: 40px;
}
/* Solucao para clear: substituir a class "col1_form" por "col_form_captcha_2"*/
.col_form_captcha_2 {
	padding: 0;
	vertical-align: top;
	line-height: 15px;
	display: block;
	clear: both;
	height: 1px;
	width: 100%;
}

