﻿.buton
{
    background-color:#ffffff;
    border:solid 1px #6898d0;
    font-size: 12px;
    font-weight: normal;
    color: #2a2a2a;
    font-family: Verdana, arial, helvetica, sans-serif;
    cursor:default;
}
.buton:hover
{
    background-color:#6898d0;
    border:solid 1px #6898d0;
    font-size: 12px;
    font-weight: normal;
    color: #2a2a2a;
    font-family: Verdana, arial, helvetica, sans-serif;
    cursor:pointer;
}
.metinkutusu
{
    border:solid 1px #6898d0;
    font-size: 10px;
    font-weight: normal;
    color: #2a2a2a;
    font-family: Verdana, arial, helvetica, sans-serif;
    height:14;
}
.metinkutusu:hover
{
    border:solid 1px #000000;
    font-size: 10px;
    font-weight: normal;
    color: #2a2a2a;
    font-family: Verdana, arial, helvetica, sans-serif;
}
.flatbuton
{
    text-align:center;
    border:solid 1px #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    font-family: Verdana, arial, helvetica, sans-serif;
    cursor:default;
    width:100px;
    height:30px;
    text-decoration:none;
}
.flatbuton:hover
{
    text-align:center;
    background-color:#6898d0;
    border:solid 1px #000000;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    font-family: Verdana, arial, helvetica, sans-serif;
    cursor:pointer;
    width:100px;
    height:30px;
    text-decoration:none;
}
