.content-box {
	width: 970px;
	border: 15px solid transparent;
	border-bottom: 0px none;
}

.content {
	box-shadow: 3px 3px 10px 0px #000;
}

.content-header {
	background: linear-gradient(rgba(255,255,255,0.75),rgba(255,255,255,0.25));
	min-height: 20px;
	padding: 5px;
	margin-bottom: 0px;
	font: bold 19px arial;
	line-height: 20px;
}
.content-footer {
	background: linear-gradient(rgba(255,255,255,0.75),rgba(255,255,255,0.25));
	min-height: 20px;
	padding: 5px;
	margin-top: 0px;
	font: bold 19px arial;
	line-height: 20px;
}

.content-body {
	background: linear-gradient(to right,rgba(255,255,255,0.5),rgba(255,255,255,0.75),rgba(255,255,255,0.5));
	min-height: 50px;
	padding: 5px;
}

.info-box {
	z-index: 2;
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;

	font: 16px arial;
	text-decoration: none;
	text-shadow: #000 2px 2px 2px;
	color: #fff;

}



.info {
	width: 300px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


.info-body {
	text-align: center;
	background: linear-gradient(rgba(255,255,255,0.75),rgba(255,255,255,0.25));
	box-shadow: 3px 3px 10px 0px #000;
	padding: 5px;
}

.info-header {
	background: linear-gradient(rgba(255,255,255,0.75),rgba(255,255,255,0.25));
	min-height: 20px;
	padding: 5px;
	margin-bottom: 0px;
	font: bold 19px arial;
	line-height: 20px;
	text-align: center;
}




.info-body label {
	width: 100px;
	height: 25px;
	float: left;
	text-align: left;
}

.info-body a {
	text-align: left;
	font: 12px arial;
	text-decoration: none;
	color: #fff;
}


.info-body input {
	width: 170px;
	height: 25px;
	border: 1px solid #000;
	padding: 0px;
	margin: 0px;
	background: linear-gradient(rgba(255,255,255,0.75),rgba(255,255,255,0.25));
}



