﻿.more
{
	color: #fff;
	font-size: 11px;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
}
.more:hover
{
	text-decoration: none;
	color: #525252;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#ContactForm1
{
	padding: 0;
}
#ContactForm1 .bg
{
	padding: 0;
	display: inline-block;
	float: left;
	position: relative;
}
#ContactForm1 .wrapper
{
	overflow: inherit;
	min-height: 40px;
}
#ContactForm1 .success
{
	font-size: 10px;
	position: relative;
	float: left;
	color: #fff;
	width: 100%;
	line-height: 11px;
	padding-bottom: 2px;
}
#ContactForm1 label
{
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	padding-bottom: 4px;
}
#ContactForm1 .error, #ContactForm1 .empty
{
	font-size: 10px;
	color: #f00;
	line-height: 9px;
	display: none;
	width: 100%;
	top: 0px;
	position: relative;
	float: left;
	text-align: left;
}
#ContactForm1 a
{
	position: relative;
	z-index: 1;
}
#ContactForm1 a:hover
{
	text-decoration: none;
}
#ContactForm1 .input
{
	width: 230px;
	padding: 7px 10px;
	color: #525252;
	outline: none;
	font-size: 11px;
	background: url(/images/bg2.png) 0 0 no-repeat;
	font-family: 'Trebuchet MS' , serif;
	box-shadow: none;
}
#ContactForm1 textarea
{
	overflow: auto;
	margin: 0;
	width: 230px;
	height: 85px;
	padding: 5px 10px;
	color: #525252;
	resize: none;
	outline: none;
	font-size: 11px;
	background: url(/images/bg3.png) 0 0 no-repeat;
	font-family: Arial;
	font-family: 'Trebuchet MS' , serif;
	box-shadow: none;
}
#ContactForm1 .block
{
	display: inline-block;
	position: relative;
	width: 100%;
	float: left;
}
#ContactForm1 .marNone
{
	margin: 0;
}
.formButtons
{
	position: relative;
	float: left;
	display: inline-block;
	margin-top: 6px;
}
.formBtn
{
	display: inline-block;
	position: relative;
	margin-right: 30px;
}
/* ============================= end forms ============================= */
/* button styles */

giris_buton
{
	position: relative;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
	border: 0;
	padding: 0;
	outline: none;
	margin-left: -6px; /* corrects for shadow to make left edge look aligned */
	padding: 0 35px 0 0;
	margin-right: 5px;
	font-size: 1em;
	text-align: center;
	background: transparent url("/images/button-sprite.png") no-repeat right -92px;
}


giris_buton:hover, giris_buton.btnHover
{
	background-position: right -138px;
}
/* extra class used for sucky browsers (stupid IE) */