@charset "utf-8";
.soc_container 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #005d8e;
	/* width: 400px; */
	width: 110px;
	auto;
	border: 1px solid #EFEFEF;
	position:absolute;
	background:#FFF url(../images/bg_container2.jpg) repeat-x bottom;
	visibility:hidden;
	line-height:18px;
}

.soc_container h1{
	
	/* margin:10px 0 10px 20px; */
	margin: 5px 0 5px 10px;
	/* font-size:14px; */
	font-size:12px;
}

.soc_container h2{
	/* margin: 10px 0 10px 20px; */
	margin: 5px 0 5px 10px;
	/* font-size:14px; */
	font-size:12px;
}

.soc_container a, .soc_container span
{
	color: #aadd00;
	text-decoration:none;
}

.soc_container span
{
	margin-right: 10px;
	cursor: pointer;
	cursor: hand;
}
.soc_left{
	/* width: 180px; */
	width: 105px;
	/* padding:10px; */
	padding: 5px;
	float:left;
	visibility:hidden;
}

.soc_left > img
{
	width: 18px;
	height: 18px;
	float:left;
	margin: 0 10px 0 0;
}

.soc_left span img
{
	width: 12px;
	height: 10px;
	float: left;
	margin: 4px 15px 0 0;
}

.soc_left a, .soc_left span
{
	color:#005d8e;
	text-decoration:none;
	line-height:18px;
	border-bottom:1px dotted #CECECE;
	display:block;
}
.soc_left span 
{ 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.soc_left a:hover, .soc_left span:hover
{
	color:#6699FF;
	background-color:#E6F0C1;
}
#close{
	width:10px;
	height:10px;
	float:right;
	clear:both;
}
.open_window{
	/* width:780px; */
	width:580px;
	/* height:500px; */
	height:580px;
	background-color:#000;
	overflow: scroll;
}
.close{
	width:10px;
	height:10px;
	float:right;
	clear:both;
}
.soc_send_friend{
	clear:both;
	padding:20px;
}
.wait{
background-image:url(ajaxloader.gif);
background-repeat:no-repeat;
background-position: center center;
}

