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: url("images/success-bg.jpg") no-repeat scroll 0 5px rgba(255, 255, 255, 0.6);
    border: medium none;
    border-radius: 50px 10px 10px 50px;
    line-height: 100%;
    min-height: 46px;
    opacity: 0.9;
    padding: 12px 5px 3px 60px;
    width: 80%;
}

div.wpcf7-mail-sent-ng {
	background: url("images/error-bg.jpg") no-repeat scroll 0 5px rgba(255, 255, 255, 0.6);
    border: medium none;
    border-radius: 50px 10px 10px 50px;
    line-height: 100%;
    min-height: 46px;
    opacity: 0.9;
    padding: 12px 5px 3px 60px;
    width: 80%;
}

div.wpcf7-spam-blocked {
	background: url("images/error-bg.jpg") no-repeat scroll 0 5px rgba(255, 255, 255, 0.6);
    border: medium none;
    border-radius: 50px 10px 10px 50px;
    line-height: 100%;
    min-height: 46px;
    opacity: 0.9;
    padding: 12px 5px 3px 60px;
    width: 80%;
}

div.wpcf7-validation-errors {
    background: url("images/warning-bg.jpg") no-repeat scroll 0 5px rgba(255, 255, 255, 0.6);
    border: medium none;
    border-radius: 50px 10px 10px 50px;
    line-height: 100%;
    min-height: 46px;
    opacity: 0.9;
    padding: 12px 5px 3px 60px;
    width: 80%;
}

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

span.wpcf7-not-valid-tip {
    background: url("images/red-bg.png") repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 10pt;
    height: 15px;
    left: 0;
    padding: 2px;
    position: absolute;
    top: -2px;
    width: 15px;
    z-index: 100;
}

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;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 .watermark {
	color: #888;
}