#share-popup-content {
	height: 430px;
}

.preload-unlocked {
	background: url('/resources/images/unlocked.png') -9999px -9999px no-repeat;
}

#tab-content .tab {
	height: 280px;
}

.content-wrapper {
	height: 235px;
	padding-top: 15px;
}

#tab-content {
	padding: 10px;
	width: 615px;
	border: 1px solid #ddd;
	border-top: none;
}

#tab-content button {
	float: right;
}

#tab-title-wrapper {
	margin-top: 10px;
}

.tab-title {
	font-size: 13px;
	width: 100px;
	height: 30px;
	border: 1px solid #ddd;
	border-left: none;
	float: left;
	background-color: #eee;
	cursor: pointer;
}

.tab-title.first {
	border-left: 1px solid #ddd;
}

.tab-title.active {
	background-color: #fff;
	cursor: auto;
	border-bottom: none;
	font-weight: bold;
}

.tab-title span {
	display: inline-block;
	margin: 7px 0 0 7px;
	float: left;
}

.tab-title i {
	margin: 8px 0 0 12px;
	float: left;
	font-size: 15px;
}

.tab-title i + span {
	float: none;
}

#embed-tab-icon, #link-tab-icon {
	width: 20px;
	height: 20px;
	margin-top: 6px;
	float: left;
}

#embed-tab-icon {
	background: url('/resources/images/embed.png') 0 0 no-repeat;
}

#link-tab-icon {
	background: url('/resources/images/link.png') 0 0 no-repeat;
}

#empty-tab-space {
	border-bottom: 1px #ddd solid; width: 333px; height: 31px; float: left;
}

/* LINK TAB */
#url-output p {
	margin-bottom: 3px;
	font-size: 12px;
}

#show-options, #hide-options {
	font-size: 11px;
	color: #812990;
	cursor: pointer;
	margin-bottom: 8px;
	float: left;
}

#url-output {
	float: left;
	width: 100%;
}

#url-output input {
	margin-bottom: 2px;
	width: 70%;
}

#url-type > input, #url-type > label {
	float: left;
}

#url-type input[type="checkbox"] + label {
	width: 150px;
}

#url-type > input {
	margin-right: 6px;
}

#url-type div input {
	float: left;
	width: 30px;
	margin-right: 3px;
}

#url-type div label {
	float: left;
	margin-left: 21px;
	margin-right: 5px;
	display: inline;
}

.lock-icon {
	background: url('/resources/images/locked.png') center center no-repeat;
	cursor: pointer;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 3px;
	margin-top: 4px;
}

.lock-icon.unlocked {
	background: url('/resources/images/unlocked.png') center center no-repeat;
}

/* EMAIL TAB */
#email-tab h5, #embed-tab h5 {
	color: #444;
	margin: 0;
	font-size: 11px;
}

textarea {
	width: 400px;
}

#email-tab > a {
	float: right;
	font-size: 10px;
	margin: 7px 7px 0 0;
}

#send-email {
	margin-right: 10px;
}

/* EMBED TAB */
#player-size input {
	float: left;
	width: 30px;
	margin-right: 3px;
}

#player-size {
	margin-bottom: 10px;
}

#embed-tab input[type="checkbox"] {
	float:left;
	margin-right: 5px;
}

#embed-tab label {
	float: left;
	width: 150px;
}

#embed-tab label.select {
	line-height: 2em;
}

#copy-info {
	font-size: 12px;
	margin: 10px 0 3px 0;
}

.embed-info {
	display: none;
	margin: 2px 0 0 0;
	font-size: 11px;
	font-style: italic;
	float: left;
	color: #999;
}