
/*----acesso---*/

#acesso_externo {
    display: block;
    position: relative;
    background-color: transparent;
    border-radius: 4px;
    font-family: 'Trebuchet MS', Tahoma, Arial, Verdana;
    margin: -1px 0;
    padding: 0;
}

#acesso_externo .titulo {
    display: block;
    font: bold 13pt arial !important;
    color: #000000;
    margin: 20px 0 10px 15px;
}

#acesso_externo label {
    font: bold 12pt arial;
    color: #000000;
    margin: 4px 0 0 12px;
    display:inline-block;
    position:relative;
}

#acesso_externo input {
    width: 175px;
    font: 12pt arial;
    height: 25px;
    border: 0;
    display: inline-block;
    position: inherit;
    border-radius: 4px !important;
    margin: 0 12px;
}

#acesso_externo img {
    /*float: right;*/
    cursor: pointer;
}

#acesso_externo div {
    margin: 10px;
    width: auto;
    font: bold 12pt arial;
    color: #000000;
}

#reboot_senha {
	font: bold 12pt arial !important;
	color: #FFFFFF;
	text-decoration: none !important;
}

#reboot_senha:hover {
	text-decoration: underline !important;
}

#acesso_externo div p {
	background-color: #2C3C61;
	border-radius: 4px 4px 4px 4px;
	display: inline-table;
	height: 20px;
	margin: 7px 12px;
	padding: 0;
	position: relative;
	width: 175px;
	text-align: center;
	/*float: right;*/
	border: 1px solid #2C3C61;
	cursor: pointer;
}

#esqueci_senha {
    display: inline-table;
    height: 20px;
    margin: 0 12px;
    width: 175px;
    text-align: center;
    cursor: pointer;
    font-size: 9pt;
}

#acesso_externo div p a {
	outline: none;
	text-decoration: none;
	color: #ffffff;
	font-size: 9pt;
	line-height: 20px;
}

#acesso_externo p {
	position: relative;
	color: #80060a !important;
	font: 12pt Arial;
}

#resposta_email {
	display: block;
	line-height: 1.7em;
	position: static;
	color: #80060a !important;
	font: 8pt Arial;
	text-align: center;
	width: 100%;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

#block {
	width: 100%;
	height: 270px;
	position: absolute;
	margin-top: 2px;
	background: rgba(255, 255, 255, .5) url('ajax-loader.gif') no-repeat fixed center;
	z-index: 1;
	display: none;
}

.horizontal{
    display: inline-block !important;
    position: inherit !important;
}

#botoes{

    margin-top: 10px !important;
}