/*////////////////////// FONT STYLES */
/*////////////////////// FONT STYLES */

.formWtext {
	width: 340px;
	height: 75px;
}

.form3 {
	width: 25px;
}
.form10 {
	width: 125px;
}

.formText {
	width: 200px;
}
.formWideText {
	width: 340px;
}
.formNarrowText {
	width: 96px;
}

.formTextarea {
	width: 340px;
	height: 80px;
}

.formTextareaWide {
	width: 340px;
	height: 80px;
}


.formTextareaTall {
	width: 340px;
	height: 250px;
}

.formSubmit {
	width: 100px;
	line-height: 14px;
	font-size: 12px;

}

.formHeader {
	text-decoration: none;
	text-align: left;
	padding-bottom: 3px;
	font-size: 14px;
	line-height: 16px;
	color: #7D5BAB;
	font-weight: bold;
	border-bottom: 1px solid #7D5BAB;
}

form table td { padding-right: 5px; }
