.eventLabel{
	color: #001048;
	font-size: 12px;
	font-family: 'times new roman', times, serif;
	float: left;
	width: 100px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 5px;
	vertical-align: text-top;
}

.formLabel{
	color: #001048;
	font-size: 12px;
	font-family: 'times new roman', times, serif;
	float: left;
	width: 150px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 15px;
	padding-left: 5px;
	vertical-align: text-top;
}
.divFormLabel {
	color: #001048;
	display: block;
	font-size: 12px;
	font-family: 'times new roman', times, serif;
	float: left;
	width: 150px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.formInputField {
	margin-top: 3px;
	margin-bottom: 2px;
}

.formTextField {
	color: #001048;
	font-size: 12px;
	font-family: 'times new roman', times, serif;
}

.deleteButton {
	font-size: 9px;
	font-family: 'times new roman', times, serif;
}

.addButtonArea {
	margin-top: 10px;
}

.errorField {
    background-color: #dd80dd;
}

.formBlock {
	border-top: 1px solid #000055;
	padding-top: 3px;
	margin-bottom: 30px;
}
.formInput {
	color: #001048;
	font-size: 12px;
	font-family: 'times new roman', times, serif;
    width: 480px;
}
.textArea1 {
    width: 480px;
}
input {
	font-size: 12px;
	font-family: 'times new roman', times, serif;
	color: #001048;
}
textarea {
	font-size: 12px;
	font-family: 'times new roman', times, serif;
	color: #001048;
}
select {
	font-size: 12px;
	font-family: 'times new roman', times, serif;
	color: #001048;
}
option {
	font-size: 12px;
	font-family: 'times new roman', times, serif;
	color: #001048;
}
	