a, a:link, a:visited, a:hover, a:active {
	text-decoration: none
}
#form_contato{
	/*Align*/
	border:solid 1px #666666;
	height: 435px;
	width: 835px;
	padding: 10px;
	
	/*Font*/
	font-family: Letter Gothic Std;
	font-weight:bold;
	
	
	/*RADIUS*/
	background:url(../images/empresa_bg.png) repeat;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;	
}
#form_obs{
	font-size: 18px;
}
#form_titulo{
	font-size: 28px;
}
#form{
	border:solid 1px #999999;
	padding: 10px;
	margin: 0 0 0 70px;
	width: 670px;
	
		/*RADIUS*/
	background:url(../images/empresa_bg.png) repeat;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;	
}
/*---------------------------------------------------------------------*/
#bottom_contato {
	float: left;
	border: solid 1px #000;
	height: 61px;
	width: 850px;
	color: #EEE;
	font-size: 13px;
	font-weight: bold;
	font-family: Letter Gothic Std;
	margin: 07px 0 0 0;
	line-height: 20px;
	text-shadow: 0 2px 3px #999;
	background: url(../images/bg_bottom.png);
	padding-top: 4px;
	padding-left: 5px;
	-moz-box-shadow: 0px 2px 2px 0px #333;
	-webkit-box-shadow: 0px 2px 2px 0px #333;
	-o-box-shadow: 0px 2px 2px 0px #333;
	box-shadow: 0px 2px 2px 0px #333;
}
