/* ---------------------------------------------------
 *
 *	CSS for Floating Admin Button
 *
 * -------------------------------------------------*/
#adminButton {
	position: fixed;
	outline: 0;
	background: no-repeat scroll 0 0 transparent;
	bottom: 20px;
	right: 20px;
	width: 38px;
	height: 38px;
	text-indent: -999999px;
	z-index: 999999999;
	-khtml-opacity: .70;
	-moz-opacity: .70;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
	opacity: .70;
	cursor: pointer;
	/*border: solid 1px #FF0000;*/
}
.fab-text-disabled {
	color: #BBB;
	font-style: italic;
}
/****************************
 *	SETTINGS PAGE
 ****************************/
.fab-save-button {
	margin-top: 10px !important;
	font-weight: bold;
}
.fab-title-bar {
	width: 96%;
	background-color: #0073aa !important;
	color: #FFF !important;
	display: inline-block;
	padding-left: 16px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.fab-title-bar h2 {
	color: #FFF;
}
.fab-intro {
	font-weight: bold;
	width: 96%;
	padding-left: 5px;
	margin-bottom: 20px;
}
.fab-reset-button {
	margin-top: 4px !important;
}
#fab_settings input[type="text"] {
	font-size: 13px;
	margin-right: 10px;
}
#fab_settings select {
	font-size: 13px;
}
.fab-note {
	color: #0074a2;
	font-style: italic;
	font-weight: bold;
}
/****************************
 *	VALIDATION
 ****************************/
#fab_settings label.error {
	color: #ff0000;
}
#fab_settings input.error {
	border: 2px solid #5b9bb9;
}
