input, select, textarea {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 10px;
	color: #676767;
}

.textfield, textarea {
	background-color: #fff;
	border: 1px solid #ccc;
}

.textfield {
	padding: 0;
	margin: 0 0 15px 0;
	width: 258px;
	overflow: hidden;
}

/* Reservation Page - can't be seperated width textfield css */
.textfield.otherField {
	width: 220px;
}

.textfield.smallField {
	width: 80px;
}

.textfield.selectField {
	width: auto;
}

/* Photo Page - can't be seperated width textfield css */
.textfield.numField {
	margin: 0;
	width: 35px;
}

textarea {
	overflow: auto;
}

#sendButton, #clearButton {
	padding: 3px 6px;
	margin: 0;
}

label {
	float: left;
	margin: 0;
	text-align: left;
	width: 100px;
}

label.long {
	width: 200px;
}