.wp-picker-holder {
	position: absolute; bottom: 2.5em; left: -1em;
	z-index: 1;
	-webkit-box-shadow: 3px 3px 5px #ddd;
	   -moz-box-shadow: 3px 3px 5px #ddd;
			box-shadow: 3px 3px 5px #ddd;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.fvp_colorpicker {
	position: absolute;
	bottom: 0; right: -197px;
	background-color: #fff;
	z-index: 100;
	border: 1px solid #ccc;
}

.defaultTextActive {
	color: #a1a1a1;
	font-style: italic;
}

#fvp_activation_notification {
	border-color: #00adef !important;
	background-color: whiteSmoke !important;
}
.fvp_hidden {
	display: none;
}
.fvp_notice {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	background-color: white;
	border-color: gray;
	margin: .5em 0;
	padding: .4em .6em .2em;
}

.fvp_warning {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	background-color: lightYellow;
	border-color: #E6DB55;
	margin: .5em 0;
	padding: .4em .6em .2em;
}

#featured_video_plus-box textarea {
	resize: none;
	width: 100%;
	height: 1.1em;
	line-height: 1.1em;
	font-size: 1em;
}

.fvp_grouplable {
	width: 100px;
	float: left;
	padding-top: 2px;
}
.fvp_grouppart1 {
	width: 200px;
	float: left;
	padding-top: 2px;
}
.fvp_readonly {
	color: gray !important;
}
.fvp_invalid {
	background-color: #FA8072;
}