@charset "utf-8";

.video_preview div div {
	padding: 0 0 0 20px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	line-height: 20px;
	margin:0;
}

img.video_preview, a img.video_preview {
	border: 2px solid #ccc;
	padding: 2px;
}

a:hover img.video_preview {
	border-color: #265b84;
}

img.video_preview, a img.video_preview_sc {
	border: 1px solid #ccc;
	padding: 2px;
}

a:hover img.video_preview_sc {
	border-color: #265b84;
}

/* INFO BOX on redirect */
.infobox {
	border-bottom: 1px solid;
	border-top: 1px solid;
	margin: 10px;
	padding: 0 30px;
	background-repeat: no-repeat;
	background-position: 12px center;
	display: block;
	line-height: 30px;
}

.accept {
	border-bottom-color: #019609;
	border-top-color: #019609;
	background-color: #ccffcd;
	background-image: url('../images/videos/accept.png');
}

.error {
	border-bottom-color: #df7b7b;
	border-top-color: #df7b7b;
	background-color: #ffe6e6;
	background-image: url('../images/videos/error.png');
}


.embed {
	padding: 3px 10px;
	border: 1px solid #d1d1bb;
	background: #f3f3e8;
	width: auto;
	float: left;
}

.embed input {
	border: 1px solid #bfbfab;
	background: #fff;
	padding: 2px;
}
