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

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
background:#085478 none repeat scroll 0 0;
border: none;
}

div.wpcf7-mail-sent-ng {
background:#085478 none repeat scroll 0 0;
border: none;
}

div.wpcf7-spam-blocked {
background:#085478 none repeat scroll 0 0;
border: none;
}

div.wpcf7-validation-errors {
background:#085478 none repeat scroll 0 0;
border: none;
/*	border: 2px solid #f7e700;*/
}

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

span.wpcf7-not-valid-tip {
background:#085478 none repeat scroll 0 0;
font-size:10px;
left:310px;
padding:2px;
position:absolute;
top:-2px;
width:140px;
z-index:100;
}

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

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