@import url("print.css");

body { padding: 20px; }

#print_msg, #print_msg_bottom { display: block; padding: 10px 15px; border: 1px solid #000; background: #ffff99; }
#print_msg { margin-bottom: 2em; }
#print_msg_bottom { margin-top: 2em; }



/*
#print_msg,
	#print_msg_bottom { position: relative; background: url('../images/header_banner_top.gif') 13px top repeat-x; margin: 0 -4px; }

#print_msg div,
	#print_msg_bottom div { position: relative; background: url('../images/header_banner_left.gif') left 13px repeat-y; }

#print_msg div div,
	#print_msg_bottom div div { position: relative; background: url('../images/header_banner_top.gif') 13px bottom repeat-x; }

#print_msg div div div,
	#print_msg_bottom div div div { position: relative; background: url('../images/header_banner_left.gif') right 13px repeat-y; }

#print_msg div div div div,
	#print_msg_bottom div div div div { position: relative; background: url('../images/border_over.gif') left top no-repeat; }

#print_msg div div div div div,
	#print_msg_bottom div div div div div { position: relative; background: url('../images/border_over.gif') right top no-repeat; }

#print_msg div div div div div div,
	#print_msg_bottom div div div div div div { position: relative; background: url('../images/border_over.gif') right bottom no-repeat; }

#print_msg div div div div div div div,
	#print_msg_bottom div div div div div div div { position: relative; background: url('../images/border_over.gif') left bottom no-repeat; padding: 4px; }

#print_msg div div div div div div div div,
	#print_msg_bottom div div div div div div div div { position: relative; background: #fed976; min-height: 108px; padding: 10px 15px; }

#print_msg div div div div div div div div div,
	#print_msg_bottom div div div div div div div div div { position: static; background: none transparent; min-height: 0; padding: 0; }
*/



#print_msg p,
	#print_msg_bottom p { color: #000; }
	
#print_msg .no_print,
	#print_msg_bottom .no_print { color: #555555; font-style: italic; }

#print_msg .return,
	#print_msg_bottom .return { margin: 0.6em 0; }
	
	
#print_msg .return a,
	#print_msg_bottom .return a { font-weight: bold; text-decoration: none; color: #0000ee; }
	
#print_msg .return a span,
	#print_msg_bottom .return a span { border-bottom: 1px dashed #0000ee; }
	
#print_msg .return a:hover span,
	#print_msg_bottom .return a:hover span { border: 0; }
