.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;
}

.fvp_radio_bumper {
	float: left;
	width: 100px;
}

.fvp_input_wrapper {
	position: relative;
}
#featured_video_plus-box .fvp_input {
	padding-right: 21px;
}
.fvp_media_icon {
	background: transparent no-repeat top left;
	display: block;
	width: 15px;
	height: 15px;
	position: absolute; top: 4px; right: 4px;
}

.fvp_code_list li {
	margin-bottom: 0;
}

.box_topright {
	float: right;
	width: 20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.box_topright #fvp_remove {
	display: block;
	height: 10px;
	width: 10px;
	margin-top: 10px;
	background: url('/wordpress/wp-admin/images/xit.gif') no-repeat center left;
}
.box_topright #fvp_remove:hover {
	background: url('/wordpress/wp-admin/images/xit.gif') no-repeat center right;
}