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

#enviarCarta_abas {
	width: 505px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	clear: both;
}

#enviarCarta_formularioSenador {
	width: 485px;
	height: auto;
	margin: 0px;
	padding: 10px;
	text-align:left;
	clear: both;
	border: #F4F4F4 1px solid;
}

#enviarCarta_formularioDeputado {
	width: 485px;
	height: auto;
	margin: 0px;
	padding: 10px;
	text-align:left;
	clear: both;
	border: #F4F4F4 1px solid;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:10px;
	display: block;
	padding: 0px;
}

.termo{font-family: Arial, Helvetica, sans-serif; font-size:11px}
.altura{width:100%; height:5px;}

.texto {
	width: 502px;
	margin-bottom: 5px;
	background-color:#F5F5F5;
	border: #CCCCCC 1px solid;
}

.left{ float:left;}
.left .halfLeft{ width: 245px; float:left;}
.left .halfLeft input{
	width: 245px;
	margin-bottom: 5px;
	background-color:#F5F5F5;
	border: #CCCCCC 1px solid;
}
	
.left .halfRight{ width:245px; float:left; margin-left:12px;}
.left .halfRight input{ 
	width: 245px;
	margin-bottom: 5px;
	background-color:#F5F5F5;
	border: #CCCCCC 1px solid;
}

.textarea {
	width: 502px;
	height: 100px;
	background-color:#F5F5F5;
	border: #CCCCCC 1px solid;
}

select {
	margin-bottom: 5px;
	background-color: #F5F5F5;
	border: #CCCCCC 1px solid;
}

.bt_aba {
	cursor: pointer;
}
