div.wpcf7 {
	margin: 0 0 0 -12px;
	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;
	/*width: 100px;*/
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 10%;
	left: 10%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 100px;
	padding: 2px;
	color:#333;
}

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;
}


/* P.Eye theme styling */
#shortform {
	background-color:#000000;
	color:#ccc;
	font-size:10px;
	width:257px;
	}
#shortform table{
	margin-left:30px;
	}
#shortform tr {
	vertical-align:top;
	}
#shortform input {
	width:100px;
	background-color:#333;
	color:#ffffff;
	border:1px solid #666;
	}
#shortform td.check span input {
	width:10px;
	background-color:#333;
	padding:0;
	border:none;
	}

#shortform td.captcha input {
	width:50px;
	}	
#shortform input.submitBtn{
	background-color:#009900;
	font-weight:bold;
	color:#fff;
	}
#shortform select {
	background-color:#333;
	border:1px solid #666;
	color:#ccc;
	}
	
#shortform td.wpcf7-checkbox input {
	width:10px;
	background-color:#000;
	}
#shortform td.wpcf7-checkbox #wpcf8_1058137694 input {
	width:10px;
	background-color:#000;
	}