.form, .referral-form {
	display: block;
	width: 400px;
	padding: 10px;
	margin: 0px 30px 20px 30px;
	}
	
td.label, td.full {
	padding: 9px 10px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
}

td.field {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
}
	
input[type=text] {
	display: block;
	float: left;
	width: 180px;
	height: 3em;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 1em;
	padding: 0px;
	background: #ffffff;
	border: 1px solid #666666;
	}
	
textarea {
	display: block;
	float: left;
	width: 180px;
	height: 55px;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 14px;
	padding: 2px;
	background: #ffffff;
	border: 1px solid #666666;
	}

	
.submit {
	dispaly: block;
	background: url('/library/images/submit-button.gif') no-repeat;
	width: 65px;
	height: 22px;
	border: 0px;
	cursor: pointer;
	cursor: hand;
}

.reset {
	dispaly: block;
	background: url('/library/images/reset-button.gif') no-repeat;
	width: 65px;
	height: 22px;
	border: 0px;
	cursor: pointer;
	cursor: hand;
}

.donotshow {
	display: none;
}