/* print stylesheet for registration form October Workshop */


body{
	background-color:#fff;
	color:#000;
	font-family: "Times", serif;
	font-size:12pt;
}

.noPrint, noscript{
	display:none;
}

div#container{
	margin-left:10%;
}

legend{
	font-weight:bold;
	font-size:14pt;
}
label{
	display:block;
	text-align:left;
	font-weight:bold;
}
input{
	border-width:0; 
	border-bottom:1px solid #000;
	float:left;
	padding-right:2em;
}

select{
	display:none;
}

span#stateLine{
	display:block;
	width:10em;
	height:1em;
	border-bottom:1px solid #000;
}

td{padding:0.25em 0.15em;}

#submit{
	display:none;
}
#heardAbout{
	width:40em;
}

div#topblock h3, div#topblock p{
	margin:0.25em;
	padding:0;
}

#freebook, #freeLbl{
	display:none;
}

div#mailReg{
	display:block;
	text-align:left;
}

div#mailReg p{
	padding:0;
	margin:0.5em 1em;

}

h4#page_break{
	  page-break-before: always;
  }
  
 .printO{
	 display:block;
 }