
body {
        background-color: #ccc;
}
.homeButton {
	position: fixed;
	left: 15px;
	top: 5px;
	z-index: 5;
	float: left;
}
.headerBox {
        position: relative;
        left: 25vw;
        border: 1px solid black;
        border-radius: 5px;
        box-shadow: 1px 1px #000;
        background-color: #fff;
        color: #333;
        margin-top: 15px;
        width: 45vw;
	text-align: center;
}
.mainContent {
	position: relative;
	left: 25vw;
	border: 1px solid black;
	border-radius: 5px;
	box-shadow: 1px 1px #000;
        background-color: #fff;
        color: #333;
        margin-top: 15px;
	width: 45vw;
	padding-bottom: 10px;
}
.mainContent table {
	margin:0 auto;
}
p {
	text-align: center;
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
input[type=submit] {
	border-radius: 2px 0px 2px 0px;
	width: 125px;	
}
a, a:visited, a:hover, a:active {
	cursor:pointer;
	font-weight: bold;
	color: #f55;
	box-shadow: 0px 1px #000;
}
input {
	width: 200px;
}

