	#content {
	height: 260px;
	width: 197px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	}

	#teaser {
	width:197px;
	padding:0 0 6px;
	margin:10px;
	background:url(images/tsr.gif) no-repeat left bottom;
	float: right;
	height: 279px;
	}
	#teaser h1 {
	margin:0;
	padding:7px 10px 2px;
	background:url(images/tsr.gif) no-repeat left top;
	color: #7366CE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	}
	#teaser p, #teaser a.more, #teaser h2, #teaser imput, form{
	margin:0;
	padding:0 10px 3px;
	background:#F8F7F9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	padding: 0px;
	width: 197px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	width: 197px;
	margin-right: 5px;
	margin-left: 5px;
}

form fieldset legend {
	font-size:11px; /* bump up legend font size, not too large or it'll overwrite border on left */
	font-weight: bold;
	color: #333333;                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label {
	float: left;
	padding: 0px;
	margin: 2px 0 0 10px; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

form input, form textarea {
	margin:2px 0 0 10px;
	float: left;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
form p {
	color: #000000;
	font-size: 10px;
	text-align: center;
	margin: 10px 0px 2px;
	padding: 0px;
}

textarea { }

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
