.tipsbox .tipsbox_top_left{
	background : url('http://www.davista.fr/scripts/js/formcheck/img/top_left.png') no-repeat;
	_background : url('http://www.davista.fr/scripts/js/formcheck/img/top_left.gif') no-repeat;
	_background-position : 9px 8px;
	position:relative;
	z-index:1000;
}

.tipsbox .tipsbox_top{
	background : url('http://www.davista.fr/scripts/js/formcheck/img/top.png') repeat-x;
	height : 17px;
	_background : url('http://www.davista.fr/scripts/js/formcheck/img/top.gif') repeat-x;
	_background-position : 0px 8px;
	position:relative;
	z-index:1000;
	}

.tipsbox .tipsbox_top_right{
	background : url('http://www.davista.fr/scripts/js/formcheck/img/top_right.png') no-repeat;
	_background : url('http://www.davista.fr/scripts/js/formcheck/img/top_right.gif') no-repeat;
	_background-position : 0px 8px;
	position:relative;
	z-index:1000;
}

.tipsbox .tipsbox_left{
	background : url('http://www.davista.fr/scripts/js/formcheck/img/left.png') repeat-y;
	width : 17px;
	_background : url('http://www.davista.fr/scripts/js/formcheck/img/side.gif') repeat-y;
	_background-position : 9px 8px;
	position:relative;
	z-index:1000;
}

.tipsbox .tipsbox_right{
	background : url('http://www.davista.fr/scripts/js/formcheck/img/right.png') repeat-y;
	width : 22px;
	_background : url('http://www.davista.fr/scripts/js/formcheck/img/side.gif') repeat-y;
	_width : 9px;
	position:relative;
	z-index:1000;
}

.tipsbox .tipsbox_bottom_left{
	background : url('http://www.davista.fr/scripts/js/formcheck/img/bottom_left.png');
	_background : url('http://www.davista.fr/scripts/js/formcheck/img/bottom_left.gif') no-repeat;
	_background-position : 9px 0px;
	position:relative;
	z-index:1000;
}

.tipsbox .tipsbox_mark{
	background : url('http://www.davista.fr/scripts/js/formcheck/img/DVmark.png') no-repeat;
	height : 36px;
	_background : url('http://www.davista.fr/scripts/js/formcheck/img/DVmark.gif') no-repeat;
	position:relative;
	z-index:1000;
}

.tipsbox .tipsbox_bottom_right{
	background : url('http://www.davista.fr/scripts/js/formcheck/img/bottom_right.png');
	_background : url('http://www.davista.fr/scripts/js/formcheck/img/bottom_right.gif') no-repeat;
	position:relative;
	z-index:1000;
}

.tipsbox .tipsbox_inner, .tipsbox .tipsbox_inner_ie6{
	background : url('http://www.davista.fr/scripts/js/formcheck/img/inner.png');
	position:relative;
	z-index:1000;
}

.tipsbox .tipsbox_inner_ie6 {
	padding : 4px;	
	position:relative;
	z-index:1000;
}

.tipsbox .tipsbox_error {
	background : url('http://www.davista.fr/scripts/js/formcheck/img/DVerror.png') no-repeat;
	_background : url('http://www.davista.fr/scripts/js/formcheck/img/DVerror.gif') no-repeat;
	width: 29px;
	height: 27px;

	float:left;
	clear:left;
	position:relative;
	z-index:1000;
}

.tipsbox p, .tipsbox {
	font-size: 10px;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #fff;
	position:relative;
	z-index:1000;
}

.tipsbox p {
	padding-left: 55px;
	line-height: 11px;
	position:relative;
	z-index:1000;
}

.tipsbox p span {
	font-size: 1em;
	font-weight: bold;
	color: red;
	line-height: 35px;
	position:relative;
	z-index:1000;
}


.error_f {
	border : 1px dotted #666;
	margin-top : 5px;
	background-color : #EAEAEA;
	position:relative;
	z-index:1000;
}

.error_f p {
	margin : 5px;
	color : #A00;
	position:relative;
	z-index:1000;
}

.error_f p span {
	font-size : 1.1em;
	color : #000;
	margin : 5px 0px 0px 0px;
	position:relative;
	z-index:1000;
}