*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body {
	padding: 0;
	color: #FFF;
	background-image: url(../img/bg/bg2.jpg);
	background-size: cover
}

.page {
	height: 100%;
	position: relative;
	overflow: auto;
	background-color: rgba(0, 0, 0, .78)
}

.site-width {
	width: 100%;
	max-width: 980px;
	margin: 0 auto
}

.site-width .titulo {
	text-align: center;
	padding: 20px 0
}

.new-li {
	width: 99%;
	display: table;
	padding-bottom: 3px;
	position: relative
}

.new-col {
	float: left;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 4px
}

.new-col input:not ([type=checkbox] ){
	width: 98%
}

a.btn {
	margin-top: 10px;
	margin-right: 5px
}

.form {
	padding: 20px;
	background-color: rgba(0, 0, 0, .21);
	border-radius: 4px;
	border-bottom: 3px solid #1B1B1B
}

.form input {
	height: 20px;
	width: 100% !important;
	color: #000
}

.form .z-bandbox, .form .z-combobox, .form .z-datebox, .form .z-doublespinner,
	.form .z-spinner, .form .z-timebox {
	width: 95%
}

.result {
	background-color: rgba(0, 0, 0, .09);
	padding: 15px;
	border-radius: 2px;
	width: 99%;
	margin: 0 auto
}

.result .h3, .result h3 {
	margin-top: 0;
	text-align: center;
	display: block
}

.natureza span.z-label {
	margin-right: 10px
}

.natureza .z-radio input {
	margin-right: 5px;
	margin-left: 15px;
	vertical-align: middle
}

.message {
	width: 99%;
	margin: 0 auto
}

.show-timer {
	visibility: hidden;
	transition: visibility 20s ease
}