.active-scaffold-header div.actions {
	left: 50%;
}

.active-scaffold .view {
	background-color: #DFDFDF;
	border: 1px solid #7F7F7F;
}

.active-scaffold h2 {
	font-family: Bookman, Times New Roman, Times, serif;
    font-size: 22px;
}

.active-scaffold textarea {
    font-family: Bookman, Times New Roman, Times, serif;
	width: 500px;
	height: 500px;
}

.active-scaffold input.text-input {
    font-family: Bookman, Times New Roman, Times, serif;
	width: 500px;
}

.active-scaffold .sub-form input.text-input {
    font-family: Bookman, Times New Roman, Times, serif;
	width: 200px;
}

.active-scaffold select {
    font-family: Bookman, Times New Roman, Times, serif;
}