.soc_container {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	width:280px;
	border: 1px solid #CCCCCC;
	position:absolute;
	background:#FFF;
	visibility:hidden;
}

.soc_container h2{
	font-size:14px;
	color: #FF9900;
	background-color: #F5F5F5;
	margin-top: 0px;;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: normal;
}

.soc_container a{
	color: #aadd00;
	text-decoration:none;
	padding-bottom: 5px;
}

.soc_left{
	width: 120px;
	padding:10px;
	float:left;
	visibility:hidden;
	margin-top: -12px;
}

.soc_left img{
	float:left;
	margin: 3px 10px 0 0;
}
.soc_left a{
	color:#3E3F3E;
	text-decoration:none;
	line-height:18px;
	display:block;
}
.soc_left a:hover{
	color:#6699FF;
	background-color:#F5F5F5;
}

#close {
	width:29px;
	height:28px;
	float:right;
	clear:both;
    background-image:url(../images/close.gif);
	background-repeat: no-repeat;
    background-color: #F5F5F5;
    cursor: pointer;
}

#close:hover{
   background-image:url(../images/closeover.gif);
   cursor: pointer;
}

#social_but{
	width:125px;
	height:16px;
    background-image:url(../images/button1-share.gif);
    cursor: pointer;
}

#social_but:hover{
   background-image:url(../images/button2-share.gif);
   cursor: pointer;
}


.soc_send_friend{
	clear:both;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:12px;
    background-color: #FFFFFF;
}

.soc_send_friend .email_mess{
   padding-bottom: 5px;
}

.soc_send_friend .sendit {
   float: right;
   width: 100px;
}

.wait{
background-image:url(../images/ajax-loader.gif);
background-repeat:no-repeat;
background-position: 50% 80%;
height: 65px;
}

input {
 margin-bottom: 2px;
 margin-top: 2px;
 margin-right: 5px;
}