#container {
	width:320px;
	margin:50 auto;
	border:#333 solid 2px;
}
.shareit-box {
	position:absolute;
	display:none;
	margin-left:50px;
	
}
/*.shareit-header {
		width:200px;
	}*/
.shareit-body {
	width:260px;
	height:135px;
	background:url(../lib/img/shareit.png) no-repeat;
}
.shareit-blank {
	height:20px;
}
.shareit-url {
	height:50px;
	text-align:center;
}
.shareit-url input.field {
	width:106px;
	height:26px;
	background: transparent url(../lib/img/field.gif) no-repeat  right bottom;
	border:none;
	outline:none;
	padding:2px;
	margin:2px 4px 2px 0px;
	font-size:10px;
	float:left;
	color:#666;
}
.shareit-url input.field.error {
    border: thin solid red; /* Perhaps change the background image instead*/
    color: red;
}
.shareit-url .button {
    display: inline;
}

.shareit-icon {
	height:20px;
	margin-top:-128px;
}
.shareit-icon ul {
	list-style:none;
	width:135px;
	margin:0px;
	padding:0 0 0 8px;
}
.shareit-icon ul li {
	float:left;
	padding:0 2px;
	margin:2px 5px 0px 5px;/*border:#F30 solid 1px;*/
			}
.shareit-icon ul li img {
	border:none;
}
.shareit-url form {
	width:235x;
	height:200px;
	margin:0px 5px 5px 7px;
}
