/* @override http://www.catoniassociati.com/daily/wp-content/plugins/contact-form-7/styles.css?ver=2.1.1 */

div.wpcf7 {
	margin: 50px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid red;
	font-size: .8em;
}

div.wpcf7 input{
	border-bottom: 1px solid black;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background: #e6e9eb;
	font: 1.2em "American Typewriter", "Courier New", Courier, mono;
	letter-spacing: .1em;
}

div.wpcf7 textarea{
	border-bottom: 1px solid black;
	border-right-style: none;
	border-left-style: none;
	border-top: 1px solid black;
	font: 1.2em "American Typewriter", "Courier New", Courier, mono;
	letter-spacing: .1em;
	background-color: #e6e9eb;
}

div.wpcf7-response-output {
	font: 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 8px;
}

div.wpcf7-mail-sent-ok {
	border-top: 5px solid green;
}

div.wpcf7-mail-sent-ng {
	border-top: 5px solid red;
}

div.wpcf7-spam-blocked {
	border-top: 5px solid orange;
}

div.wpcf7-validation-errors {
	border-top: 5px solid yellow;
}

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

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;
	display: block;
	font-size: 1em;
}

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

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

img.ajax-loader {
	border: none;
	vertical-align: middle;
	float: right;
}