@CHARSET "ISO-8859-1";

body{
	background-color: #E8E8E8;
}

.principal{
	width: 500px;
	margin: 0 auto;
}

.margin-pull-130{
	margin-left: 135px;
}

.margin-pull-120{
	margin-left:127px;
}

.margin-pull-110{
	margin-left:110px;
}

.margin-pull-45{
	margin-left:45px;
}

.margin-top-80{
	margin-top: 80px;
}

.saudacao{
	font-family: Tahoma, Verdana, Arial;
	font-size: 36px;
}

.msg{
	font-family: Tahoma, Verdana, Arial;
	font-size: 18px;
}

.link{
	
	color:#00AAFF;
	text-decoration: underline;
}	
		
.dialog_content {
 			
 			top:10px;
 			width: 500px;
 			height: 300px;
 			background-color: #FFF;
 			position: relative;
 			border: #CACAD9 solid 1px;
 			margin: 0 auto;
}

.dialog_content .row .two.column{
	margin-top: 8px;
}

.depth {
    display: block;
    color: black;
    font-size:20px;
    font-family: Tahoma, Verdana, Arial;
    position: relative;
}

.depth:before, .depth:after {
    content: attr(title);
    color: rgba(255,255,255,.1);
    position: absolute;
}

.depth:before { top: 1px; left: 1px }
.depth:after  { top: 2px; left: 2px }

.row{
	
	min-width:500px!important;
	width:500px!important;
}

.areaBotao
{
	margin: 0;
	padding: 0 5px 10px;
	position: absolute;
	bottom: 25px;
	right: 0px;
	width: 100%!important;
	background-color: #fff;
}

.botao
{
	float: right;
}

.botao .bordaEsq
{
	background-image: url('../images/spriteJuvo.png');
	background-repeat: no-repeat;
	background-position: 0 -431px;
	width: 15px;
	height: 31px;
	float: left;
}

.botao .fundoBotao
{
	background-image: url('../images/spriteJuvo.png');
	background-repeat: no-repeat;
	background-position: 0 -465px;
	height: 31px;
	float: left;
}

.botao .fundoBotao a
{
	font-size: 12px;
	font-weight: bold;
	color: #fff!important;
	position: relative;
	top: 6px;
}

.botao .fundoBotao a#fechar, .botao .fundoBotao a#continuar
{
	top: 9px!important;
}

.botao .fundoBotao input[type^=button],
.botao .fundoBotao button
{
	font-size: 12px;
	font-weight: bold;
	color: #fff!important;
	padding-top: 7px;
	cursor: pointer;
}

.noClassButton
{
	background: none;
	border: none;
}

.botao .bordaDir
{
	background-image: url('../images/spriteJuvo.png');
	background-repeat: no-repeat;
	background-position: -88px -431px;
	width: 15px;
	height: 31px;
	float: left;
}

/* novos botões */
.botao input
{
	background: #425f9c!important;
	border-top: solid 3px #002e4e!important;
	border-left: solid 1px #002e4e!important;
	border-right: solid 1px #002e4e!important;
	border-bottom: solid 1px #002e4e!important;
	border-radius: 0;
	/* box-shadow: 0 1px 0 #002e4e inset!important; */
	font-size: 11px!important;
	padding: 7px 14px 8px!important;
	font-weight: bold!important;
	width: auto!important;
	transition: background-color 0.15s ease-in-out 0s!important;
	text-align: center!important;
	color: #fff;
	margin-right: 3px;
}

.botao input:hover, .botao input:focus
{
	background-color: #7a89a9!important;
	color: #fff!important;
	border-top: solid 3px #002e4e!important;
	border-left: solid 1px #002e4e!important;
	border-right: solid 1px #002e4e!important;
	border-bottom: solid 1px #002e4e!important;
}

input:focus, textarea:focus, select:focus
{
	border: solid 1px #006491!important;
}

.muda-senha
{
	margin-top: 30px;
}