﻿
table {
    border-collapse: separate;
    border-spacing: 20px 5px;
}

.labels {
	text-align: right;
	color: #4C6675";
}

.centeredDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -275px;
    height: 250px;
    width: 550px;
	background-color: #D7E1E8;
	border-color: #899BA7;
	border-width: 0px;
	border-style: solid;
	box-shadow: 10px 10px 15px #888;

	background: -moz-linear-gradient(#D7E1E8, #A5B6C0);
	background: -webkit-linear-gradient(#D7E1E8, #A5B6C0);
	background: -o-linear-gradient(#D7E1E8, #A5B6C0);
	background: -ms-linear-gradient(#D7E1E8, #A5B6C0);
}
