/* Level 1 標題區--歡迎進入 */
.welcome {
    position:relative; float:left;
	width:700px;
	height:74px;
	color:#FF0000;
	font-size:16px;
	line-height:33px;
	text-align:center;
}
/* 首頁輸入框 */
.inputbox1 {
    position:relative; float:left;
	width:700px;
	height:60px;
	text-align:center;
	background-image:url(../img/inputbox1.gif);
}
.inputcell1 {
    position:relative; float:left;
	width:215px;
	height:60px;
	line-height:15px;
	text-align:right;
}
.inputcell2 {
    position:relative; float:left;
	width:215px;
	height:60px;
	line-height:60px;
	text-align:right;
}
.inputcell3 {
    position:relative; float:left;
	width:215px;
	height:60px;
	line-height:60px;
	text-align:left;
	color:#666666;
	font-size:11px;
	text-indent:10px;
}
.textarea {
    width:200px;
	height:18px;
	top:20px;
	left:10px;
	position:absolute;
	background:url(../img/textarea.gif) repeat-x;
	color:#0000FF;
	border:#4A7CA1 solid 1px;
}


/* 功能鍵定位 */
.logintool {
    position:absolute;
    width:200px;
	height:40px;
	top:20px;
	left:225px;
}