/*
 * Copyright 2009 Don Benjamin
 * Licensed under the Apache License, Version 2.0 (the "License"); 
 * you may not use this file except in compliance with the License. 
 * You may obtain a copy of the License at 
 *
 * 	http://www.apache.org/licenses/LICENSE-2.0 
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, 
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
 * See the License for the specific language governing permissions and 
 * limitations under the License.
 */
.form-title-input {
	width: 100%;
}
.form-field-table {
	width: 100%;
	text-align: center;
}
.form-field-table td {
	text-align: center;
}
.form-field-table select {
	width: 100%;
}
.form-field-title-div {
	margin: auto;
	width: 130px;

}
.form-field-title {
	width: 100%;
}

.field-wrapper {
	border: solid black 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
}

.ffb-arrow {
	margin-top: 1px;
	border-top: solid gray 2px;
}
.ffb-input {
	border-right: none;
}
.presets-selector {
	clear: both;
}
.presets-selector, .presets-example-code {
	float: left;
	width: 45%;
}
/*.presets-example-code {
	padding: 20px;
}

.presets-selector ul {
	list-style: none;
}
.presets-selector li {
	display: block;
	float: left;
	width: 50%;
	text-align: center;
}*/
.searchforms-config-form {
	clear: left;
}
.options-controls {
	width: 100%;
}
.options-button {
	width: 50%;
	text-align: center;
	float: left;
}
.searchform-preset-wrapper select{
	width: 100%;
}
