﻿
#shareit-box {
	position: absolute;
	display: none;
	z-index: 99;
}

#shareit-header,
#shareit-footer {
	width: 138px;
}

.shareit-body {
	width: 138px;
	height: 100px;
}

.shareit-above .shareit-body {
	background: url(/css/images/backgrounds/shareit-above.png) no-repeat 0 0px;
}

.shareit-below .shareit-body {
	background: url(/css/images/backgrounds/shareit-below.png) no-repeat 0 0px;
}

.shareit-blank {
	height: 20px;
}

.shareit-spacer {
	height: 12px;
}

.shareit-url {
	text-align: center;
}

.shareit-url input.shareit-field {
	width: 100px;
	height: 26px;
	background: transparent url(/css/images/backgrounds/field.gif) no-repeat;
	border: none;
	outline: none;
	padding: 7px 5px 0 5px;
	margin: 3px auto;
	font-size: 11px;
}

.shareit-icon {
	height: 20px;
}

.shareit-icon ul {
	list-style: none;
	width: 124px;
	margin: 0;
	padding: 0 0 0 8px;
	display: table;
}

.shareit-icon ul li {
	width: auto;
	padding: 0 2px;
	display: table-cell;
}

.shareit-icon ul li a {
	padding: 0;
	background: none;
}

.shareit-icon ul li img {
	border: none;
}
