div#rememberPasswordDialog {
	background: white !important;
	position:	fixed !important;
	padding-bottom:	35px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	padding-top: 25px !important;
	font-family: 'CarteroW01-Regular' !important;
	text-align: justify;
}

input#userPassword{
	border: 1px solid #ccc !important;
    height: 30px;
    border-radius: 2px !important;
    webkit-border-radius: 2px !important;
}

.ui-widget-overlay{
	position:	fixed !important;
	background: rgba(0,0,0,0.6) !important;
	opacity: 0.85 !important;
}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle{
	display: none !important;	
}

.ui-widget-content{
	border: none !important;
	background: none !important;
}

.ui-resizable-handle{
	display: none !important;
}
