#content {
	margin: 0 auto;
	padding-top: 50px;
	width: 970px;
	height: 500px;
}


#left {
	width: 382px;
	height: 393px;
}
#right {
	width: 580px;
	height: auto;
	float: right;
}

.caixas {
	width: 363px;
	height: 129px;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-top: 5px;
}

.common_style_contato {
	font-size: 18px;
	font-family: Tahoma;
	font-weight: normal;
	color: #fff;
}

.common_style_contato a:link {
	color: #fff;
	font-size: 18px;
	font-family: Tahoma;
	text-decoration: none;
}
.common_style_contato a:visited {
	color: #fff;
	font-size: 18px;
	font-family: Tahoma;
	text-decoration: none;
}
.common_style_contato a:hover {
	text-decoration: none;
	color: #ffffff;
}

input, textarea { 
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 18px;
	color:#fff;
	border: none;
	width: 500px;
	height: 22px;
	background-color: #000;
}

.mensagem {
	height: 100px;
}

.form {
	margin: 0 auto;
	width: 500px;
	height: auto;
	margin-top: 20px;
	background-color: #000;
}

#bt_enviar {
	background-color: #000;
	float: right;
	cursor: pointer;
}

#bt_enviar img {
	float: right;
	margin: 0;
	bottom:0;
}

