/*----------------------------------------------

	contact-form-7 styles
	messeage-form

----------------------------------------------*/

#messeage div.wpcf7-response-output {
	margin: 2em 20px 2em;
	padding: 0;
	color: #fff;
	font-size: 80%;
	border-radius: 18px;         /* CSS3 */
		-moz-border-radius: 18px;    /* Firefox */
		-webkit-border-radius: 18px; /* Safari,Chrome */
}

#messeage div.wpcf7-mail-sent-ok {
	padding: 1em !important;
	background: #9ED9DB !important;
	color: #29312b;
	/*border: 2px solid #06b026;*/
	border: none !important;
	border-radius: 18px;         /* CSS3 */
		-moz-border-radius: 18px;    /* Firefox */
		-webkit-border-radius: 18px; /* Safari,Chrome */
}

#messeage div.wpcf7-mail-sent-ng {
	padding: 1em !important;
	background: #ff0000;
	/*border: 2px solid #ff0000;*/
	border: none !important;
	border-radius: 18px;         /* CSS3 */
		-moz-border-radius: 18px;    /* Firefox */
		-webkit-border-radius: 18px; /* Safari,Chrome */
}

#messeage div.wpcf7-spam-blocked {
	padding: 1em !important;
	background: #000;
	/*border: 2px solid #000;*/
	border: none !important;
	border-radius: 18px;         /* CSS3 */
		-moz-border-radius: 18px;    /* Firefox */
		-webkit-border-radius: 18px; /* Safari,Chrome */
}

#messeage div.wpcf7-validation-errors {
	padding: 1em !important;
	color: #29312b;
	background: #b9c2b4;
	/*border: 2px solid #ff9000;*/
	border: none !important;
	border-radius: 18px;         /* CSS3 */
		-moz-border-radius: 18px;    /* Firefox */
		-webkit-border-radius: 18px; /* Safari,Chrome */
}

#messeage span.wpcf7-not-valid-tip {
	width: 280px;
	margin: 0;
	padding: .5em;
	/* font-size: 80%; */
	text-align: center;
	color: #fff;
	background-color: #718877 !important;
	/*border: 1px solid #ff0000;*/
	border: none;
		border-radius: 12px;         /* CSS3 */
		-moz-border-radius: 12px;    /* Firefox */
		-webkit-border-radius: 12px; /* Safari,Chrome */
	position: absolute;
	top: -15px;
	left: 30%;
	z-index: 100;
}

#messeage img.ajax-loader {
	width: 16px;
	height: 16px;
	border: none;
	vertical-align: top;
}

#messeage .watermark {
	color: #888;
}



/*----------------------------------------------

	contact-form-7 styles
	contct-form

----------------------------------------------*/

