@charset "utf-8";

#formulario {
	width: 1000px;
	margin:0 auto;
	height: auto;
}

textarea {
	resize: none;
}

input , textarea , select  {
	height: 22px;
	background-color: #FBFBFB;
	border: 1px solid #d9d9d9;
	outline: none;
	color: #BCBABA;
    font-family: 'Titillium Web', sans-serif;
}

form fieldset {
	padding: 6px;
	border: 1px dashed #AA9F05;
	margin-bottom: 10px;
}

form legend {
	font-weight: bold;
	color: #FFF;
	font-size: 110%;
	background-color: #62BCDF;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
form label  {
	  display: block;
      float: left;
      margin: 0 10px;
      min-height: 113px;
}

form span  {
	  display: block;
      padding-bottom: 2px;
      font-size: 14px;
      font-weight: bold;
      font-family: 'Titillium Web', sans-serif;
      text-transform: uppercase;
      color: #ADADAD;
}

form .check {
	border: 0px none #FFF;
}

.coGeral{
	width: 357px;
	height: 145px;
	margin-bottom: 15px;
    padding: 10px 10px;
}


.mensagem {
	width: 939px;
    padding: 13px 10px;
    margin-bottom: 3px;
}

.coNome {
    width: 448px;
    height: 45px;
    padding: 0 10px;
}

.coEmail  {
    width: 448px;
    height: 45px;
    padding: 0 10px;
}

.btn  {
    color: #FFF;
    font-family: 'Titillium Web', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 20px;
    display: block;
    height: 33px;
    width: 78px;
    text-align: center;
    border: 0px none #FFF;
    font-size: 90%;
    font-weight: bold;
    cursor: pointer;
    background-color: #94003C;
    border-radius: 2px;
    margin: 0 auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn:hover {
	background-position: bottom;
	background-color: #CC0656;
    -webkit-transition:	all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

}

#sucesso {
	width: 240px;
	float: left;
	text-align: left;
	margin-left: 128px;
	margin-top:-20px;
	font-weight: bold;
}

i.fa-check {
	color: #2DB200;

}

#erro {
	width: 240px;
	float: left;
	text-align: left;
	margin-left: 128px;
	margin-top:-20px;
	font-weight: bold;
}

i.fa-times-circle {
	color: #FF0000;

}