.bookmarkEditLine {
	padding-bottom: 15px;
}

.bookmarkEditLabel {
	font-weight: bold;
	float: left;
	width: 200px;
	line-height: 20px;
}

.bookmarkEditValue {
}

.bookmarkSeperator {
	clear: both;
}

.bookmarkListEntry {
	padding-bottom: 10px;
}

.bookmarksNavigationBack {
	background: url('../images/button-back.png') left no-repeat;
	padding: 4px 0px 4px 15px;
}

.bookmarksNavigationForward {
	background: url('../images/button-next.png') left no-repeat;
	padding: 4px 0px 4px 35px;
}

.bookmarksDeleteImage, .bookmarksEditImage {
	float: left;
	width: 15px;
	height: 16px;
	margin-left: 5px;
	cursor: pointer;
	background: url('../images/trash.gif') left no-repeat;
}

.bookmarksEditImage {
	width: 16px;
	background: url('../images/edit.gif') left no-repeat;
}

.bookmarkMaxLengthLabel {
	font-size: 10px;
	font-style: italic;
	margin-left: 10px;
}
