div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin-left: 25px;
	margin-top: 10px;
	width: 170px;
	height: 76px;
	z-index: 2;
	position: absolute;
	background-image: url(/eren/wp-content/plugins/contact-form-7/images/errorBackground.png);
	background-repeat: no-repeat;
	color: #FFF;
	padding: 20px 5px 0px 5px;
	text-align: center;
	cursor: pointer;
	bottom:35px;
}

div.wpcf7-mail-sent-ok {
	
}

div.wpcf7-mail-sent-ng {
	
}

div.wpcf7-spam-blocked {
	
}

div.wpcf7-validation-errors {
	
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	left: 0px;
	z-index: 100;
	background: #fff;
	border: 2px solid #99857a;
    color: #99857a;
	font-size: 10pt;
	width: 192px;
    height: 20px;
    line-height:20px;
	padding: 2px;
}

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;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}




#formContainer
{
    position:absolute;
	bottom: 0px;
    margin-left:12px;
	padding-top:25px;
	margin-bottom:15px;
    width:200px;
    height:auto;    
    background-image:url(images/getInTouch.png);
    background-repeat:no-repeat; 

	z-index:0;
}

#nameInput
{
    width: 168px;
    height: 16px;
    padding:6px 6px 6px 26px;
    border:0px;
    background:url(images/nameArea.png) no-repeat #fff;
    background-position:  11px 5px;
}
#emailInput
{
    width: 168px;
    height: 16px;
    padding:6px 6px 6px 26px;
    border:0px;
    background:url(images/mailArea.png) no-repeat #fff;
    background-position:  8px 9px;
}
#messageInput
{
    width: 188px;
    height:153px;
    padding: 25px 6px 6px 6px;
    border:0px;
    background:url(images/messageArea.png) no-repeat #fff;
    background-position:  7px 9px;    
}
#sendBtn
{
    padding:0px;
    border:none;
    width:39px;
    height:14px;
    background-image:url(images/submitButton.png);
    background-repeat:no-repeat;
    text-indent: -1000em;
    float:right;
    cursor: pointer;

	font-size: 0;
	display:block;
	line-height: 0;
}