.example-url .slug {
	font-weight: bold;
	color: red;
}

.example-url .slug {
	font-style: normal;
}

.page-slug input {
	text-transform: lowercase;
}

.embed-code textarea {
	font-family: Consolas, Monaco, monospace;
	width: 433px;
}

input[type=number] {
	width: 80px;
}

.bookmarklet a {
	display: inline-block;
	position: relative;
	cursor: move;
	color: #333;
	background: #DFDFDF;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.07,#E6E6E6),color-stop(0.77,#D8D8D8));
	background-image: -webkit-linear-gradient(bottom,#E6E6E6 7%,#D8D8D8 77%);
	background-image: -moz-linear-gradient(bottom,#E6E6E6 7%,#D8D8D8 77%);
	background-image: -ms-linear-gradient(bottom,#E6E6E6 7%,#D8D8D8 77%);
	background-image: -o-linear-gradient(bottom,#E6E6E6 7%,#D8D8D8 77%);
	background-image: linear-gradient(bottom,#E6E6E6 7%,#D8D8D8 77%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #B4B4B4;
	font-style: normal;
	line-height: 16px;
	font-size: 14px;
	text-decoration: none;
	text-shadow: 0 1px 0 white;
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
}

.bookmarklet a:after {
	content: '';
	width: 70%;
	height: 55%;
	z-index: -1;
	position: absolute;
	right: 10px;
	bottom: 9px;
	background: transparent;
	transform: skew(20deg) rotate(6deg);
	-webkit-transform: skew(20deg) rotate(6deg);
	-moz-transform: skew(20deg) rotate(6deg);
	box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 10px 8px rgba(0,0,0,0.6);
}

/*
.bookmarklet a:hover:after {
	transform: skew(20deg) rotate(9deg);
	-webkit-transform: skew(20deg) rotate(9deg);
	-moz-transform: skew(20deg) rotate(9deg);
	box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 10px 8px rgba(0,0,0,0.7);
}
*/

.bookmarklet a:hover, .bookmarklet a:active {
	color: #333;
}

.bookmarklet a span {
	/*background: url(http://core.trac.wordpress.org/export/22268/trunk/wp-admin/images/media-button-video.gif) no-repeat 0 5px;*/
	padding: 8px 11px;
	margin: 0 5px;
	display: inline-block;
}