﻿body
{
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
}


.Govde
{
    border: 6px solid #4D82FD;
    width: 700px;
    margin: 20px auto;
    background-color: #E1E8FF;
}

.Baslik
{
    padding: 5px;
    margin: 5px;
    border-bottom-width: 2px;
    border-bottom-style: double;
    border-bottom-color: #808000;
}

.Form
{
    padding:10px;
    height:100px;
    
}

h1
{
    font-family: 'Trebuchet MS';
    font-size: 22px;
    color: #333333;
    text-align:center;
    margin:15px;
}


.Form span
{
    padding-top:6px;
    padding-right:6px;
    font-family: 'Trebuchet MS';
    font-size: 14px;
    height:30px;
    width:270px;
    text-align:right;
    float:left;
}

.Form input.tc
{
    padding:3px;
    font-family: 'Trebuchet MS';
    font-size: 14px;
    height:20px;
    width:140px;
    float:left;
}

.Form input.getir
{
    padding:1px;
    font-family: 'Trebuchet MS';
    font-size: 14px;
    height:28px;
    margin: 0px 5px;
    float:left;
    width:80px;
}

.Sonuc Table  td, tr
{
    border: 1px solid #808080;
    padding: 3px;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    background-color: #F0F0F0;
    text-align:center;
}

.Sonuc Table th
{
    border: 1px solid #808080;
    padding: 3px;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    background-color: #818181;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    text-align:right;
    vertical-align:bottom;
}

.Sonuc Table
{
margin:5px;
}
