@charset "utf-8";
/* CSS Document */
/*
.tipsbox {
	background:url(../images/hg_form_valid.png) top left no-repeat;
}

* html .tipsbox {
	background:url(../images/hg_form_valid.gif) top left no-repeat;
	padding:10px 10px 10px 40px;
}
*/
* html .tipsbox,
*+html .tipsbox {
	width:205px;
}

.tipsbox .tipsbox_top_left{
	background:url(../images/top_left.png) top left no-repeat;
	height:12px;
	width:10px;
}

.tipsbox .tipsbox_top{
	background:url(../images/top_center.png) top left no-repeat;
	height:12px;
	width:180px;
}

.tipsbox .tipsbox_top_right{
	background:url(../images/top_right.png) top left no-repeat;
	height:12px;
	width:15px;
}

.tipsbox .tipsbox_left{
	background:url(../images/mid_right.png) top left repeat-y;
	width:10px;
}

.tipsbox .tipsbox_right{
	background:url(../images/mid_right.png) top left repeat-y;
	width:15px;
}

.tipsbox .tipsbox_bottom_left{
	background:url(../images/bot_left.png) top left no-repeat;
	height:10px;
	width:10px;
}

.tipsbox .tipsbox_mark{
	background:url(../images/bot_center.png) top left no-repeat;
	height:10px;
	width:180px;
}

.tipsbox .tipsbox_bottom_right{
	background:url(../images/bot_right.png) top left no-repeat;
	height:10px;
	width:15px;
}

.tipsbox .tipsbox_inner, .tipsbox .tipsbox_inner_ie6{
	/*background : url('img/inner.png');*/
	background:#D72C1B;
}

.tipsbox .tipsbox_inner_ie6 {
	padding : 0;	
}

.tipsbox p, .tipsbox {
	font-size: 10px;
	font-family: verdana, arial, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.error_f {
	border : 1px dotted #666;
	margin-top : 5px;
	background-color : #EAEAEA;
}

.error_f p {
	margin : 0;
	color : #A00;
}

.error_f p span {
	font-size : 13px;
	color : #000;
	margin : 5px 0px 0px 0px;
}