#content {
	text-align: left;
}
#menu {
	width: 166px;
}
#menu .second a,
#menu .second a:link,
#menu .second a:hover,
#menu .second #second_current,
#menu .third a,
#menu .third a:link,
#menu .third a:hover,
#menu .third #current,
#menu .top #top_current {
	width: auto;
	height: auto;
}

.result_container {
	margin-top: 15px;
	width: 490px;
}
.result {
	width: 490px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #666666;
}
.ui-datepicker-trigger {
	border: 0px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	vertical-align: bottom;
}
.note {
	padding-left: 20px;
	padding-right: 35px;
}

.yearbox {
	width: 75px;
	font-size: 1em;
}
.monthbox {
	width: 50px;
	font-size: 1em;
}
.daybox {
	width: 50px;
	font-size: 1em;
}
.timebox {
	font-size: 1em;
}
.year_block {
	display: inline-block;
	margin-top: 10px;
	vertical-align: bottom;
	margin-right: 12px;
}
.month_block {
	display: inline-block;
	margin-top: 10px;
	vertical-align: bottom;
	margin-right: 12px;
}
.day_block {
	display: inline-block;
	margin-top: 10px;
	vertical-align: bottom;
	margin-right: 12px;
}
.time_block {
	display: inline-block;
	margin-top: 10px;
	vertical-align: bottom;
	margin-right: 12px;
}
.get_btn {
	display: inline-block;
	margin-top: 10px;
	vertical-align: bottom;
}
/*css hack for IE 6 and IE 7 */
.year_block, .month_block, .day_block, .time_block, .get_btn {
	zoom:1;
	*display: inline;
	_height: 30px;
}
.crl_controls input[type=button], .crl_controls select, .crl_controls option {
	font-size: 1em;
}
.crl_warning {
	color: #C10000;
	font-weight: bold;
}