.sonuc {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding:5px;
	width:600;
	height:200px;
	clear:both;
	display:block;
	line-height:18px;
	overflow:auto;
}

form {font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;}
  input.txt_box, select, textarea {
    color: #333;
    border-bottom:1px solid #ddd;
	  border-left:1px solid #c3c3c3;
	  border-right:1px solid #c3c3c3;
	  border-top:1px solid #7c7c7c;
    padding: 2px;
    font-size: 1em;
  }
  /* işaretleme kutucukları için */
  input.chk_box {position: relative; top: 4px;}
  /* boyutlandırmalara */
  .form_s25 {width: 25%;}
  .form_s50 {width: 50%;}
  .form_s75 {width: 75%;}
  .form_s90 {width: 89%;}
  .form_s95 {width: 98%;}
  .form_s100 {width: 99%;}
  
  form p {
    clear: left;
    margin: 2px 0 5px 0;
    padding: 0;
    padding: 5px;
  }
  form .focus {background:#FEFE99;}
  form p label {
    display:block;
    font-size: .9em;
    font-weight:bold;
    color: #333;
    margin-bottom: 3px;
  }
  form p label.inline {display: inline;}
  
  .form_header {border-bottom: 1px dashed #ccc; padding-bottom: 5px;}
  .form_header h2 {margin:0; padding:2px; font-size: 1.1em; font-weight: normal;}
  .form_header p {padding: 5px; font-size: .9em; margin: 0;}
  
  /* BUTTONS */

	input.form_btn {
	    width: 400px;
	    background:#f5f5f5;
	    margin:0 7px 0 0;
	    border:1px solid #dedede;
	    border-top:1px solid #eee;
	    border-left:1px solid #eee;

	    font-size: .9em;
	    line-height:130%;
	    text-decoration:none;
	    font-weight:bold;
	    color:#565656;
	    cursor:pointer;
	    padding:5px 10px 5px 25px; /* Links */
	}
  /*input.form_btn:hover {background-color: #DEF3FE;}*/
  input.btn_save {background:#f5f5f5 url("icons/accept.png") no-repeat 10% 50%;}
  
  input.btn_hover {background-color: #DEF3FE;}
	

