/* print.css */

/* ------------------- */
/* BASIC LAYOUT & DIVS */
/* ------------------- */

body#survey_4 { background:none; }

p { margin:10px 0; }

#survey_4 #wrapper { width:auto; margin:0; }

#survey_4 #footer { display:none; }

#survey_4 #header { position:relative; height:auto; }

#survey_4 #top-nav { display:none; }

#survey_4 #main-content { position:relative; margin:0; padding:0; background:none; }

#survey_4 #right-col { display:none; }

#survey_4 #content { width:auto; }

#survey_4 #logo { float:none; margin-top:0px; }


/* Surveys */

#survey_4 h1, #survey_4 h2, #survey_4 p { display:none }

#survey_4 blockquote { display:none; }

#voucher { 
	width:453px; border:#768ba6 2px dashed;
	padding:20px; -moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px; color:#808080;
	margin:20px 0;
}
#voucher p { display:block; }
#voucher img { float:right; }
#voucher p img { float:none; }
#voucher h1 { position:static; font-size:1.8em; overflow:hidden; display:inline; }
#voucher h2 { margin:0; border-bottom:#81b6d9 1px solid; padding-bottom:15px; }
#v-id { color:#333; line-height:1.6; font-size:1.1em; }

#print-button { 
	display:none;
}
