@charset "gb2312";
body {
	background-color: #FFF;
	background-image: url(../img/page_bg02.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-position: center;
	font-size: 14px;
}
.mainBox01 {
	background-image: url(../img/page_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin:0px auto;
}
form {
	margin: 0px;
	padding: 0px;
}
.frombox {
	background-image: url(../img/box_bg03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.box01 {
	background-image:url(../img/box_bg01.jpg);
	padding: 3px;
	height: 23px;
	width: 185px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.box02 {
	background-image:url(../img/box_bg02.jpg);
	padding: 3px;
	height: 23px;
	width: 185px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.box03 {
	background-image:url(../img/box_bg02.jpg);
	padding: 3px;
	height: 23px;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.box04 {
	padding: 3px;
	height: 23px;
	width: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.txtCode {
    height:21px;
    margin-left:5px;
    border:1px solid white;
}