﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background-color:#fff;
    font-size: 12px;
    font-family: Tahoma;
    margin: 0px;
    padding: 0px;
    height: 152px;
}

.Genel
        {
            width: 210px;
            text-align:right;
            margin:0px;
        }
        .Baslik
        {
            width: 125px;
            color: #333;
            font-family: Calibri;
            font-size: 12px;
        }
        
        .text 
        {
            border-style: none;
            border-color: inherit;
            border-width: medium;
            background-color:#fff;
            background-image:url('image/Formbg.png');
            background-repeat:no-repeat;
            color:#666;
            margin-left: 0px;
            width:122px;
            height:20px;
            font-size:11px;
            float:left;
        }
        
         #DropDownList1 
        {
            border:1px #e3e3e3 solid;
            background: url('image/Formbg.png') no-repeat right #ddd;
            background-repeat:no-repeat;
            background:scroll transparent;
            color:#666;
            font-size:11px;
            overflow:hidden;
            width:122px;
             float:left;
            height:20px;
            margin-left: 0px;
           
        }
        

        
        .Send 
        {
            width:50px;
            height:20px;
            border:none;
            background-image:url('image/Button.png');
            background-repeat:no-repeat;
            color:#fff;
            font-size:11px;
            text-align:center;
            margin:0px 18px 2px 0px;
        }