div.wpcf7 {
	margin: 0;
	padding: 0;
}

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

div.wpcf7-mail-sent-ok {
	background: black url('../../themes/ultraviolet/images/send_done.png') no-repeat scroll 4px 4px;
	border: 2px solid green;
	color: green;
	font-weight: bold;
	height: 50px;
	overflow: hidden;
	padding: 5px 0 0 55px;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng {
	background: black url('../../themes/ultraviolet/images/send_alert.png') no-repeat scroll 4px 4px;
	border: 2px solid #C000C0;
	color: #C000C0;
	font-weight: bold;
	height: 50px;
	overflow: hidden;
	padding: 5px 0 0 55px;
}

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

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

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

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

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