/* @override http://amonclothing.com/wordpress/wp-content/plugins/contact-form-7/stylesheet.css?ver=2.0.5 */

div.wpcf7 {
	margin: 0;
	padding: 0;
}
div.wpcf7 p {
	margin-top: 0;
	margin-bottom: 0;
}

.darkinput input {
	width: 214px;
	color: #fff;
	background-color: #111;
	border: 1px solid #222;
	padding: 3px;
	font: 1em Times, "Times New Roman", Georgia, serif;
	margin-bottom: 10px;
}
.lightinput input {
	width: 214px;
	color: #000;
	background-color: #fff;
	border: 1px solid #aaa;
	padding: 3px;
	font: 1em Times, "Times New Roman", Georgia, serif;
	margin-bottom: 5px;
}
.sendbutton_light input {
	width: 110px;
	height: 25px;
	color: #333;
	background-color: #ddd;
	border: none;
	font: italic bold 1em Times, "Times New Roman", Georgia, serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 5px;
}
.sendbutton_light input:hover {
	width: 110px;
	height: 25px;
	color: #000;
	background-color: #ccc;
	border: none;
	font: italic bold 1em Times, "Times New Roman", Georgia, serif;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 10px;
}

.sendbutton input {
	width: 110px;
	height: 25px;
	color: #999;
	background-color: #222;
	border: none;
	font: italic bold 1em Times, "Times New Roman", Georgia, serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.sendbutton input:hover {
	width: 110px;
	height: 25px;
	color: #fff;
	background-color: #333;
	border: none;
	font: italic bold 1em Times, "Times New Roman", Georgia, serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.darkinput textarea {
	width: 214px;
	color: #fff;
	background-color: #111;
	border: 1px solid #222;
	font: 1em Times, "Times New Roman", Georgia, serif;
	padding: 3px;
	margin-bottom: 10px;
}

div.wpcf7-response-output {
}

div.wpcf7-mail-sent-ok {
	font-style: italic;
	color: #666;
}

div.wpcf7-mail-sent-ng {
	font-style: italic;
	color: #666;
}

div.wpcf7-spam-blocked {
	font-style: italic;
	color: #666;
}

div.wpcf7-validation-errors {
	font-style: italic;
	color: #666;
}

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

span.wpcf7-not-valid-tip {
	position: absolute;
	top: -4px;
	left: 0;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	width: 216px;
	padding: 2px;
	color: #ff0000;
	font-style: italic;
}

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

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

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

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