/*bulentsahin.org*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
}
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}

body {
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    color: #777;
}

.page{width:800px;margin:10px auto;}
.page h4{color:#2b4565;padding:10px 0;border-bottom:1px solid #008080;margin-bottom:10px;font-weight: bold;}
.page ul li{margin-bottom:8px;clear: both;}
.page ul li label{width:140px;float:left;margin-top:13px;}
.head{margin-bottom:20px;padding:20px auto;-webkit-box-shadow:  0px 2px 5px 1px rgba(150, 150, 150, 1);
        
        box-shadow:  0px 2px 5px 1px rgba(150, 150, 150, 1);}
.head{background: #E0E0E0;overflow: hidden;}
.ortala{width:800px;margin:0 auto;padding:20px 0;}
.ortala .logo{float:left;margin-right:25px;padding-bottom:20px;}
.ortala .form_title{float:right;margin-top:15px;color:white;font-size: 15pt;color:#585858;}
.clear{clear:both;}


input[type=text], textarea, select { 
    padding: 9px;
    border: solid 1px #E5E5E5;
    outline: 0;
    font: normal 13px/100% Tahoma, sans-serif;
    background: #FFFFFF url('bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    }

textarea { 
    width: 400px;
    max-width: 400px;
    height: 150px;
    line-height: 150%;
    }

input:hover, textarea:hover,
input:focus, textarea:focus { 
    border-color: #C9C9C9; 
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    }

.form label { 
    margin-left: 10px; 
    color: #999999; 
    }

.submit a {
    width: auto;
    padding: 9px 15px;
    background: #2b4565;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    margin:10px 0 20px 148px;
    }

    
.hata{padding:5px;background:#ffcfcf;border:1px solid #e5a3a3;color:#801b1b;width:420px;}
.oldu{padding:5px;background:#add4ff;border:1px solid #87bffd;color:#034fa5;width:420px;}
#output{margin-top:10px;}
