﻿div.wpcf7 {
	margin: 0;
	padding: 0;
	width:47%;
	float:left;
}

.wpcf7-right {
	margin: 0;
	padding: 0;
	width:30%;
	float:left;
}

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

div.wpcf7-mail-sent-ok {
	border: 1px solid #222;
	color:#b7242a;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #222;
	color:#b7242a;
}

div.wpcf7-spam-blocked {
	border: 1px solid #222;
	color:#b7242a;
}

div.wpcf7-validation-errors {
	border: 1px solid #222;
	color:#b7242a;
}

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

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #000;
	border: 1px solid #222;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
	color:#b7242a;
}

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

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

.wpcf7-validates-as-required {
	font-family:"Courier New", Courier, monospace;
	color:#fff;
	background:transparent;
	background-image:url('images/text-field.jpg');
	background-repeat:no-repeat;
	font-size:15px;
	width:304px;
	height:31px;
	padding:10px 10px 0 10px;}

.your-subject input {
	font-family:"Courier New", Courier, monospace;
	color:#fff;
	background:transparent;
	background-image:url('images/text-field.jpg');
	background-repeat:no-repeat;
	font-size:15px;
	width:304px;
	height:31px;
	padding:10px 10px 0 10px;
}

.captcha-228 input {
	font-family:"Courier New", Courier, monospace;
	color:#fff;
	background:transparent;
	background-image:url('images/text-field.jpg');
	background-repeat:no-repeat;
	font-size:20px;
	font-weight:bold;
	width:70px;
	height:31px;
	padding:10px 10px 0 10px;
	margin-right:5px;
	text-align:center;
}

textarea {
	font-family:"Courier New", Courier, monospace;
	color:#fff;
	background:transparent;
	background-image:url('images/text-area.jpg');
	background-repeat:no-repeat;
	font-size:15px;
	width:395px;
	height:211px;
	padding:10px 10px 10px 10px;
}

.submit input {
	font-family:"Courier New", Courier, monospace;
	color:#ccc;
	background:transparent;
	background-image:url('images/button.jpg');
	font-size:15px;
	width:192px;
	height:52px;
	font-size:25px;
	font-weight:bold;
	cursor:pointer;
}