* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#control_container, #header_container, .arrow_list_grey, .content_right_header, .content_right_header_02, .content_right_header_03, .content_right_header_04, .content_right_header_05, .curve_button_grey, .curve_button_blue, .curve_button_solid, .curve_button_solid_02, .curve_button_blue_02 {
	display: none;
}

p, ul li, ol li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	clear: both;
	float: left;
	padding: 0 0 20px 0;
	margin: 0;
	width: 100%;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: blue;
}

h1, h2, h3, h4, h5 {
	font-family: "Times New Roman", Times, serif;
	clear: both;
	float: left;
	padding: 0 0 20px 0;
	margin: 0;
	width: 100%;
}

/* Voucher preview stuff */
div.voucher_preview {
	width: 700px;
	height: 301px;
	background-repeat: no-repeat;
	margin: 30px 0 0 80px;	
}

div.voucher_preview div.clearing {
	clear: both;
	height: 0;
	width: 100%;
}

div.voucher_preview .voucher_content_container {
	height: 265px;
	width: 197px;
	overflow: hidden;
	position: fixed;
	text-align: left;
	margin: 12px 0 0 9px;
	padding: 6px;
	font-family: helvetica, ariel, san-serif;
}

div.voucher_preview .voucher_value {
	float: right;
	font-size: 30px;
	font-weight: bold;
}

div.voucher_preview .voucher_recipient {
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
}

div.voucher_preview .voucher_message {
	float: left;
	font-size: 10px;
	padding-top: 0px;
}

div.voucher_preview .voucher_sender {
	float: left;
	font-style: italic;
	font-size: 10px;
	padding-top: 3px;
}

div.voucher_preview .voucher_usage {
	float: left;
	font-size: 10px;
	position: absolute;
	bottom: 25px;
}

div.voucher_preview .voucher_code {
	float: left;
	font-size: 11px;
	position: absolute;
	bottom: 5px;
}


div.camo {
	color: #4c5423;
}

div.circles {
	color: #1c5777;
}

div.cube_animals {
	color: #d97a77;
}

div.pink_zaire {
	color: #cc6190;
}

div.skulls {
	color: #000000;
}

div.stars {
	color: #cd2721;
}


/* ENDS Voucher preview stuff */