/* ------------------------------------------------------------------ */
/* =Modal boxes */
/* ------------------------------------------------------------------ */

div.modal-content {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20000;
	background: rgba(0,0,0,0.8);
	}
	
div.modal-content-wrap {
	position: relative;
	margin: 10% auto 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 5px solid #eee;
	padding: 20px;
	width: 480px;
	min-height: 350px;
	background: rgba(0,0,0,0.8);
	}

div.modal-content a.close {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	border: 0;
	padding: 0;
	width: 18px;
	height: 18px;
	background: url(/graphics/icons/close.png) no-repeat;
	text-indent: -1000em;
	outline: none;
	}

div.modal-content a.close:hover,
div.modal-content a.close:focus {background-position: 0 100%;}
	
div.modal-content h3 {
	margin-bottom: 1em;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 0 0 0.3em;
	font-size: 1.667em;
	color: #fff;
	}
		
div.modal-content h3 span {
	display: block;
	font-size: 0.6em;
	color: #e7e7e7;
	}
	
div.modal-content h4 {
	margin-bottom: 1em;
	border-bottom: 1px solid rgba(255,255,255,0.12);
	padding: 0 0 0.3em;
