<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#FormRight .req {
	width:300px;
}

	legend {
		font-weight: bold; margin-bottom: 10px;
}
	fieldset { 
		padding: 0px; 
}
	textarea { 
		overflow: hidden; 
}
	#required { 
}
	#personal { 
		width:525px;
		margin-left:20px;

}
	#personal div { 
		text-align: left; 
}
	#personal label {
		float: left;
		width: 90px;	
		text-align: right;
		padding: 3px 0; margin-right: 5px;
}
	#personal input, #personal select { 
		width: 150px; 
}
	#survey {
		margin-left:140px;
		text-align: left;
		width: 300px;
}	
	#survey fieldset {
		border-width: 0;
		padding: 0 10px;
}
	#survey label {
		display: block;
		cursor: pointer;
		width: 300px;
		text-align: left;
		padding: 2px;
}
	#optin { 
		padding-top: 20px; 
		border-width: 0; 
}
	#optin label { 
		display: block; 
}
	.req label { 
		font-weight: bold; 
}
	fieldset input:focus, fieldset textarea:focus { 
		border: 2px solid #000; 
}
	#survey label:hover {
		background: #FFFFE0;
		cursor: pointer;
}
	#survey input:focus, #optin input:focus { 
		border-width: 0; 
}
	.buttons {
		text-align: center;
}
	.buttons input {
		margin-top: 10px;
		font-family: Tahoma;
		font-weight: bold;
		font-size: 25px;
}
#FormLeft {
	width:260px;
	float:left;
	height: 120px;
}
#FormRight {
	width:260px;
	float:right;
	height: 120px;
}
#snForm {
	position: relative;
	top: 0px;
	left: 150px;
	width: 250px;
	height: 250px;
	border: solid 2px black;
	background: white;
	padding: 8px;
	display: none;
}
</pre></body></html>