.pageBox {
    border: 1px solid grey;
    border-radius: 10px;
    margin-top: 30px;
    background-color: white;
    margin-bottom: 155px;
    padding: 0 25px 15px 15px;
}

.background {
    background-image: url(../../../photos/maincarousel3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: right bottom;
}

input {
	border-style: solid;
}

header {
	margin-top: 20px;
	height: 80px;
	background: url("logo1.png") no-repeat;
	background-size: contain;
}

.title {
	text-align: right;
	padding-top: 20px;
}

#hourGrid {
	padding-left: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	border-radius: 5px;
}

#confirm, #title2, #title3, #confirmed, #timeGrid {
	display: none;
}




