@CHARSET "UTF-8";
#wpBookmarks_box {
	position: fixed;
	width: 300px;
	height: 250px;
	background: url(ajax-loader.gif) no-repeat rgba(255, 255, 255, 0.5);
	background-position: center;
	border:		1px solid #ccc;
	top: 0;
	left: 50%;
	margin-left: -150px;
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	z-index: 100000;
	padding-top: 20px;
}

#wpBookmarks_iframe {
	width: 100%;
	height: 100%;
	border: 0;
	background-color: rgba(255, 255, 255, 0.9);
}

.floatleft {
	margin:		5px 0px 5px 0px;
}

.floatleft input {
	margin-right:	5px;
}

#wpBookmarks_titleBar {
	width: 100%;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid #ccc;
	color: #666;
	text-align: center;
	padding: 0 0 0 0;
	display: block;
	text-decoration: none;
	position: absolute;
	top: 0;
	line-height: 20px;
	font-family: sans-serif;
	font-size: 12px;
	font-weight:	bold;
	text-transform:	uppercase;
	cursor: pointer;
}

#wpBookmarks_titleBar:hover {
	text-decoration:	none;
}

#wpBookmarks_titleBar:hover {
	text-decoration: underline;
}