.urunlermenu .menu_list {
	width: 224px;
}
#firstpane .menu_head {
	cursor: pointer;
	position: relative;
	font-weight:bold;
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	height: 21px;
	padding-left: 32px;
	padding-top: 9px;
	color: #666c76;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
#firstpane .menu_heada {
	cursor: pointer;
	position: relative;
	font-weight:bold;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 55px;
	background-color: #f8faf9;
	background-repeat: no-repeat;
	background-image: url(../images/headaleft.jpg);
	background-position: 40px 8px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #7c7f85;
}
#firstpane .menu_body {
	display:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
#firstpane .menu_body a {
    display:block;
    color:#7c7f85;
    background-color:#f8faf9;
    padding-left:60px;
    font-weight:bold;
    text-decoration:none;
    padding-top: 2px;
    background-image: url(../images/bodyok.jpg);
    background-position: 50px center;
    background-repeat: no-repeat;
    padding-bottom: 2px;
}

#firstpane .menu_body a:hover{
	color: #666666;
	text-decoration:none;
	background-image: url(../images/bodyokover.jpg);
	background-position: 50px center;
	background-repeat: no-repeat;
}
#firstpane .menu_body a.menu_heada {
    cursor: pointer;
    position: relative;
    font-weight:bold;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 55px;
    background-color: #f8faf9;
    background-repeat: no-repeat;
    background-image: url(../images/headaleft.jpg);
    background-position: 40px 8px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #7c7f85;
}
#firstpane .menu_body a.menu_heada:hover{
  background-image:url(../images/headaleftover.jpg); 
  background-position: 40px 8px;
    background-color: #f8faf9;
    background-repeat: no-repeat;
  color:#444444;
}
#firstpane .menu_bodya {
	display:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
#firstpane .menu_bodya a {
	display:block;
	color:#7c7f85;
	background-color:#f8faf9;
	padding-left:60px;
	font-weight:bold;
	text-decoration:none;
	padding-top: 2px;
	background-image: url(../images/bodyok.jpg);
	background-position: 50px center;
	background-repeat: no-repeat;
	padding-bottom: 2px;
}
#firstpane .menu_bodya a:hover{
	color: #666666;
	text-decoration:none;
	background-image: url(../images/bodyokover.jpg);
	background-position: 50px center;
	background-repeat: no-repeat;
}
/**
 * The "classic" theme CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is an online media viewer application that supports all of the
 * web's most popular media publishing formats. Shadowbox is written entirely
 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
 * authors can showcase a wide assortment of media in all major browsers without
 * navigating users away from the linking page.
 *
 * Shadowbox is released under version 3.0 of the Creative Commons Attribution-
 * Noncommercial-Share Alike license. This means that it is absolutely free
 * for personal, noncommercial use provided that you 1) make attribution to the
 * author and 2) release any derivative work under the same or a similar
 * license.
 *
 * If you wish to use Shadowbox for commercial purposes, licensing information
 * can be found at http://mjijackson.com/shadowbox/.
 *
 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
 * @copyright   2007-2008 Michael J. I. Jackson
 * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
 * @version     SVN: $Id: skin.js 91 2008-03-28 17:39:13Z mjijackson $
 */

/*_____________________________________________________  container & overlay  */
#shadowbox_container, #shadowbox_overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#shadowbox_container {
  position: fixed;
  display: none;
  visibility: hidden;
  z-index: 999;
  text-align: center; /* centers #shadowbox in quirks and IE */
}
#shadowbox_overlay {
  position: absolute;
}

/*_______________________________________________________________  shadowbox  */
#shadowbox {
  position: relative;
  margin: 0 auto;
  text-align: left; /* reset left alignment */
}

/*____________________________________________________________________  body  */
#shadowbox_body {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0px solid #333;
  overflow: hidden;
}
#shadowbox_body_inner {
  position: relative;
  height: 100%;
}
#shadowbox_content.html {
  height: 100%;
  overflow: auto; /* make html content scrollable */
}

/*_________________________________________________________________  loading  */
#shadowbox_loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
/*#shadowbox_body, */#shadowbox_loading {
  background-color: #060606; /* should match loading image background color */
}
#shadowbox_loading_indicator {
  float: left;
  margin: 10px 10px 0 10px;
  height: 32px;
  width: 32px;
  background-image: url(icons/loading.gif);
  background-repeat: no-repeat;
}
#shadowbox_loading span {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 10px;
  float: left;
  margin-top: 16px;
}
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
  text-decoration: underline;
}

/*____________________________________________________________  title & info  */
#shadowbox_title, #shadowbox_info {
  position: relative;
  margin: 0; /* these must have no vertical margin or padding */
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner, #shadowbox_info_inner {
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  line-height: 16px;
}
#shadowbox_title {
  border: 0px solid;
  height: 26px;
}
#shadowbox_title_inner {
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
}
#shadowbox_info {
  border: 0px solid;
  height: 20px;
}
#shadowbox_info_inner {
  font-size: 12px;
  color: #fff;
}

/*_____________________________________________________________________  nav  */
#shadowbox_nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}
#shadowbox_nav_close {
  background-image: url(icons/close.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_next {
  background-image: url(icons/next.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_previous {
  background-image: url(icons/previous.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_play {
  background-image: url(icons/play.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_pause {
  background-image: url(icons/pause.png);
  background-repeat: no-repeat;
}

/*_________________________________________________________________  counter  */
#shadowbox_counter {
  float: left;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
}

/*___________________________________________________________________  clear  */
div.shadowbox_clear {
  clear: both; /* clear floating counter & nav */
}

/*________________________________________________________________  messages  */
div.shadowbox_message {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  color: #fff;
  text-decoration: underline;
}
html   {width:100%; height:100%; overflow-y:scroll;}
body   {width:100%; height:100%; margin:0px; padding:0px; font-family:Tahoma; font-size:12px; color:#5c6f7c; background:url('../img/body_back.jpg') repeat-x top center #e7e7e7;}
form   {margin:0px; padding:0px;}
img    {border:none;}
ul, ol {margin:5px 5px 5px 10px; padding:0px 0px 0px 20px;}
table  {border-spacing: 0px; border-collapse: collapse;}
td     {padding:0px; }
a      {text-decoration:none;}
div.clear {clear:both; height:1px; font-size: 1px; line-height: 1px;}
label.error, font.error {color:red;clear:both;}
input.error, textarea.error {background-color:#ffdbc8; border-color:red;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.ust {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/ustback.jpg);
}
.ustorta {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/ustbar.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 109px;
}
.logo {
	float: left;
	height: 70px;
	margin-top: 20px;
	display: inline;
}
.diller {
	float: right;
	width: 42px;
	margin-top: 10px;
	margin-right: 20px;
	display: inline;
}
.bayrak {
	float: left;
	height: 16px;
	width: 16px;
	margin-right: 5px;
	display: inline;
}


.govde {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/govdeback.jpg);
    background-repeat: repeat-x;
	background-color: #ffffff;
    padding-bottom:20px;
}
.govdeorta {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	display: block;
}
.menu {
	height: 29px;
	width: 965px;
	padding: 1px;
	background-color: #FFF;
	margin-left: 1px;
	float: left;
	display: inline;
}
.menutable {
	width: 965px;
	height: 29px;
}
.menubuttd {
	background-image: url(../images/but.jpg);
	width: 137px;
}
.but {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	width: 137px;
	height: 23px;
	padding-top: 6px;
	float: left;
	display: inline;
}
.but:link,.but:visited {
	text-decoration: none;
}
.but:hover {
	background-image: url(../images/butover.jpg);
	text-decoration: none;
}
.menucizgitd {
	width: 1px;
	background-image: url(../images/menucizgi.png);
}
.banner {
	float: left;
	height: 288px;
	width: 963px;
	padding-left: 7px;
	margin-top: 5px;
	display: inline;
}

.cizgiyatay {
	background-image: url(../images/cizgiyatay.jpg);
	background-repeat: repeat-x;
	height: 2px;
	width: 970px;
	margin-top: 5px;
	display: inline;
	float: left;
}
.govdesol {
	float: left;
	width: 700px;
	display: inline;
}
.haberler {
	display: inline;
	float: left;
	height: 35px;
	width: 690px;
	margin-top: 3px;
	margin-left: 11px;
}
.habericon {
	background-image: url(../images/habericon.png);
	float: left;
	height: 20px;
	width: 80px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-top: 5px;
	padding-top: 4px;
	text-align: center;
	display: inline;
	margin-left: 7px;
}
.haberyazi {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-left: 10px;
	float: left;
	display: inline;
	padding-top: 7px;
}

.haberorta {
	background-image: url(../images/haberback.png);
	float: left;
	width: 682px;
	height: 35px;
}
.habersag {
	background-image: url(../images/habersag.png);
	float: left;
	height: 35px;
	width: 4px;
}


.habersol {
	background-image: url(../images/habersol.png);
	float: left;
	height: 35px;
	width: 4px;
}
.anapencere {
	background-image: url(../images/anapencere.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	float: left;
	height: 143px;
	width: 219px;
	margin-top: 3px;
	margin-left: 13px;
	display: inline;
}
.ok {
	width: 20px;
	height: 22px;
	margin-top: 10px;
	margin-left: 7px;
	display: inline;
	float: left;
	margin-right: 5px;
}
.pencerebaslik {
	float: left;
	width: 184px;
	margin-top: 10px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
	height: 22px;
}
.pencereyazi {
	float: left;
	margin-top: 7px;
	margin-left: 15px;
	overflow: hidden;
}
.pencereyazi.p1 {
	width: 140px;
	height: 70px;
}
.pencereyazi.p2 {
	width: 100px;
	height: 70px;
}
.pencereyazi.p3 {
	width: 130px;
	height: 55px;
}
.pencereyazi.p4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 105px;
	height: 70px;
	font-weight: normal;
	margin-left: 0px;
}
.pencereres {
	float: left;
	height: 102px;
	width: 96px;
	margin-top: 5px;
	margin-left: 3px;
}
.pencerebut {
	float: left;
	width: 90px;
	margin-left: 15px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	display: inline;
	text-decoration: none;
}
.pencerebut:link,.pencerebut:visited {
	text-decoration: none;
}

.pencere1res {
	float: right;
	height: 105px;
	width: 54px;
	margin-right: 7px;
	margin-top: 5px;
}
.govdesag {
	float: left;
	width: 270px;
}
.arama {
	background-image: url(../images/aramaback.png);
	display: inline;
    position:relative;
	float: left;
	height: 88px;
	width: 250px;
	margin-top: 3px;
	margin-left: 10px;
}
.aramabaslik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	float: left;
	width: 235px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 4px;
}
.combo {
    float: left;
    width: 170px;
    height: 18px;
    margin-left: 15px;
    margin-bottom: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.araimaj {
	position:absolute;
	width: 58px;
	height: 58px;
	top:25px;
    right:4px;
}
.dogadostu {
	float: left;
	width: 250px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
.dogadostubaslik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	display: inline;
	float: left;
	width: 235px;
	margin-left: 15px;
}
.dogares {
	float: right;
	height: 76px;
	width: 74px;
}
.yesil{
	color: #5ea600;
}
.alt {
    margin-right: auto;
	margin-left: auto;
	background-image: url(../images/altbar.jpg);
}

.altorta {
    width: 970px;
	margin-right: auto;
	margin-left: auto;
	height: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: center;
}
.bizelogo {
	float: left;
	height: 41px;
	width: 42px;
	margin-left: 10px;
}
.bizeyazi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
	width: 100px;
}
.tumhaklar {
	margin-top: 15px;
	width: 665px;
	text-align: center;
	float: left;
}
.tumhaklar a:link,.tumhaklar a:visited {
	color: #666;
}
.tumhaklar a:hover{
	color: #666;
}
.altlogolar {
	float: right;
	height: 42px;
	width: 133px;
	margin-right: 10px;
}
.altsayfagovdesol {
	float: left;
	width: 266px;
	margin-top: 5px;
	display: inline;
}
.altsayfasolustback {
	background-image: url(../images/solback.png);
	float: left;
	width: 256px;
	padding-top: 8px;
	padding-left: 8px;
	display: inline;
}
.govdesolaltback {
	background-image: url(../images/solbackalt.png);
	float: left;
	width: 266px;
	height: 10px;
}


.altsayfasolustbaslikback {
	background-image: url(../images/solbaslikback.jpg);
	float: left;
	height: 50px;
	width: 233px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	padding-top: 18px;
	padding-left: 15px;
	display: inline;
}
.urunlermenu {
	float: left;
	width: 224px;
	margin-top: 10px;
	margin-left: 12px;
	background-color: #CCC;
	padding: 1px;
	margin-bottom: 10px;
	display: inline;
}
.altsayfasolalt {
	background-image: url(../images/solback2.png);
	float: left;
	height: 347px;
	width: 266px;
	margin-top: 15px;
	display: inline;
}
.altsayfasolaltpencere {
	margin: 15px;
	float: left;
	height: 138px;
	width: 236px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #818385;
	display: inline;
}
.altsayfasolaltpenbaslik {
	margin-bottom: 15px;
	padding-left: 10px;
}
.altsayfasolpencereres {
	float: left;
	height: 124px;
	width: 128px;
}
.altbanner {
	float: left;
	width: 699px;
	height: 258px;
	margin-top: 5px;
	display: inline;
}

.altsayfagovdesag {
	float: left;
	width: 699px;
	margin-top: 5px;
	margin-left: 0px;
	display: inline;
}
.altsayfabaslik {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #004087;
	float: left;
	height: 34px;
	width: 677px;
	margin-top: 5px;
	padding-top: 12px;
	background-color: #eff0f1;
	padding-left: 15px;
	display: inline;
	margin-left: 3px;
}
.altsayfayazi {
	width: 677px;
	padding-left: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	float: left;
	margin-top: 20px;
	display: inline;
	margin-left: 3px;
}
.govdepencere {
	float: left;
	width: 697px;
	margin-top: 10px;
	display: inline;
}
.govdepencereust {
	background-image: url(../images/pencereust.png);
	background-repeat: no-repeat;
	float: left;
	height: 4px;
	width: 697px;
}
.govdepencereorta {
	background-color: #FFF;
	float: left;
	width: 687px;
	background-image: url(../images/pencereorta.png);
	padding-left: 10px;
}
.govdepenbaslik {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	width: 677px;
	margin-top: 15px;
	margin-left: 10px;
	float: left;
	display: inline;
}
.aramacombo {
	float: left;
	width: 677px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	display: inline;
}
.aramacombo.p1 {
	float: left;
	width: 135px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	display: inline;
}
.urunpencere {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	display: inline;
	float: left;
	width: 197px;
	margin-top: 20px;
	margin-left: 21px;
	margin-bottom: 20px;
}

.urunpencerebaslik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	float: left;
	width: 197px;
	height: 25px;
}
.urunpencereres {
	float: left;
	height: 152px;
	width: 197px;
}
.urunpencereyazi {
	float: left;
	height: 28px;
	width: 192px;
	overflow: hidden;
	margin-left: 5px;
	margin-top: 2px;
}
.urunpencerebut {
	float: left;
	width: 197px;
	margin-top: 5px;
}
.govdecizgi {
	background-color: #999;
	float: left;
	height: 1px;
	width: 637px;
	margin-left: 20px;
	display: inline;
	margin-bottom: 10px;
}
.sayfanolar {
	display: inline;
	float: left;
	width: 677px;
	height: 30px;
	margin-bottom: 10px;
	text-align: center;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	margin-top: 20px;
}
.sayfanolar a:link,.sayfanolar a:visited {
	color: #999;
	text-decoration: none;
}
.sayfanolar a:hover {
	color: #333;
	text-decoration: none;
}
.govdepencerealt {
	float: left;
	height: 6px;
	width: 697px;
	background-image: url(../images/pencerealt.png);
}
.belgepencere {
	float: left;
	width: 629px;
	display: inline;
	margin-top: 20px;
	margin-left: 20px;
}
.belgepencereust {
	background-image: url(../images/belgepenust.png);
	float: left;
	width: 629px;
	height: 3px;
}
.belgepencereorta {
	background-image: url(../images/belgepenorta.png);
	float: left;
	width: 629px;
	padding-top: 10px;
	display: inline;
}
.belgeyazi {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	display: inline;
	float: left;
	width: 629px;
	margin-left: 20px;
	font-size: 13px;
	font-weight: bold;
}

.belgepencerealt {
	background-image: url(../images/belgepenalt.png);
	float: left;
	height: 3px;
	width: 629px;
}
.belgeres {
	float: left;
	height: 174px;
	width: 126px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	display: inline;
}
.referanspencere {
	display: inline;
	float: left;
	width: 320px;
	margin-top: 20px;
	margin-left: 20px;
}
.referansok {
	background-image: url(../images/ok.jpg);
	height: 8px;
	width: 5px;
	float: left;
	margin-right: 10px;
}
.referansres {
	height: 60px;
	width: 100px;
	float: left;
}

.referansyazi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	float: left;
	width: 195px;
	margin-top: 10px;
	margin-left: 10px;
}
.mavi {
	color: #06466c;
	font-weight: bold;
}
.iletisimsol {
	display: inline;
	float: left;
	width: 325px;
	margin-top: 10px;
	margin-left: 15px;
}
.iletisimadres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	float: left;
	width: 325px;
}

.iletisimform {
	float: left;
	width: 325px;
	margin-top: 15px;
}
.iletisimpenust {
	background-image: url(../images/iletisimpencereust.png);
	float: left;
	height: 2px;
	width: 311px;
}
.iletisimpenorta {
	background-image: url(../images/iletisimpencereorta.png);
	float: left;
	width: 311px;
	padding-top: 15px;
}

.iletisimpenalt {
	background-image: url(../images/iletisimpencerealt.png);
	float: left;
	height: 4px;
	width: 311px;
}
.iletisimformbaslik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	float: left;
	width: 291px;
	margin-left: 20px;
	display: inline;
	margin-bottom: 10px;
}
.iletisimaltbaslik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	float: left;
	width: 55px;
	display: inline;
	margin-top: 10px;
	margin-left: 20px;
	height: 20px;
}
.iletisimcombo {
	display: inline;
	float: left;
	width: 210px;
	height: 20px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.iletisimmesaj {
	display: inline;
	float: left;
	width: 205px;
	height: 70px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.iletisimgonder {
	float: right;
	height: 29px;
	width: 83px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.iletisimsag {
	float: left;
	width: 355px;
	display: inline;
	margin-top: 10px;
}

