﻿	body{
		background-color:#F0F0F0;
	}	
	#wrapper{
		width:700px;
		margin-left:auto;
		margin-right:auto;
		background-color:white;
		color: #000000;
		font-family: Arial;
		border-right-style:solid;
		border-bottom-style:solid;
		border-left-style:solid;
		border-top-style:none;
		border-color:gray;
		border-width:1px;
		border-bottom-right-radius: 8px;
		border-bottom-left-radius: 8px;
	}
	#finalpagewrapper{
		width:680px;
		margin-left:auto;
		margin-right:auto;
		background-color:white;
		color: #000000;
		font-family: Arial;
		border-right-style:solid;
		border-bottom-style:solid;
		border-left-style:solid;
		border-top-style:none;
		border-color:gray;
		border-width:1px;
		border-bottom-right-radius: 8px;
		border-bottom-left-radius: 8px;
		padding:10px;
	}	
	#headerimage{
		width:700px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:none;
		background:white;
		text-align:center;
		border-right-style:solid;
		border-bottom-style:none;
		border-left-style:solid;
		border-top-style:solid;
		border-color:gray;
		border-width:1px;
		border-top-right-radius: 8px;
		border-top-left-radius: 8px;
	}
	#navbar{
		width:80%; 
		margin-left:10%; 
		margin-right:10%;
		border:none;
		background-color:#DAE8F5;
		color: #003399;
		font-size: 15px;
		font-weight: bold;
		text-align:center;
	}
	#selected{
		background-color:#003366;
		color:white;
		padding:5px;
		background-repeat: no-repeat;
	}
	.empty{
		width:400px;
		height:25px;
	}
	#footer
	{
		text-align:center;
		font-size:12px;
		color:gray
	}
	fieldset{
		padding-left:10px;
		padding-right:10px;
		margin:10px;
		font-size:14px;
	}
	legend{
		background-color:#DAE8F5;
		color: #003399;
		font-size: 15px;
		font-weight: bold;
		text-align:center;
		padding:5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	#buttons{
		text-align:right;
		margin-right:25px;
	}
	#btnClear,#btnCancel,#btnContinue{
		background-color:#003366;
		color:white;
		font-size: 15px;
		font-weight: bold;
		text-align:center;
		padding:5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border:none;
	}
	.label{
		width:100px;
	}
	#ctl02{
		margin-left:10px;
		margin-right:10px;
	}
	.payment {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
#ccinfo {
	width: 100%;
	height: 100px;
}
#buttons {
	padding: 10px 10px 10px 10px;
	line-height: 35px;
}