@charset "UTF-8";
input, textarea, select {
	color:#007594;
	
	width:95%;
	
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	
	position: relative;
	padding: 0 10px;
	background:#FFF url(../img/_bg-input.png) repeat-x top;
	border: 1px solid #d8d8d8;
	height: 36px;
	line-height: 34px;
	font-size: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
	textarea { min-height:270px; }
	input.meio, textarea.meio select.meio { width:91%;}
	textarea.inteira { width:91%;}

.bt-enviar { padding:0px; margin:0; border:0; cursor:pointer;}
.bt-enviar { background:url(../img/bt-enviar.png) no-repeat center; width:122px; height:46px;}

label {
	font-size: 18px;
}

.alerta {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.mensagem-sucesso {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}

/* Loading e mensagens após envio dos formulários */
	
		/*
		.done {
			background:; 
			padding-left:20px;
			font-family:arial;
			font-size:12px; 
			width:100%; 
			margin:20px auto; 
			display:none
		}
		*/
		.done {
			width:85%;
			background:#E6EFC2;
			border: 1px solid #A5B36B;
			border-radius: 4px 4px 4px 4px;
			box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px rgba(255, 255, 255, 0.75) inset;
			color: #6F7A42;
			height: auto;
			line-height: 45px;
			margin-bottom: 15px;
			padding-left: 20px;
			text-shadow: 0 1px #FEFDF2;
			display:none
		}
		
		.loading {
			float:right; 
			background: #C6E7F5;
			border: 1px solid #81A6B6;
			border-radius: 4px 4px 4px 4px;
			/* background:url(../img/loading.gif) no-repeat left 1px;*/
			height:40px;
			line-height:40px;
			width:85%; 
			display:none;
			
			
			box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px rgba(255, 255, 255, 0.75) inset;
			color: #4C7384;

			padding-left: 20px;
			position: relative;
			text-shadow: 0 1px #FEFDF2;
			
		}
			.loading img { width:30px; float:left; margin-right:5px; margin-top:5px; }