#modal-screen {
	background-color:rgba(0, 0, 0, .5);
	height:100%;
	position:absolute;
	width:100%
}
#modal-wrapper {
	display:none;
	height:100%;
	position:absolute;
	z-index:500000005;
	width:100%;
}
.modal-content, #modal-loading {
	background-color:#fff;
	margin:50px auto 0;
	position:absolute;
	width:800px;
	box-shadow:0 0 10px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, .5);
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px
}
.modal-content label {
	color:#80a1c1
}
#modal-loading {
	position:relative
}
.modal-close {
	background-color:#a12a2a;
	border:0px solid #fff;
	color:#fff;
	display:block;
	font-weight:bolder;
	height:21px;
	position:absolute;
	right:-11px;
	top:-9px;
	width:20px;
	z-index:10;
	box-shadow:0 0 10px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, .5);
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5);
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px
}
.close-icon {
	background-position:-79px -185px;
	display:block;
	height:10px;
	margin:6px auto 0;
	width:10px
}
.modal-top {
	padding:15px 20px 20px
}
.modal-header {
	color:#29271e;
	font-size:4em;
	font-weight:bold;
	letter-spacing:-0.03em;
	margin-bottom:7px
}
.modal-header span {
	color:#80a1c1;
	font-weight:normal
}
.modal-subheader {
	color:#80a1c1;
	font-size:1.5em;
	letter-spacing:-0.025em;
	margin-bottom:25px
}
.modal-bottom {
	background-color:#e5ecf3;
	clear:both;
	padding:15px 20px;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px
}
.fullwidth {
	width:100%!important
}
#submission .btn-facebook {
	margin-top:10px;
	margin-bottom:10px
}
#submission .text {
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom:5px
}
#submission input#ident {
	min-width:0;
	width:320px
}
#submission input#password {
	min-width:0;
	width:320px
}
#forgot-password-form a.auth-login {
	display:none
}
.modal-content .modal-content-inner {
	padding:20px
}
.modal-content-inner .auth-sn-facebook-modal {
	background-color:#637bad;
	border:solid 1px #29447e;
	margin-top:5px;
	line-height:21px;
	font-weight:bold;
	margin-right:5px;
	color:#fff;
	font-size:11px;
	padding:3px
}
