* { 
	font-family: Arial, Verdana, Helvetica, Sans-Serif, "MS Song", Mingliu; 
	font-size: 12px; 
	color: #000; 
	line-height: 18px; 
}

body { 
	margin: 0px; 
	padding: 0px; 
}

img { 
	border: 0px solid #fff; 
}

a { 
	text-decoration: none; 
}

p { 
	margin: 0px 0px 10px 0px; 
}

table tr { 
	vertical-align: bottom; 
}

table, td { 
	text-align: left; 
	padding: 0px; 
	white-space: nowrap; 
}

input.text { 
	font-family: Arial, Verdana, Helvetica, Sans-Serif, "MS Song", Mingliu; 
	font-size: 12px; 
	width: 180px; 
	height: 14px; 
	background-color: #eee; 
	border: 1px solid #0c2338; 
}

input.radio { 
	position: relative; 
	top: 1px; 
}

select.date {
	font-family: Arial, Verdana, Helvetica, Sans-Serif, "MS Song", Mingliu; 
	font-size: 11px; 
}

div#main { 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 600px; 
	height: 491px; 
	background: url('images/bg.jpg') no-repeat; 
}

div#main div#last { 
	position: absolute; 
	left: 70px; 
	top: 220px; 
	width: 56px; 
}

div#main div#next { 
	position: absolute; 
	left: 235px; 
	top: 220px; 
	width: 56px; 
}

