@charset "utf-8";
/* CSS Document */

#formEmail {
	width: 350px;
	_width: 380px;
	text-align: right;
	color: white;
}

#formEmail input, #formEmail textarea {
	color: white;
	border: 1px solid gray;
	background-color: transparent;
}


#formulario_coluna_um {
	float: left;
	width: 100px;
}

#formulario_coluna_dois {
	float: right;
	width: 250px;
	text-align: left;
}

.formulario_titulo{
	font-size:14px;
	padding-right: 10px;
	height: 30px;
}

.formulario_input{
	font-size: 1.4em;
		height: 30px;
}

.formulario_titulo_msg {
	font-size:14px;
	padding-right: 12px;
	height: 30px;
}

.formulario_input_msg {
	font-size: 1.4em;
}

.formulario_botao_box {
	clear: both;
	text-align: left;
	padding-top: 8px;
}


.formulario_botao {
	width: 80px;
	height: 30px;
	line-height: 30px;
	color: white !important;
	border: 1px solid gray !important;
	background-color: black !important;
	background-image: url(../img/bar_background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

