/* CSS Document */

select{
	width:180px;
	height:21px;
}
input{
	width:175px;
}
#table_info_sys_clock{/*For system clock page*/
	width:80%;
	border:1px solid #8198C2;
	color: #333333; font-size:12px; 
	font-family:Arial;
	margin: 0 auto;
	border-width:0 1px 1px 0;
}
#table_info_sys_clock th{
	width:40%;
	background:#E9E9E9;
	color:#555555;
	height:22px; 
	border:1px solid #8198C2;
	border-width:1px 0 0 1px;
}
#table_info_sys_clock td{
	text-align:left;
	background:#FFFFFF;
	height:22px; 
	border:1px solid #8198C2;
	border-width:1px 0 0 1px;
}