div.wpcf7 {
	margin: 0;
	padding: 0;
	width:  300px;
	height: 360px;
}

.wpcf7-form{
	background: url(images/formBack.jpg) no-repeat left top; height:  100%;
	padding-left:  11px; padding-top: 10px; text-align: center;
}

.wpcf7-form .inputStyle{margin-bottom: 8px; height:  27px; width:  280px;
	background: url(images/inputBack.jpg) no-repeat left top; padding-top: 2px;
	padding-left: 2px; text-align: left;
}

.wpcf7-form .inputStyle input{font-size: 14px; font-family: 'Lucida Grande',Lucida,Verdana,Arial,Helvetica,sans-serif; border: none; background: none;}

.wpcf7-form .textareaStyle{margin-bottom: 8px; height:  137px; width:  280px;
	background: url(images/textareaBack.jpg) no-repeat left top; padding-top: 2px; text-align: left;
}
.wpcf7-form .textareaStyle textarea {font-size: 14px; font-family: 'Lucida Grande',Lucida,Verdana,Arial,Helvetica,sans-serif; border: none; background: none;}

.wpcf7-form .submitStyle{ text-align: center; height:  41px; overflow:hidden; }
.wpcf7-form .submitStyle input{width:  134px; height:  41px;
	background: url(images/submitBut.gif) no-repeat center top; border: none;
}

.wpcf7-form .submitStyle input:hover{
	background-position:center bottom;
}

.wpcf7-form p{margin: 0; padding:0;}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

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-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;
	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;
}