div.wpcf7 {
	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-form-control-wrap input[type="text"] {
	margin-bottom:10px;
}

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;
}

.wpcf7-list-item  {
	display:block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}

input[type=submit]#button, input[type=submit].lrg#button {
    border:0;
    cursor:pointer;
    width:274px;
    height:41px;
    background:url('/wp-content/themes/Charisma Theme/images/send.png') no-repeat center top;
}

input[type=submit]#button:hover {
    background:url('/wp-content/themes/Charisma Theme/images/send_hvr.png') no-repeat center top;
}

input[type=submit].lrg#button {
    width:624px;
    height:73px;
    background:url('/wp-content/themes/Charisma Theme/images/send_lrg.png') no-repeat center top;
}

input[type=submit].lrg#button:hover {
    background:url('/wp-content/themes/Charisma Theme/images/send_lrg-hvr.png') no-repeat center top;


.autocomplete-w1 { background:url(img/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; font-size:12px; cursor:default; text-align:right; max-height:150px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:150px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#7ca028; }