body {
	padding: 0;
	margin: 0;
	background-color: #497db9;
}

header img {
	text-align: center;
}

main {
	width: 800px;
	margin-top: 10px !important;     
    border:1px solid #777;
    margin:0 auto;
    padding: 20px;
	height: auto;
	height: 30em;
}

main {
    background: #fff url("../../images/payment-bg.png") repeat center;
}

#confirm_title {
	text-align: center;
	color: #497db9;
	font-family: "times new roman";
	font-size: 25px;
	font-weight: bolder;
	border-bottom: 1px solid #497db9;
	margin-bottom: 20px;
}

#confirm_details {
	width: auto;
	margin-top: 13px !important; 
	color: #497db9;
	font-family: "times new roman";
	font-size: 20px;
}

#buttons {
	text-align: center;
	margin-top: 12em;
	border-top: 1px solid #497db9;
}

#buttons input {
	background-color: #497db9;
	color: #fff;
	cursor: pointer;
	height: 25px;
}

#buttons input:hover {
	background-color: #fff;
	color: #497db9;
	font-weight: bold;
}

@media print {
	#buttons {
		display: none;
	} 
}