
/*** 1. Form stlying ***/
.BA_form_labels {
	width: 80px;
}

.BA_form_fields {
	width: 200px;
}
	.BA_form_fields input {
		width: 200px;
		border: 1px solid #abadb3;
	}
	.BA_form_fields select {
		width: 200px;
	}

.form_disabled {
	color: #666;
}

.BA_validation {
	padding: 0 0 0 5px;
	font-weight: bold;
}

.BAsubmit {
	width: 200px;
	height: 40px;
	margin: 20px 0 0 0;
}

#BAform table {
	width: 90%;
	margin: 0 auto;
}

/*** 2. Design elements ***/
#BAtable th {
	background: #7087b8;
}
	#BAtable th a {
		color: #000;
	}
	.BAzebra {
		background: #87a4e0;
	}

.BA_err_box {
	padding: 10px;
	madgin: 10px;
	text-align: center;
	font-weight: bold;
}

