		.starterLink {
			font-size: 22pt;
			color: #551;
			cursor: pointer;
			line-height: 1.5em;
		}
		.starterLink:hover {
			color: #000;
		}
		#sellHorseForm {
			margin-top: 20px;
		}
		.formArea {
			width:70%; 
			float: left
		}
		.formArea td {
			text-align: left;	
			vertical-align: top;
			padding: 10px;	
		}
		.formArea input {
			background: #bebc9d;
			font-size: 12pt;
			padding: 2px;
		}
		.formArea tr.hr td {
			border-top: 1px solid #551;
		}
		.formArea td.lbl {
			padding: 10px 20px 10px 0px;
			text-align: right;
			font-size: 13pt;
			width: 180px;
		}
		.formArea select {
			font-size: 12pt;
			padding: 3px;
			width: 100%;
		}
		.instructions {
			background: #e2e3d7;
			width: 25%; 
			border: 1px solid #797759;
			float: left;
			margin-left: 15px;
			font-size: 10pt;
			text-align: justify;
			padding: 10px;
		}
		.instructions h2 {
			font-size: 12pt;
			text-align: center;
			border-bottom 1px solid #797759;
		}
