div.wpcf7 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

div.wpcf7 input[type="text"], textarea {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
    padding: 4px;
    border: solid 1px #6c6c6b;
    width: 220px;
}

div.wpcf7-response-output {
	margin-top: 15px;
	padding: 0;
}

/* 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 {
	position: relative;
} 

span.wpcf7-form-control-wrap your-name {
	font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
    padding: 4px;
    border: solid 1px #6c6c6b;
    width: 220px;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100;
	background: #990000;
	color: #fff;
	font-size: 10pt;
	width: 200px;
	height: none;
	padding: 3px;
}

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

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

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

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

div.wpcf7 input[type="submit"] {
 	width: 150px;
 	height: 33px;
 	margin: 0;
 	padding: 0;
 	border: 0;
 	background: url(sendrequest.png) no-repeat center top;
 	text-indent: -1000em;
 	cursor: pointer; /* hand-shaped cursor */
 	cursor: hand; /* for IE 5.x */
} */