﻿
#pencere
{
    border: 2px solid #ccc;
    background: #fff;
    z-index: 2;
    border-radius: 3px 3px 3px 3px;
}
#pencerebaslik
{
    background: #e3e3e3;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    height: 18px;
}
#pencerebasliksol
{
    float: left;
    font-weight: bold;
}
#pencerebasliksag
{
    float: right;
}
#pencereicerik
{
    padding: 5px;
    overflow: auto;
}
#pencere a
{
    margin-left: 10px;
    color: #333;
}
.userinput
{
    width: 100%;
}
.btn
{
    display:inline-block;
    border-left: 0 none #e6e6e6;
    border-right: 0 none #e6e6e6;
    border-top: 0 none #e6e6e6;
    border-bottom: 0 none #a2a2a2;
    display: inline;
    margin-bottom: 0;
    margin-left: .5em;
    font-size: 14px;
    line-height: 25px;
    line-height: 25px;
    color: #333333;
    text-align: center;
    text-shadow: 0.1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    zoom: 1;
    -webkit-box-shadow: inset 0.1px 0 rgba(255, 255, 255, 0.2), 01px2pxrgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0.1px 0 rgba(255, 255, 255, 0.2), 0.1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0.1px 0 rgba(255, 255, 255, 0.2), 0.1px 2px rgba(0, 0, 0, 0.05);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); 
}

.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled]
{
    color: #333333;
    background-color: #e6e6e6; *background-color:#d9d9d9;
}

.btn:active, .btn.active
{
    background-color: #cccccc;
}

.btn:first-child
{
    margin-left: 0;
}

.btn:hover
{
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-color: #d9d9d9; /* Buttons in IE7 don't get borders, so darken on hover */
    background-position: 0-15px;
    -webkit-transition: background-position0.1slinear;
    -moz-transition: background-position0.1slinear;
    -o-transition: background-position0.1slinear;
    transition: background-position0.1slinear;
}
