#icon-edit.icon32-posts-23video {

	background: url(../img/icon32x32.png) no-repeat;

}

body.iframe {
	margin: 5px 0px;
	padding: 0px;
	font-family:sans-serif;
	font-size:12px;
	line-height:1.4em;
}

input[type=file] {
	border-radius: 3px;
	padding: 2px;
	width: 230px;
}

.video-albums {
	width: 230px;
	padding: 2px;
}

.video-upload-button {
	color: white;
	font-weight: bold;
	font-size: 11px;
	padding: 6px 10px;
	border: 1px solid #508e47;
	background-color: #78bc6f;
	border-radius: 1px;
	margin-left: 3px;
	margin-right: 40px;
}

.video-button {
	color: white;
	font-weight: bold;
	font-size: 11px;
	padding: 6px 10px;
	border: 1px solid #508e47;
	background-color: #78bc6f;
	border-radius: 1px;
	text-decoration: none;
}

a.video-button, a.video-button:visited, a.video-button:hover {
    color: white;
    text-decoration: none;
}

.video-message {
	border: 1px #508e47 solid;
	background: white;
	color: #508e47;
	padding: 5px;
}

.video-error-msg {
	color: #e20000;
	font-family: arial;
	font-size: 14px;
}

.video-upload-infobox {
	width: 200px;
	float: right;
	margin: 20px;
	background: #fff;
	border:1px #ccc solid;
	border-radius: 5px;
	padding: 10px;
}

.video-rightbar {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 267px;
	padding: 0 16px 24px;
	background: #f5f5f5;
	border-left: 1px solid #dfdfdf;
	overflow: auto;
}


.video-media-button {
	background: url(../img/icon16x16.png) no-repeat;
	height: 16px;
	width: 16px;
	display: inline-block;
	position: relative;
	top: 3px;
	left: -4px;
	margin-right: 2px;
}

.video-setting {
	display: block;
	margin: 5px;
}
.video-setting select {
	float: right;
}

.video-setting span {
	width: 100px;
	text-align: right;
}

.video-info-thumb {
	width: 100%;
}

.video-insert-button {
	float: right;
	margin-top: 30px;
}

.insert-23video-footer {
	border-top: 1px #999 solid;
}

.video-options-box {
    background: #f5f5f5;
    border: 1px #ccc solid;
    max-width: 650px;
    border-radius: 3px;
    padding: 5px;
}

ul.video-videos li {
	display: block;
	float: left;
	margin: 10px;
	color: white;
	padding: 5px 0px 5px 0px;
	text-align:center;
	width: 170px;
	height: 130px;
	background: #000;
}

ul.video-videos li:hover {
	background: #008b07;
	cursor: hand;
	cursor: pointer;
}

ul.video-videos .title {
	text-align:left;
	padding: 5px;
}

.video-close {
	background: url("../img/close.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 16px;
	width: 16px;
}
.video-close:hover {
	opacity: 0.8;
}
.error-msg {
	color: black;
	font-family: arial;
	font-size: 13px;
}

label.video {
	font-family: arial;
	font-size: 13px;
	width: 130px;
	float: left;
	display: block;
	padding-top: 3px;
}

