.embed_youtube {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 0.7em;
	position: relative;
}

.embed_dialog {
	background-color: white;
	color: #062742;
	margin: 60px 20px 20px 20px;
	opacity: .9;
	padding: 15px 15px 40px 15px;
	position: absolute;
	top: 0;
}

.embed_dialog h1 {
	color: #3E71A3;
	font-size: 18px;
	margin: 8px 0;
}

.embed_dialog a {
	color: #3E71A3;
	display: block;
	font-size: 16px;
	margin-top: 8px;
}

.embed_dialog .embed_ok {
	background-color: rgb(178,18,26);
	bottom: 18px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 6px;
	position: absolute;
	right: 18px;
}

.embed_dialog .embed_ok:hover {
	background-color: rgb(208,48,56);
}

.embed_youtube ul {
	left: 392px;
}

.embed_youtube ul li {
	border: 1px solid #fff;
	display: inline-block;
	float: right;
	height: 24px;
	margin: 2px;
	position: relative;
	width: 24px;
}

.embed_youtube ul li:hover {
	background-color: #efefef;
	border: 1px solid #ccc;
	cursor: pointer;
}

.embed_youtube ul li a {
	font-size: 12px;
	line-height: 31px;
	text-decoration: none;
}

.embed_settings_box {
	background-color: #fff;
	border: 1px solid #ccc;
	display: none;
	padding: 10px;
	position: absolute;
	right: -18px;
	top: 40px;
	width: 200px;
	z-index: 300;
}

.embed_info_box {
	background-color: #fff;
	border: 1px solid #ccc;
	display: none;
	padding: 10px;
	position: absolute;
	right: -18px;
	top: 40px;
	width: 400px;
	z-index: 300;
}

.embed_settings_box:before {
	border: 7px solid;
	border-color: transparent transparent #fff;
	content: ' ';
	height: 0;
	position: absolute;
	right: 25px;
	top: -14px;
	width: 0;
}

.embed_info_box:before {
	border: 7px solid;
	border-color: transparent transparent #fff;
	content: ' ';
	height: 0;
	position: absolute;
	right: 55px;
	top: -14px;
	width: 0;
}
