.modal-title{
	color: #fff;
}

.myTooltip a:hover{
	text-decoration: none;
}

form.form-horizontal label {
	margin-right: 30px;
}

form.form-horizontal .form-group{
	margin-bottom: 30px;
}

.form-control{
	width: 98%;
}

textarea{
	height: 160px;
}

.form-control-small{
	width: 50px;
}

em{
	color: #900;
	font-weight: 900;
}

#itens_restritos{
	margin-left: 20px;
}

#block{
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	overflow: visible;
	clear: both;
}

#verticalCenter{
	position: relative;
	top: 50%;
	transform: translateY(-50%); 
}

#block img{
	opacity:1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#block h3{
	color: #fff;
	opacity:1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#bg-modal {
	background: url(../img/bg-modal.png);
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 999;
}

#modal {
	background-color: #fff;
	left: 50%;
	margin-left: -310px;
	margin-top: -200px;
	padding: 10px;
	position: fixed;
	top: 50%;
	width: 600px;
	z-index: 9991;
}

#modal .bt {
	background-color: #7a1704;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
}