.main .ClockSettingArea{
	width:710px;
	height:32px;
	margin:15px 0;
	float:left;
	overflow:hidden;
}
.ClockSettingArea .Title {
	width:710px;
	height:32px;
	float:left;
}
.ClockSettingArea .Title h3 {
	float:left;
	padding:0 0 0 23px;
	margin:4px 0;
	position:relative;
	z-index:40;
}
.ClockSettingArea .Title h3 .Down{
	background:url(../Images/MoreButton.gif) no-repeat 0 0;
	width:18px;
	height:18px;
	position:absolute;
	left:0;
	top:3px;
	cursor:pointer;
	display:block;
	z-index:41;
}
.ClockSettingArea .Title h3 .Down:hover{
	background:url(../Images/MoreButton.gif) no-repeat -18px 0;
}
.ClockSettingArea .Title h3 .Up{
	background:url(../Images/MoreButton.gif) no-repeat 0 -18px;
	width:18px;
	height:18px;
	position:absolute;
	left:0;
	top:3px;
	cursor:pointer;
	display:block;
	z-index:42;
}
.ClockSettingArea .Title h3 .Up:hover{
	background:url(../Images/MoreButton.gif) no-repeat -18px -18px;
}
.ClockSettingArea .BODY{
	width:710px;
	height:auto;
	float:left;
}