#form-div {
	position: relative;

	padding:15px;
	width: 350px;
	height: auto;
}

p.formbaslik {
	font-size: 20px;
	font-style: italic;
	color:#666;
}

p.cv {
	margin: -10px 0px -14px 10px;
//	padding: -10px 0px -10px 0px;
	//font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666;
}

input, textarea {
	margin: 0px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 300px;
	padding: 7px 8px 7px 30px;
	-moz-box-shadow: 0px 1px 0px #777;
	-webkit-box-shadow: 0px 1px 0px #777;
	background: #ddd url('../i/input.png') no-repeat 4px 5px;
	background: url('../i/input.png') no-repeat 4px 5px /*, -moz-linear-gradient(
           center bottom,
           rgb(225,225,225) 0%,
           rgb(215,215,215) 54%,
           rgb(173,173,173) 100%
           )*/;
	background:  url('../i/input.png') no-repeat 4px 5px/*, -webkit-gradient(
          linear,
          left bottom,
          left top,
          color-stop(0, rgb(225,225,225)),
          color-stop(0.54, rgb(215,215,215)),
          color-stop(1, rgb(173,173,173))
          )*/;

	color:#333;
	text-shadow:0px 1px 0px #fff;
	}
	
	
 input#email { 
 	background-position: 4px 5px; 
	background-position: 4px 5px, 0px 0px;
	}
	
	
 input#name { 
 	background-position: 4px -55px; 
	background-position: 4px -55px, 0px 0px; 
	}
	
 input#tel { 
 	background-position: 4px -28px; 
	background-position: 4px -28px, 0px 0px; 
	}


input.largerCheckbox
{
	margin: 10px 20px 10px 10px;
	width: 16px;
	height: 16px;

}
	
textarea {
	background-position: 4px -84px; 
	background-position: 4px -84px, 0px 0px;
	width: 300px;
	max-width: 400px;
	height: 100px;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	  }

input:hover, textarea:hover,
input:focus, textarea:focus { 
	-moz-box-shadow:0 0 8px lightblue;
	-webkit-box-shadow:0 0 8px lightblue;
	box-shadow:0 0 8px lightblue;
}



.submit input {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color:#306108;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:34px;
//	line-height:40px;
	width:120px;
	text-decoration:none;
	text-align:left;
	text-shadow:1px 1px 0px #aade7c;
	margin-left:220px;
	
}
.submit input:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}
.submit input:active {
	position:relative;
	top:1px;
}

	

