#modal,
#lightbox {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	display: none;
	text-align: center;
	
	background: black;
	background: transparent\9;
	background: rgba(0, 0, 0, 0.4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
}

#modal {
	display: block;
}

#modal div.container,
#lightbox div.container {
	display: inline-block; 
	width: 600px;
	margin-top: 150px;
	padding: 30px;	
	background: white;
	overflow: hidden;
}

#modal div.container {
	width: auto;
}

#modal div.container.basic {
	padding: 0px;
}

#modal div.container .header {
	float: none;
	background: #2BB6D1;
	color: white;
	text-align: center;
	font-weight: bold;
}

#modal div.container .body {
	padding: 20px;
	overflow: auto;
	line-height: 17px;
}

#modal div.container .processing{
	width: 250px;
}

#lightbox .prev,
#lightbox .next {
	float: left;
	width: auto;
	
	padding-left: 30px;
	padding-right: 30px;
}

#lightbox .next {
	float: right;
}

#lightbox .prev:hover,
#lightbox .next:hover {
	cursor: pointer;
}

#lightbox img {
	margin-top: 20px;
	width: 540px;
}

#lightbox span {
	font-size: 11px;
	color: #A0A0A0;
}