body .syntaxhighlighter{
	overflow:auto!important;
	padding-top:5px!important;
	padding-bottom:5px!important;
	margin:0px!important;
}

body .embed-action{
	text-align:right;
	background:#f1f1f1;
	position:relative;
	z-index:9;
	width:100%;
	height:25px;
}

body .embed-action a{
	display:inline-block;
	font: normal 11px/20px Arial, Tahoma, Verdana, sans-serif;
	padding:2px 10px 2px 10px;
	outline:0;
	color:#606060;
	font-weight:bold;
	text-decoration:none;
	text-shadow:#FFF 0px 1px 0px, 0px -1px 0px #1B1B1B;
	background-color:#9D9D9D;
	background:-moz-linear-gradient(-90deg, #D4D4D4, #909090);
	background:-webkit-gradient(linear, left top, left bottom, from(#D4D4D4), to(#909090));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
body .embed-action a{
	margin-right:10px;
}

body .copy-link-snippet,
body .copy-embed-snippet,
body .copy-shortcode-snippet{
	padding:5px;
	width:90%;
	background:#f1f1f1;
}

body .copy-link-snippet input[type=text],
body .copy-shortcode-snippet input[type=text]{
	width:98%;
	border: 1px inset #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #888;
	font: inherit;
	font-size: 14px;
	padding: 6px;
}

body .copy-embed-snippet textarea{
	width:98%;
	height:45px;
	border: 1px inset #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #888;
	font: inherit;
	font-size: 14px;
	padding: 6px;
	resize:vertical;
}