/* share update */
#shareblock
{
	display:none;
}

#sharebackground
{
	display:block;
    position:fixed;
    /* enable for IE 6 
	    left: expression(ignoreMe = document.documentElement.scrollLeft + "px");
	    top: expression(ignoreMe = document.documentElement.scrollTop + "px");
	    width: expression(document.documentElement.clientWidth + "px");
	    height: expression(document.documentElement.clientHeight + "px");
		*/
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
    background-color: #000000;
    filter: Alpha(Opacity=40); -moz-opacity:0.4;
	opacity: 0.4;
	z-index:1001;
}

#sharecontent
{
	display:block;
	position: absolute;
	top: 165px;
	left: 45%;
	width: 507px;
	height: 380px;
	border: 2px solid #04b6fc;
	background-color: #FFF;
	z-index:1002;
	overflow: auto;
	color:#000;	
	
	filter: Alpha(Opacity=100); -moz-opacity:1.0;
	opacity: 1.0;
}

#sharebutton
{
	position:absolute;
	z-index:1002;
	width:60px;
}
#sharecontent .close_col
{
	width:100px;
	float:right;
	margin:0;
	padding:5px;
}
#sharecontent .close_col p{
	margin:0;
	padding:0;
	width:0;
	background:skyblue;
}
#sharecontent .link_col
{
    float:left;
    width:200px;/*  250? */
    height:380px;
    background-color:#ffffff;
}

#sharecontent .link_col ul
{
    list-style-type:none;
    padding:25px 0 0 25px;
}
#sharecontent .link_col li
{
     display:list-item; 
     font-size:13px;
     font-family:Arial;
     padding-top:3px;
}
#sharecontent .link_col li a
{
    color:#000;
    text-decoration:none;
}
#sharecontent .link_col img 
{
    border:0;
}
/* pop hover */
#popView {
	display:none;
	position:absolute;
	top:260px;
	left:0px;
	padding:0;
	margin:0;
	width:196px;
	height:153px;
	background:url("images/popbox.png");
	z-index:104;
}
#popView p{
	color:#000;
	padding:0;
	margin:10px 0 0 12px;
	z-index:5;
	position:absolute;
	height:143px;
	width:167px;
	font-family:Arial;
	font-size:10px;
}
#popView p b{
	color:#000;
	padding:0;
	margin:10px 0 0 12px;
	height:143px;
	width:167px;
	font-family:Arial;
	font-size:13px;
}


/** ie6 select bug fix**/
#sharebackground iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width: 100%;/*must have for any big value*/
	height: 100%;/*must have for any big value*/;
}  #mail_form {font-size:10px; font-family:arial}
