/*
Atolye Kusadasi / Cagdas Demir
*/

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
}

.main {
	background-image:url(images/logo.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#773781;
}

/* Iletisim */

input.iletisim {

	font-family:"Trebuchet MS";
	font-size:13px;
	color:#773781;
	background:none;
	border:1px solid #C3A5CB;
}

input.iletisim2 {

	font-family:"Trebuchet MS";
	font-size:13px;
	color:#773781;
	background:none;
	border:1px solid #C3A5CB;
	width:100%;
	margin-top:5px;
}

textarea.iletisim {

	font-family:"Trebuchet MS";
	font-size:13px;
	color:#773781;
	background:none;
	border:1px solid #C3A5CB;
	overflow:hidden;
}