body {
	background: url(../images/main_bg3.jpg) repeat 20px top ;
	text-align: center;
}
#Whole {
	width: 800px;
	min-height: 450px;
	height: 450px \9;
	margin: 50px auto 0;
	text-align: left;
	position: relative;
	padding: 20px;
	margin-bottom: 60px;

	background-color: white;
	border: 2px solid #ccc;
	border-bottom: 5px solid #999;
	border-right: 5px solid #999;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-khtml-border-radius: 30px;
	-webkit-border-radius: 30px;
}

.tbl1 th, .tbl1 td {
	border: 1px solid #fff;
	padding: 2px 10px;
}
.tbl1 th {
	background-color: #e2ffff;
}
.tbl1 td {
	background-color: #f3f3f3;
}
.tbl1 .inputText {
/*.tbl1 input[type=text], .tbl1 input[type=password], */
	border: none;
	border-bottom: 1px solid #000;
	width: 100%;
	background: transparent;
	font-family: arial;
}

h1 {
	font-size: 24px;
	margin-bottom: 4px;
}

#Ffooter {
	margin-top: 200px;
	clear: both;
	color: #444;
	padding: 0 20px 20px 0;
	border-bottom: 11px solid #469dca;
}