div#name {
	width: 100%;
}
div#destination {
	width: 100%;
}
div#email {
	
}
div#address {
    width: 320px;
}
div#phone {

}
div#referral {
    width: 420px;
}
div#btext {
    width: 270px;
}
div#bio { }

.red { color: #993333; }
.smalltext { font-size: 8pt; }

/*** INPUT STYLES ***/
input.initial {
	color: #cccccc;
	font-style: italic;
}
input.cleared { }	/* Used for clearing input.initial from input */
select#destination	{ width: 570px; }
input#email1, input#email2	{ width: 250px; }
input#street	{ width: 220px; }
input#city		{ width: 165px; }
input#state		{ width: 50px; }
input#country	{ width: 165px; }
input#zip		{ width: 50px; }
textarea#bio {
	width: 330px;
	height: 150px;
}