@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding:0;
}
.top {
	position:relative;
	width:100%;
	height:30px;
	background-color:;
	border:0;
	text-align:right;
	line-height:-10px;
}

.open_div{
	cursor:pointer;
	
}

.hidden_div{
	position:absolute;
	width:405px;
	height:120px;
	top:40px;
	left:622px;
	margin-left:-5px;
	border:2px solid #666;
	overflow:hidden;
	clear:both;
	
}
