#account_form,
#contact_form_form,
#invoice_form,
#transfer_form_form,
#download_version_form,
#forum_post_form {
	opacity: 0.25;
}

#account_form:after,
#contact_form_form:after,
#invoice_form:after,
#transfer_form_form:after,
#download_version_form:after,
#forum_post_form:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background-color: rgba(0,0,0,0.25);
	border-radius: 4px;
}

#shutter {
/*	display: none;*/
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
}

#dismiss-shutter {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#shutter div {
	width: 400px;
	border-radius: 8px;
	background-color: #fff;
	color: #000;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 16px;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#shutter div:after {
	content: '.';
	display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#shutter p {
	margin-bottom: 1em;
}

#shutter img {
	float: left;
	margin: 0 16px 0 0;
}

#shutter em {
	color: #666;
}

#shutter div a {
	display: inline-block;
	color: #fff;
	background-color: #000;
	font-weight: bold;
	border-radius: 10px;
	padding: 0 10px;
	cursor: hand;
	text-decoration: none;
}
#shutter div a:hover {
	background-color: #666;
}