#passwordFader {
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:100;
	background:rgba(37,37,37,0.8);
}


#passwordContainer div.input {
	background:#fff;
	display:table;
	width: 100%;
	margin:0px;
	padding:0px;
	height:37px;
	border-radius:3px;
	border:solid 1px #dededf;
}
#passwordContainer div.input > div {
	display:table-cell;
}
#passwordContainer div.input > div > div {
}
#passwordContainer div.input > div.icon > div {
	padding-left:10px;
	padding-right:2px;
	line-height:20px;
}
#passwordContainer div.input > div.core > div {
	padding-left:5px;
	padding-right:5px;
}
#passwordContainer div.input > div.icon > div i {
	width:20px;
	text-align:center;
}
#passwordContainer div.input > div > div > input {
	width:100%;
	padding:0px !important;
	margin:0px;
	height:100%;
	border:none;
	height:21px;
	outline:none;
	margin-top:7px;
	font-size:15px;
	font-weight:500;
}


#passwordContainer {
	position:fixed;
	z-index:110;
	display:inline-block;
	width:100%;
	top:150px;
}

#passwordContainer #modal {
	width:300px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background:#f5f5f7;
	border:solid 1px rgba(20,20,20,0.6);
	color:#000;
	z-index:5;
	box-shadow: rgba(0, 0, 0, 0.6) 0px 12px 30px 0px;
	border-radius:5px;
	padding:1px;
}

#passwordContainer #modal #top {
	background:#f5f5f7;
	height:80px;
	border-radius:5px 5px 0px 0px;
	border-bottom:solid 1px #d3d3d4;
	font-size:14px;
	color:#666;
	background:-moz-linear-gradient(top,  #f5f5f7 0%, #eaeaeb 100%);
	background:-webkit-linear-gradient(top, #f5f5f7 0%, #eaeaeb 100%);
	background:linear-gradient(to bottom,  #f5f5f7 0%,#eaeaeb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f7', endColorstr='#eaeaeb',GradientType=0 );
	transition:0.1s;
}
#passwordContainer #modal #top h1 {
	margin-top:25px;
	color:#333;
	margin-bottom:8px;
	font-size:25px;
	font-weight:400;
}
#passwordContainer #modal #top span {
	color:#c61c1c;
	display:block;
	margin-top:5px;
	font-weight:400;
}

#passwordContainer #modal #body {
	border-top:solid 1px #fff;
	padding:25px 25px 25px 25px;
}
#passwordContainer #modal #body div.input > div.icon > div i {
	color:#888;
	transition:0.1s;
}
#passwordContainer #modal:hover #body div.input > div.icon > div i {
	color:#666;
}
#passwordContainer #modal input[type=submit] {
	width:100%;
	-webkit-appearance: none;
	padding:0px;
	margin: 0px;
	height:37px !important;
	line-height:37px;
	background:#4aafe5;
	box-shadow: none;
	outline:0px !important;
	border-radius:3px;
	background:-moz-linear-gradient(top,  #4aafe5 1%, #3799db 100%);
	background:-webkit-linear-gradient(top,  #4aafe5 1%,#3799db 100%);
	background:linear-gradient(to bottom,  #4aafe5 1%,#3799db 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4aafe5', endColorstr='#3799db',GradientType=0 );
	border:none;
	font-weight:600;
	font-size:14px;
	color:#fff;
	text-shadow: rgba(46, 86, 153, 0.298039) 0px -1px 0px;
	box-shadow: rgba(46, 86, 153, 0.14902) 0px 1px 0px 0px, rgba(86, 149, 219, 0) 0px 0px 4px 0px, rgba(41, 102, 20, 0) 0px 2px 0px 0px inset;
	cursor:pointer;
}
#passwordContainer #modal input[type=submit]:hover {
	opacity:0.9;
}
#passwordContainer #modal input[type=submit]:active {
	margin-top:1px;
	margin-bottom:-1px;
}