div.wpcf7 {
	margin: 0;
	padding: 0px;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 5px;
	display:block;
	float:left;
	position:relative;
	background: url("http://www.edouardrelou.eu/blog/wp-content/themes/gallery/images/sidebar_bg.jpg") repeat left top;
	}

div.wpcf7-mail-sent-ok {
/*	border: 2px solid #AA00A8;
*/		background: url("http://www.edouardrelou.eu/blog/wp-content/themes/gallery/images/sidebar_bg.jpg") repeat left top;
}

div.wpcf7-mail-sent-ng {
/*	border: 2px solid #AA00A8;
*/		background: url("http://www.edouardrelou.eu/blog/wp-content/themes/gallery/images/sidebar_bg.jpg") repeat left top;

}

div.wpcf7-spam-blocked {
/*	border: 2px solid #AA00A8;
*/		background: url("http://www.edouardrelou.eu/blog/wp-content/themes/gallery/images/sidebar_bg.jpg") repeat left top;

}

div.wpcf7-validation-errors {
/*	border: 2px solid #AA00A8;
*/		background: url("http://www.edouardrelou.eu/blog/wp-content/themes/gallery/images/sidebar_bg.jpg") repeat left top;

}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: -100px;
	z-index: 100;
/*	border: 2px solid #ff0000;
*/	font-size: 10px;
	width: 233px;
	padding: 2px;	
	background: url("http://www.edouardrelou.eu/blog/wp-content/themes/gallery/images/sidebar_bg.jpg") repeat left top;

}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

