	<style type="text/css" media="screen">
	body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	text-align: center;
	}
	  
		html {font: 11px Arial, Helvetica, sans-serif; color: #333333; }
		
		#heading {
			display: block;
			text-align: center;
			margin-bottom: 0em;
		}
		#cost {
			/*background-color: #FFF;
			background-image: url(images/lightgrey.gif);*/
			line-height: 32px;
			text-align: center;
			width: 840px;
			margin: auto;
			border-top: thin dotted 1px #CCC;
			border-bottom:thin dotted 1px #CCC;
			border:thin dotted 0px #CCC;
			padding-bottom: 20px;
		}
		
		input {
			padding: 3px;
			font-weight: bold;
			font-size: 11px;
			color: #666;
			background-color:#FFF
		}
		
		#heading * {
			display: inline;
			padding: 4px;
			user-select: none;
			cursor: pointer;
			vertical-align: middle;
			border:thin 1px #CCC;
		}
	#heading li.active {
	background: #900;
	padding: 7px;
	color:#FFF;
		}
		
	#heading li  {
	background: #f1f1f1;
	border:thin 1px #CCC;
	color: #333;
	padding: 7px;
	}
	
	#estwrapper {
	width: 900px;
	height:450px;
	border: 1px dotted #CCC; 
	background-image:url(images/badgedispplay5.jpg);
	background-repeat: no-repeat;
	background-position: 0px 140px;
	}
		
	#panes {
	border-style: none;
	/*width: 245px;
	margin: 0 0em 0 0em;*/
	margin: auto 0px;
	width: 900px;
	}
		
	#panes p {
	 width: 900px;
	 margin: 0 auto 0em auto;
	 line-height: 1.2em;
	 text-align:center;
	}
		
	#panes div div { overflow: hidden; }
		
	#previous { float: none; cursor: pointer; }
	
	#next { float: none; cursor: pointer; }
		
	#panes a {
	border-bottom: 0px dotted #999999;
	}
		
	.ErrorString {
	border: 1px #666 dotted;
	background-color: #F5F5F5;
	width: 400px;
	color: #333;
	line-height: 28px;
	height: 30px;
	margin-top: 10px;
	text-align:center;
	}
	
	.OpenMessage {
	border: 0px #999999 dotted;
	width: 400px;
	color: #A80000;
	margin-top: 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	}
	
	#message {
	background-color: transparent;
	text-align:center;
	width: 450px;
	height: 50px;
	margin:auto;
	}
	
	</style>

