body {
	color: #222;
	font-size: 62.5%;
	font-family: Verdana,Arial,sans-serif;
}

.pFloatLeft {float: left;}
.pFloatRight {float: right;}
.pOverflowHidden {overflow: hidden;}

#topo {
	margin: 0 auto;
	width: 25%;
	margin-top: 20px;
	text-align: center;
}

.boxIpt {margin-bottom: 20px;}

.iptPadrao {
	box-shadow: none !important;
	width: 95%;
	padding: 2% !important;
}

#rodape {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	border-top: 1px solid;
}

.ui-widget-overlay {background: #000;}
.ui-widget-header {background: none;}
.ui-panel .ui-panel-content {padding: 0 !important;}
.ui-widget-content {border: none;}

#popupRecSenha {
	font-size: 0.9em;
}

.boxIptPopup {
	margin: 10px 0;
	overflow: hidden;
}

.btnPadraoPopup {
	display: block;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    text-decoration: none;
    background-color: #ccc;	
}

@media only screen and (max-width: 959px) {
    body {
        font-size: 100%;
    }
    .ui-inputfield {
        width: 100% !important;
        box-sizing: border-box;
    }

    .iptPadrao {
        width: auto;
    }

    #topo {
        width: 100%;
    }
}

@media screen and (min-width: 540px) {
	#popupRecSenha {
		width: 25% !important;
		font-size: 1.2em;
	}
}