DIV.wpcf7
{
	margin: 0;
	padding: 0;
	float: right;
	top: 100px;
	font: 0.8em sans-serif;
}
DIV.wpcf7-response-output
{
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}
DIV.wpcf7-mail-sent-ok
{
	border: 2px solid #398F14;
}
DIV.wpcf7-mail-sent-ng
{
	border: 2px solid #FF0000;
}
DIV.wpcf7-spam-blocked
{
	border: 2px solid #FFA500;
}
DIV.wpcf7-validation-errors
{
	border: 2px solid #F7E700;
}
SPAN.wpcf7-form-control-wrap
{
	/*[disabled]position:relative;*/
	position: inherit;
}
SPAN.wpcf7-not-valid-tip
{
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #FFF;
	border: 1px solid #FF0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}
SPAN.wpcf7-not-valid-tip-no-ajax
{
	color: #F00;
	font-size: 10pt;
	display: block;
}
SPAN.wpcf7-list-item
{
	margin-left: 0.5em;
}
