html {
	margin-top:0!important;
}
body > * {
	display:none;
}

body #buddypress{
	display:block;
	margin:1em;
}

h1.bookmarklet_title {
	line-height:1.8em;
	font-size:1.8em;
	text-align:center;
	margin:1em 0;
}

form#loginform {
	width:80%;
	margin:0 auto;
}

form#loginform label{
	display:inline-block;
	width:50%;
}

form#loginform p.login-remember{
	margin-left:50%;
}

form#loginform p.login-remember label{
	width:100%;
}
textarea{
	resize: vertical;
}

#link-result{
	width:100%;
	margin:0 auto;
}

#link-value{
	width:70%;
}
.link-container{
	padding:5px;
}

.link-image-container{
	width:50%;
}

.link-container td p{
	text-align:center;
	margin-bottom:1em;
}
.link-image-container img{
	max-width:100%;
}

.link-image-container ul {
	list-style:none;
}

br.clear {
	clear:both;
}

.bkmklet-loading {
	background: url('../images/loading.gif') no-repeat;
	padding-left: 28px;
	height:28px;
}

a#bkmklet_prev, a#bkmklet_next{
	margin-top: 2px;
	margin-left: 2px;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius:2px;
	border:solid 1px #DDD;
	
}
a#bkmklet_prev:hover, a#bkmklet_next:hover{
	border:solid 1px #555;
}
a#bkmklet_prev{
	background: #f1f1f1 url('../images/arrows-dark-vs-2x.png') no-repeat 0 -144px;
}

a#bkmklet_next{
	background: #f1f1f1 url('../images/arrows-dark-vs-2x.png') no-repeat 0 -216px;
}

a#bkmklet_prev.bkmklet-disabled {
	background: #f1f1f1 url('../images/arrows-2x.png') no-repeat 0 -144px;
}
a#bkmklet_next.bkmklet-disabled {
	background: #f1f1f1 url('../images/arrows-2x.png') no-repeat 0 -216px;
}