#starform * {
	font-size: 1em;
	height:auto;
}

#starform table {
	width: 100%;
	border-collapse: collapse;
}

#starform table tr td,
#starform table tr th {
	padding: 0.5em 0.5em;
}

#starform table tr th {
	font-weight: bold;
	text-align: center;
	width: 35%;
	height:40px;
}

#starform th span {
	font-size: 0.8em;
	color: #e00;
	margin-left: 0.3em;
}
#starform span.example {
	font-size: 0.9em;
	margin-left: 0.5em;
}

#starform input[type='text'],
#starform textarea {
	border: 1px solid #aaa;
}
#starform textarea {
	width: 100%;
	height: 100px;
}
#starform input[type='text'] {
	width: 50%;
}
#starform input[type='text'].full {
	width: 100%;
}
#starform input[type='radio'],
#starform input[type='checkbox'] {
	margin-right: 0.3em;
	cursor: pointer;
}
#starform label {
	cursor: pointer;
	margin-right: 0.8em;
}
