@charset "utf-8";
/* CSS Document */
div#main_content {
	position:relative;
}

a {
	color:#000;
	text-decoration:none;
}
	a:hover {
		text-decoration:underline;
	}

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}

img {
	border:none;
}

object, embed {
	outline:none;
}

#sharebox {
	display:none;
	background:#fff;
	border:3px solid #666;
	font-size:11px;
	left:0;
	padding:15px;
	position:absolute;
	top:362px;
	*top:310px;
	width:280px;
}

#sharebox ul {
	list-style:none;
	margin:2px 0 5px;
	padding:0;
}

#sharebox li {
	float:left;
	display:inline;
	margin:0 15px 10px 0;
	white-space:nowrap;
}

#sharebox hr {
	clear:both;
}

#share_close {
	position:absolute;
	top:1px;
	right:5px;
}

#sharebox input, #sharebox textarea {
	width:200px;
	border:1px solid #666;
}

#sharebox textarea {
height:97px;
*height:80px;
	
}

#sharebox input.submit {width:100px}

#sentofriend {
	background:url(images/share/email.gif) left no-repeat;
	padding-left:20px;
}