#Header .header{
	position:absolute;
	clear:both;
	left:485px;
	top:115px;
	width:auto;
	height:29px;
}
#Header .input_select{
	position:absolute;
	clear:both;
	left:784px;
	top:117px;
	width:200px;
	height:23px;
}
.select {
	font-size:10px;
	padding:0px 0 0 0;
	width:194px;
	height:23px;
	line-height:23px;
}
.right {
	position:relative;
	width:556px;
	padding:5px 0 0 20px;
	float:left;
}
#Content {
	position:relative;
	width: 510px;
	background-color:#FFFFFF;
	
}
#Content td{
	vertical-align:top;
	font-size:10px;
	font-weight:bold;
}
#Content .border_r{
	border-right:2px solid #cccbcb;
	border-bottom:2px solid #e2e2e2;
	padding:2px 5px 2px 5px;
}
#Content .border_rb{
	border-right:2px solid #e1e1e1;
	border-bottom:2px solid #e1e1e1;
	padding:10px 5px 10px 5px;
}
#Content .border_r_b{
	border-bottom:2px solid #e2e2e2;
	padding:2px 5px 2px 5px;
}
#Content .border_rb_b{
	border-bottom:2px solid #e1e1e1;
	padding:10px 5px 10px 5px;
}
#Content .link_r{
	text-align:right;
	padding:10px 0 0 0;
}
#Content .link{
	color:#000000;
	font-weight:bold;
	margin:0 0 0 5px;
	text-decoration:none
}
#Content .link_span{
	color:#000000;
	font-weight:bold;
	margin:0 0 0 5px;
	text-decoration:none
}
#Content .link:Hover{
	text-decoration:underline;
}
