/* css for Exhibitor REGISTRATION */
#left-content {
  height: 362px; 
}
* html #left-content {
  height: 364px; 
}
#left-content a {
  text-decoration:underline;
 }
#left-content p {
  line-height: 1.3em;
 }
 
 
textarea {
/* height: 27px; */
 width: 288px;
 font: 1.3em  Arial, Verdana, "Lucida Grande", LucidaGrande, sans-serif;
 background: #ededed;
 border: 1px solid #a1a1a1; 
}
#starboard {
	float: right;
	width: 283px;
	height: 94px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: -104px;
	position:relative;
}
* html #starboard {
	float: right;
	margin-top: -105px;
	margin-right: 3px;
	height: 92px;
	position:relative;	
}