/* New Button .main_container button */
.newButton
{
    -moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background: -moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color: #79bbff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 0px solid #84bbf3; /*display:inline-block;*/
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #528ecc;
    cursor: pointer; /* behavior: url(/PIE.htc); */
}

a.newButton
{
    color: #fff;
}

.newButton:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
    background: -moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
    background-color: #378de5;
}

.newButton:active
{
    position: relative;
    top: 0px;
}

.btn_blue{font-size:11px; color:#fff; text-decoration:none; padding:8px 0px 8px 11px;background:url(../img/buton/m_btn_sol.png) no-repeat left top; cursor:pointer; display:inline;}
.btn_blue span{background:url(../img/buton/m_btn_sag.png) no-repeat right top; padding:8px 17px 8px 6px;font-weight:bold; display:inline}
.btn_blue:hover{background:url(../img/buton/g_btn_sol.png) no-repeat 0px 0px; color:#fff; text-decoration:none;}
.btn_blue:hover span{background:url(../img/buton/g_btn_sag.png) no-repeat right 0px;text-decoration:none;}


.newButton2
{
    width:110px;   
    height:27px;
    color: #ffffff;
    font-weight: bold;
    font-size:11px;
    cursor: pointer;
    text-decoration:none;
    border:0px;
    border:0px;
    background:url(../img/buton/buton2_pasif.png) no-repeat 0px 0px;
    padding:8px 35px 14px 35px;
    
}
.newButton2:hover
{
    background:url(../img/buton/buton2_aktif.png) no-repeat 0px 0px; border:0px
}

.islem_buton1
{
    width:116px;   
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    text-decoration:none;
    border:0px;
    background:url(../img/buton/islem_btn.png) no-repeat 0px 0px;
    text-align:center;    
    height:31px;
    padding:0px;
    margin:0px;
    font-size:12px;
    padding-top:0px;
}
.islem_buton1:hover
{
    background-position:0px -31px;
}