form	{
	margin: 25px 2px 10px 0px;
	line-height: .8em;
	background: #f1f1f1;
	padding: 7px 10px;
	border: 1px solid #207E9C; 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 15px;
   font-weight: bold;

}

	form br {
		clear: left;
	}


	form h2 {
		margin: 25px 0 2px 41px;
		font: bold 18px/1.2em Arial, sans-serif;
}

fieldset {
	margin: 0;
	padding: 5px 0 10px 0;
	background: #f1f1f1;
	border: 1px solid #E7E0EF; 
	}

	fieldset legend {
		font-size:   1.3em;
		line-height: 1.6em;
		margin: 15px 10px 20px 34px;
		padding: 1px;
		letter-spacing: .1em;
		color: #207E9C;
	}

		fieldset.contactinfo label { 
			display: block;
			color: #333;
			float: left; 
 			width: 120px;
			text-align: right; 
			margin: 5px 15px 3px 3px;
			padding: 0;
			padding-bottom: 2px;
			font-size: 1.1em/1.0em; 
		}


	fieldset.catalogs { 
		 
	}

	fieldset input { 
		margin: 0 2px 3px 2px;
		padding-left: 2px;
		font: 1.25em  Arial, sans-serif;
		border: 1px solid #207E9C; 
		width: 50%;
	}


	fieldset  input:hover,   fieldset  textarea:hover { border: 1px solid #333; }

	fieldset  input:focus,   fieldset  textarea:focus { border: 1px solid  #333;  }

	fieldset textarea { 
		width: 65%;
		margin-left: 2px;
		margin-bottom: 10px;
		padding-left: 3px;
		border: 1px solid #207E9C; 
		font: 1.25em, Arial, sans-serif;
	}


p.instructions	{
	font:  1em Verdana, Arial, sans-serif;
	color: #00759c;	
	letter-spacing: normal;
	margin-left: 14px;
	margin-top: 0px;
}


div.sub { 
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}

	div.sub input {
		width: 30%;
		color: #00759c;	
	}

	div.sub input:hover  {
		background-color: #6BA2B3;
		color: #fff;	
	}


.checkboxes  { 
	line-height: 20px;
	margin: 0 0 .6em 20px;
	padding: 0;
	float: left;
}

	.checkboxes input { 
		margin: .3em 0 0 0;
		padding: 0;
		border: none;
		width: 40px;
	}

	.checkboxes textarea { 
		margin: .3em 0 0 0;
		width: 400px;
	}



	.sub input {
		font:  1em Verdana, Arial, sans-serif;
		background-color: #fff;
		padding: .2em .5em;

	}








