@charset "utf-8";

.form {
	width: 490px; /* Tamanho do maior campo + o valor das margens negativas abaixo */
	margin: 0 -9px 40px;
	color: #595757;
}
	.form p {
		margin-left: 9px;
		margin-bottom:20px; 
		color: #212121;
		font-family: 'OpenSans', sans-serif;
		font-size: 80%;
	}
	.form label {
		display: block;
		float: left;
		margin-bottom: 25px;
		/*font-family: 'simsunregular', sans-serif;*/
		font-family: 'simheiregular';
	}
		.form label input[type='radio'] {
			height:auto;
			width: auto;
			float: left;
			margin-right: 5px;
			margin-top: 2px;
		}
	.form label span {
		display: block;
		margin-bottom: 3px;
		font-size: 90%;
		font-weight: normal;
		color: #69070a;
		font-family: 'OpenSans',sans-serif;
	}
	.form label input,
	.form label select,
	.form label textarea{
		width: 100%;
		font-family: Arial, sans-serif; /* Repetir a fonte padrão */
		color: #918D8D;
		display: block;
		padding: 3px;
		background: #EEE;
		border-left: 6px #69070A solid;
	}
	.form label input,
	.form label select {	
		height: 20px;
	}
	.form label textarea {
		height: 100px;
		resize:none;
	}
	
#fim {
	text-align: right;
	padding: 0 10px;
	height: 20px; /* Valor = a altura do botão */
}
	#fim button {
		cursor: pointer;
		font-size: 120%;
		background: #888888;
		color: #FFF;
		padding: 3px 15px;
		font-family: 'BebasNeue',sans-serif;
		text-shadow: 0px 1px black;
	}
	#fim em {
		line-height: 20px;
		color: #69070A;
		font-weight: normal;
		font-size: 90%;
		font-family: 'MyriadPro',sans-serif;
	}

/* AVISOS */
.save_ok,
.save_erros {
    text-align: center;
    padding: 5px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 15px;
    font-family: 'MyriadPro',sans-serif;
}
    .save_ok li,
    .save_erros li {
        color: #fff;
    }
	
        .save_ok li {
            display: inline;
            margin: 0 5px;
        }

.save_ok {
    background: #39C6C9;
}
.save_erros {
    background: #ff3801;
}
/* ASIDE CONTATO */
.aside-contato {
	background: #69070A;
	color: #FFF;
	width: 390px;
	float: right;
}
	.aside-contato address {
		width: 335px;
		margin: 40px auto;
		font-family: 'BebasNeue',sans-serif;
		font-style: normal;
		font-size: 130%;
		color: #eeeeee;
	}

	.aside-contato h3 {
		margin-top: 20px;
	}

	.boxContato {
		color: #212121;
		font-family: 'OpenSans',sans-serif;
		font-weight: normal;
		font-size: 90%;
	}