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

.texto{
	width: 280px !important;
	height: 40px !important;
	font-family: "Interstate Mono - Lgt", sans-serif !important;
	font-size: 16px !important;
	background: #FFF !important;
	border: none !important;
	outline: none !important;
	color: #777 !important;
	padding: 0 20px !important;
	border-top: 2px solid #C8C8C8 !important;
	border-left: 2px solid #C8C8C8 !important;
	border-bottom: 1px solid #D4D4D4 !important;
	border-right: 1px solid #D4D4D4 !important;
	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	border-radius: 6px !important;
	margin-bottom: 10px !important;
}
.mensagem{
	width: 280px;
	height: 240px;
	font-family: "Interstate Mono - Lgt", sans-serif !important;
	font-size: 16px;
	background: #FFF;
	border: none;
	padding: 10px;
	outline: none;
	color: #777;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 2px solid #C8C8C8;
	border-left: 2px solid #C8C8C8;
	border-bottom: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 10px;
}
.bt_enviar {
	cursor: pointer;
	font-size: 0px;
	background: url(../images/bt_form.png) top center no-repeat;
	width: 243px;
	height: 46px;
	border: 0px;
	margin-left: 20px;
	margin-top: 0px;
}
.bt_enviar:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}

.styled-select select {
   background: transparent;
   width: 285px;
   padding: 0px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   color: #fff;
   height: 34px;
   -webkit-appearance: none; /* Chrome e Safari */
    -moz-appearance: none; /* Firefox */
    appearance: none; /* ainda não é suportado */
background: url(../images/down_arrow_select.jpg) no-repeat 90% #00488b;/*fundo buga no ie, precisa ser no seletor*/
}
   
.styled-select {
   width: 268px;
   height: 34px;
   overflow: hidden;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #fff;
   background: url(../images/down_arrow_select.jpg) no-repeat right #00488b;
   border: 1px solid #00488b;
   margin-bottom:10px;
}