.tipsbox .tipsbox_top_left{
	background : url('img/top_left.png') no-repeat;
}

.tipsbox .tipsbox_top{
	background : url('img/top.png') repeat-x;
	height : 10px;
}

.tipsbox .tipsbox_top_right{
	background : url('img/top_right.png') no-repeat;
}

.tipsbox .tipsbox_left{
	background : url('img/left.png') repeat-y;
	width : 11px;
}

.tipsbox .tipsbox_right{
	background : url('img/right.png') repeat-y;
	width : 12px;
}

.tipsbox .tipsbox_bottom_left{
	background : url('img/bottom_left.png') no-repeat;
}

.tipsbox .tipsbox_mark{
	background : url('img/mark.png') no-repeat;
	height : 19px;
}

.tipsbox .tipsbox_bottom_right{
	background : url('img/bottom_right.png') no-repeat;
}

.tipsbox .tipsbox_inner{
	background : url('img/inner.png') repeat-x;
}


.tipsbox p {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin : 0;
	padding : 0 2px 2px 2px;
	border : 0;
	color : #FFF;
}

.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;
}