*{
	margin: 0;
	padding: 0;
}
body{
	background: #dddddf;
	font-family: "Helvetica Neue","Lucida Grande", sans-serif;
	line-height: 1.4em;
}
a{
	text-decoration: none;
	color: #709abe;
	-webkit-transition-duration:400ms;
}
a:hover{
	color: #3068c6;
}
#wrapper{
	width:100%;
	position:absolute;
	top:50%;
	margin-top:-220px;
	height:0;
}
#content{
	width: 400px;
	margin: 0px auto 5px;
	background: #fff;
	padding: 28px 30px;
	border: 1px solid #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: rgba(0,0,0,.4) 0px 1px 4px;
	-webkit-transition-duration:700ms;
}
#content:hover{
	-webkit-box-shadow: rgba(0,0,0,.3) 0px 3px 12px;
}
h1{
	font-size: 24px;
	color: #4078d6;
}
h1 em{
	color: #ff0084;
	font-style: normal;
}
h1 small{
	color: #666;
}
h2{
	font-size: 14px;
	color: #666;
	margin-top: 1.7em;
	margin-bottom: -0.5em;
}
p{
	font-size: 12px;
	margin: 1em 0;
	color: #777;
}
.bookmarklet{
	background: #bbb;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.2, rgb(220,220,220)),
		color-stop(0.5, rgb(230,230,230)),
		color-stop(1, rgb(244,244,244)));
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(220,220,220) 20%,
	    rgb(230,230,230) 50%,
	    rgb(244,244,244) 100%
	);
	color: #444;
	font-size: 13px;
	padding: 2px 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: rgba(0,0,0,.6) 0px 1px 2px;
	border-top: 1px solid rgba(255,255,255,.5);
	text-shadow: rgba(255,255,255,.5) 0px 1px 0px;
	position: relative;
	-webkit-transition-duration:400ms;
}
.bookmarklet:hover{
	color: #fff;
	background: #888;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.2, rgb(140,140,140)),
		color-stop(0.5, rgb(160,160,160)),
		color-stop(1, rgb(170,170,170)));
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(140,140,140) 20%,
	    rgb(160,160,160) 50%,
	    rgb(170,170,170) 100%
	);
	text-shadow: rgba(0,0,0,.5) 0px -1px 0px;
}

p small{
	font-size: 11px;
	padding-left: 10px;
	color: #aaa;
}
p em{
	font-style: normal;
	color: #666;
}
p#alert{
	color: #ff0084;
	display: block;
	text-align: center;
	margin-bottom: 2em;
}
footer{
	font-family: "Lucida Grande","Arial",sans-serif;
	display: block;
	width: 450px;
	margin: 0 auto;
	font-size: 10px;
	color: #aaa;
	xtext-transform: uppercase;
}
footer a{
	color: #777;
}
footer em{
	float: right;
	font-style: normal;
}
