.form_labels
{
	margin-top: 10px;
	margin-bottom: 2px;
	font-weight: bold;
}

.form_field input[type="date"]
{
	border: 1px solid #1E98D1;
	width: 90px;
}

.form_field input[type="text"]
{
	border: 1px solid #1E98D1;
	width: 100%;
}

.form_field input[type="file"]
{
	border: 1px solid #1E98D1;
}

.form_field select textarea
{
	border: 1px solid #1E98D1;
}

.form_field div#comentario
{
	width: 100%;
	height: 250px;
	border: #1E98D1 1px solid;
}

.mandatory
{
	color: #FF0000;
}

.dhx_toolbar_base_dhx_skyblue
{
	height: 55px;
	background-repeat: repeat;
}

#codigo_seguranca
{
	width: 90px;
}

#dimmer
{
	background:#000;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	z-index:9999;
}

#qwerty123456
{
	display: none;
}