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

.segura_form {
	width: 710px;
	height: auto;
	float: left;
	position:relative;
	display: block;
	z-index:2050;
}
.fundo_form input{
	width: 325px;
	height: 17px;
	margin-top: 5px;
	*margin-top: 4px;
	border: 1px #ffffff solid;
	margin-left: 10px;
	background-color:#ffffff;
	color:#993300;
	margin-bottom:3px;
	
}

.fundo_form{
	background-image:url(../images/fundo_texto1.png);
	background-repeat:no-repeat;
	height:35px;
	padding: 0px;
	display:block;
	position:relative;
	width: 560px;
	float: left;
	margin-bottom: 1px;	
	}
.fundo_form1{
	background-image:url(../images/fundo_texto2.png);
	background-repeat:no-repeat;
	height:35px;
	padding: 0px;
	display:block;
	position:relative;
	width: 560px;
	float: left;
	margin-bottom: 1px;	
	}
	
.fundo_form1 input{
	width: 140px;
	height: 17px;
	margin-top: 5px;
	*margin-top: 4px;
	border: 1px #ffffff solid;
	margin-left:10px;
	background-color:#ffffff;
	color:#993300;
	margin-bottom:3px;
	
}
.fundo_form1 select{
	width: 140px;
	height: 17px;
	*height: 25px;
	margin-top: 6px;
	*margin-top: 5px;
	border: 1px #ffffff solid;
	margin-left:8px;
	background-color:#ffffff;
	color:#993300;
	margin-bottom:3px;
	
}


	
.fundo_texto{
	background-image:url(../images/fundo_form2.png);
	background-repeat:no-repeat;
	height:120px;
	padding: 0px;
	display:block;
	position:relative;
	float: left;
	width: 350px;

}

#segura_form textarea{
	width: 328px;
	height: 97px;
	margin-top: 10px;
	margin-left:8px;
	background-color:#ffffff;
	color: #993300;
	border: 1px solid #ffffff;
}
#segura_form .botao{
	width: 80px;
	height: 30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	font-weight:bolder;
	background-image: url(../images/bg_bt.png);
	border: 0px;
	cursor:pointer;
	margin-right: 50px;
	display: block;
	float: left;
	position: relative;
}
#segura_form .botao:hover {
	color:#c2c2c2;
}

.titulo2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	width:90px;
	line-height: 15px;
	display: block;
	float: left;
	position: relative;
	text-align: right;
	height: 27px;
	margin-bottom: 1px;
	margin-right: 5px;
	padding-top: 8px;
}

.textfieldRequiredMsg, .textfieldInvalidFormatMsg {
	font-size:12px;
	padding-left: 20px;	 
}	
.envia {
	display: block;
	float: left;
	width: 550px;
	padding-left: 150px;
	padding-top: 30px;
	padding-bottom: 30px;	
	position: relative;
}

