.tipsbox .tipsbox_top_left{
	background : url('img_mp/top_left.png') no-repeat;
	_background : url('img_mp/top_left.gif') no-repeat;
}
.tipsbox_rightpos .tipsbox_top_left{
	background : url('img_mp/r_top_left.png') no-repeat top right;
	_background : url('img_mp/r_top_left.gif') no-repeat top right;
}

.tipsbox .tipsbox_top{
	background : url('img_mp/top.png') repeat-x;
	height : 17px;
	_background : url('img_mp/top.gif') repeat-x;
}

.tipsbox .tipsbox_top_right{
	background : url('img_mp/top_right.png') no-repeat top left;
	_background : url('img_mp/top_right.gif') no-repeat top left;
}

.tipsbox .tipsbox_left{
	background : url('img_mp/left.png') repeat-y;
	width : 17px;
	_background : url('img_mp/left.gif') repeat-y;
}
.tipsbox_rightpos .tipsbox_left{
	background : url('img_mp/r_left.png') repeat-y center right;
	width : 30px;
	_background : url('img_mp/r_left.gif') repeat-y center right;
}

.tipsbox .tipsbox_right{
	background : url('img_mp/right.png') repeat-y;
	width : 22px;
	_background : url('img_mp/right.gif') repeat-y;
}

.tipsbox .tipsbox_bottom_left{
	background : url('img_mp/bottom_left.png');
	_background : url('img_mp/bottom_left.gif') no-repeat;
}
.tipsbox_rightpos .tipsbox_bottom_left{
	background : url('img_mp/r_bottom_left.png') no-repeat top right;
	_background : url('img_mp/r_bottom_left.gif') no-repeat top right;
}

.tipsbox .tipsbox_mark{
	background : url('img_mp/mark.png') no-repeat;
	height : 36px;
	_background : url('img_mp/mark.gif') no-repeat;
}
.tipsbox_rightpos .tipsbox_mark{
	background : url('img_mp/r_mark.png') no-repeat;
	height : 20px;
	_background : url('img_mp/r_mark.gif') no-repeat;
}

.tipsbox .tipsbox_bottom_right{
	background : url('img_mp/bottom_right.png');
	_background : url('img_mp/bottom_right.gif') no-repeat;
}
.tipsbox_rightpos .tipsbox_bottom_right{
	background : url('img_mp/r_bottom_right.png') top right;
	_background : url('img_mp/r_bottom_right.gif') no-repeat top right;
}

.tipsbox .tipsbox_inner, .tipsbox .tipsbox_inner_ie6{
	background : url('img_mp/inner.png');
	padding-left: 20px;
}

.tipsbox .tipsbox_inner_ie6{
	padding : 4px;	
}

.tipsbox p, .tipsbox{
	font-size: 10px;
	font-family: tahoma, verdana, "sans-serif";
	margin : 2px;
	padding : 0;
	border : 0;
	color : #6B5B39;
	z-index:500;
	text-align:left;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}
.tipsbox_rightpos p{
	margin : 5px;
}
.tipsbox:hover{
	z-index:501;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.error_f {
	border : 1px dotted #666;
	margin-top : 5px;
	background-color : #EAEAEA;
}

.error_f p {
	margin : 5px;
	color : #A00;
}

.error_f p span {
	font-size : 13px;
	color : #000;
	margin : 5px 0px 0px 0px;
}
.tipsbox_error{
	float:right;
	width:15px;
	height:15px;

	background : url('img_mp/close.gif');
	cursor:pointer;
	margin:0px 0px 0px 0px;
	position:relative;
	right:12px;
	bottom:15px;
}
.tipsbox_rightpos .tipsbox_error{
	bottom:7px;
}

