/**
	Projeto - Site TTC (TTC) v: 0.1
	Developer(s):
		+ Fernando Basilio (fluibasilio@gmail.com)
*/

.side ul.nav_site li.sub_contato a{ background: #f8f7e8 url(/img/sub_contato.png) no-repeat right center; }

.box_cadastro{
	float: left;
	height: 206px;
}

.linha_form,
.linha_botoes{
	font-size: 12px;
	float: left;
	width: 100%;
	height: 100%;
	margin-top: 10px;
}

.linha_form input{
	width: 260px;
}

.linha_form textarea{
	width: 260px;
	height: 50px;
}

.linha_form label{
	float: left;
	font-size: 12px;
	text-align: right;
	padding: 2px 10px 0 0;
	width: 80px;
	
}

.linha_botoes{
	width: 357px;
}

.linha_botoes p{
	text-align: right;
	margin: 0;
}

.linha_botoes a,
.linha_botoes input{
	float: right;
	font-size: 11px;
	color: #858160;
	border: 0;
	width: 55px;
	height: 16px;
	text-align: center;
	background: #eeecdc;
	padding: 5px 0 0 0;
	margin: 0 0 0 10px;
	cursor: pointer;
	text-transform: uppercase;
}

.linha_botoes a:hover{
	text-decoration: none;
	color: #858160;
}

.linha_botoes input{
	padding: 0;
	height: 21px;
}

