body {
	background: none;
}

#wrapper , #menu, .subnavframe, #btmframe{
	display: none;
}

#contentframe{
    border: 0px;
}

div#voucher 
{
	background: #fff;
	padding: 30px 50px;
	display: block;
	width: 700px;
	margin: 0 auto;
}
 
div#voucher h1 {
	margin: 20px auto;
}

div#voucher h2 {
	margin: 0 auto;
	font-size: 1.6em;
}

div#voucher h5 {
	border: dotted #000;
	border-width: 1px 0 0;
	margin: 50px 0px 20px;
	padding: 3px 0 0;
	font-style: italic;
	font-size: 1em;
	width: 640px;
}


div#voucher p {
	margin: 12px 0px;
	font-size: 1.1em;
	width: 640px;
}

div#voucher .voucherDoctorName {
	font-weight: bold;
	margin: 0 0 0 3px;
}

div#voucher ul#voucherAppointments {
	width: 350px;
	margin: 12px 0px;
}

div#voucher ul#voucherAppointments li {
	list-style: none;
	margin: 10px 0 4px;
	clear: both;
}	

span.appointmentLabel {
	width: 90px;
	text-align: left;
	float: left;
	display: block;
	clear: left;
}

span.voucherLineItem {
	border: solid #000;
	border-width: 0 0 1px;
	display: block;
	width: 130px;
	height: 10px;
	margin: 0 0 0 2px;
	float: left;
}

div#voucher dl {
	clear: both;
	margin: 25px 0px 10px;
}

div#voucher dl dt {
	font-weight: bold;
	font-size: 1.15em;
}

div#voucher ul li {
	list-style: none;
	margin: 10px 0px 10px;
}

/* Procedure Information */

div#voucher p#procedureQuestion {
	margin: 35px 0px 0;
}

div#voucher dl#procedureAnswers {
	margin: 10px 0px 10px;
	width: 200px;
}

div#voucher dl#procedureAnswers dt {
	display: block;
	float: left;
	clear: left;
	font-weight: normal;
	margin-bottom: 5px;
	width: 140px;
}

div#voucher dl#procedureAnswers dd {
	display: block;
	float: left;
	margin: 0 10px 5px;
}

div#voucher p#otherInformation {
	width: auto;
	float: left;
	margin: 10px 5px 10px 0px;
}


div#voucher div#informationFields {
	width: 450px;
	float: left;
}

div#voucher div#informationFields span.voucherLineItem {
	display: block;
	clear: both;
	width: 450px;
	height: 20px;
	float: none;
}

 