.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;
}

.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;
}