@CHARSET "UTF-8";

*{
	margin				:	0;
	padding				:	0;
}
table{
	border-collapse		:	collapse;
	border				:	0;
	margin				:	0;
	padding				:	0;	
}
image{
	margin				:	0;
	border				:	0;
}
input{
	width				:	180px;
	height				:	19px;
	border				:	1px solid #cd7;
	background-color	:	transparent;
	color				:	#530;
	padding				:	0;
	margin-right		:	6px;
}

body{
	text-align			:	center;
	background			:	#fff url(../resource/image/Common/wholeBG.gif) repeat-x center -10px;
	margin				:	0;
	padding				:	0;
}

/*--common style--*/

.tblBorderWhole{
	margin				:	0 auto;
	height				:	auto;
}
.tblCopyright{
	height				:	27px;
	margin				:	auto;
}
.tdBorderLeft{
	width				:	12px;
	background			:	transparent url(../resource/image/Common/imgMenuLeftBG.jpg) repeat-y 0 0;
}
.tdBorderRight{
	width				:	12px;
	background			:	transparent url(../resource/image/Common/imgMenuRightBG.jpg) repeat-y 0 0;
}
.ifmWhole{
	margin				:	0;
	padding				:	0;
}
.tblWholeHeader{
	margin				:	0 auto;
	position			:	relative;
}
.divWholeHeader{
	position			:	relative;
	width				:	826px;
	height				:	252px;
}
.divMiddleBG{
	margin				:	0 auto;
	width				:	850px;
	background			:	transparent url(../resource/image/Common/middleBG.gif) repeat-y 0 0;
	text-align			:	center;
}
.divMiddleBGNoLine{
	margin				:	0 auto;
	width				:	850px;
	background			:	transparent url(../resource/image/Common/middleBGNoLine.gif) repeat-y 0 0;
	text-align			:	center;
}
/*--common style ended--*/