/*********         common css         *********/
input, textarea, select, button{
	font-size: small;
	font-family: arial,helvetica,clean,sans-serif;
}
img{
	border: none;
}
.adback{
/*	background-color: #003366; */
	background-color: #FFFFFF;
}
.continue{
	text-align: right;
}
.middle{
	text-align: center;
}
.errmsg{
	color: #FF0000;
}
.required{
	font-size: xx-small;
	text-align: right;
}
.mark{
	font-size: small;
	color: #FF0000;
}
span.lang{
	margin-left: 17px;
}
img.myicon{
	float: left;
	margin: 0 5px 0 0;
}
img.main_myicon{
	margin: 0 0 5px 0;
}
img.float_left{
	float: left;
	margin: 0 5px 0 0;
}
img.flag{
	margin: 3px 5px 0 0;
}
img.float_right{
	float: right;
	margin: 0 0 0 5px;
}

img.arrow_left{
	float: left;
}
img.arrow_right{
	float: right;
}
img.icon_margin{
	margin: 0 3px 0 0;
}
div.attention{
	border-style: dashed;
	border-width: 1px;
	border-color: #999999;
	padding: 5px;
	margin: 10px 0 0 0;
}
div.bookmark{
	margin: 20px 0 0 0;
}
.bold{
	font-weight: bold;
}
.bgcolor{
	background-color: #F5F5F5;
}


#pagetop{
	position: fixed;
	bottom: 0x;
	right: 5px;
}
* html #pagetop{
	_position :absolute;
	z-index :0;
	top: auto;
	left: auto;
	_bottom: expression(this.style.filter = '', '0');
	_right: expression(this.style.filter = '', '0');
}

#pagetop a:hover{
	position: fixed;
	bottom: 0;
	right: 5px;
}

