@charset "utf-8";
/* CSS Document */

#tagwin {
	display:none;
	background-image:url(/images/tagwin.jpg);
	background-repeat:no-repeat;
	width: 300px;
	position: fixed;
	top: 30%;
	left: 35%;
	background-color: #e1e5ea;
	border: 1px solid #8888ff;
	margin-bottom: 10px;
	float:left;
	z-index: 103;
}
#tagwin div {
	float:right;
	padding: 5px 5px 0 0;
}
#tagwin #tagtext {
	margin-top: 140px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0033FF;
	float: left;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
