.red-border{
    border:1px solid red;
}
.orange-border{
    border:1px solid #F78000;
}
.submit-btn{
    border:1px solid #066299;
    background: #cee3ef;
    color:#05446a;
    padding:2px 10px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}

.form{
    
}
.form .row{
    display:inline-block;
    width:98%;
    margin-bottom:2px;
}

.form .row label{
    display:inline-block;
    float:left;
    width:120px;
    margin-bottom:2px;
}
.form .row input[type=text]{
    display:inline-block;
    float:left;
    width:520px;
    margin-bottom:2px;
}
.form .row textarea, form .row select {
    display:inline-block;
    float:left;
    width:520px;
    margin-bottom:2px;
}

#yorumForm textarea{
    width:750px;
    height:200px;
}


#talepDiv{
    position: fixed;
    display:none;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:1000 !important;
    background: url(../images/trans_white.png);
}
#talepDiv #close{
    display:block;
    width:360px;
    height:16px;
    padding:2px;
    font-weight:bold;
    text-align:right;
    margin:auto;
    margin-top:50px;
}
#talepDiv #close:hover{
    cursor:pointer;
    color:#FF0000;
}
#talepDiv #talep{
    display:block;
    width:350px;
    height:180px;
    padding:10px;
    margin:auto;
    color:#565656;
    border-radius:5px;
    border:2px solid #A1A1A1;
    background: url(../images/trans_blue.png);
}

#talepDiv #talep h3{
    margin:10px 4px;
    color:#0080C7;
}

#talepDiv #talep .row{
    display:inline-block;
    float:left;
    width:90%;
    margin:4px;
}
#talepDiv #talep .row .label{
    display:inline-block;
    float:left;
    font-weight:bold;
    width:110px;
}
#talepDiv #talep .row .input{
    display:inline-block;
    float:left;
    width:200px;
}


.red-border{
    border:1px solid red !important;
}


#iletisim_formu h5{
    margin-top:15px;
    margin-bottom:15px;
    font-size: 14px;
    text-align: center;
    border:0px solid red;
}

#iletisim_formu .row{
    display:inline-block;
    width:100%;
    margin-bottom:4px;
}

#iletisim_formu .row .label{
    display:inline-block;
    float:left;
    width:15%;
    font-weight:bold;
    margin-right:2px;
}

#iletisim_formu .row .content{
    display:inline-block;
    float:left;
    width:76%;
    margin-left:2px;
}

#iletisim_formu .row .text_big{
    width:80%;
    height:70px;
}
#iletisim_formu #by_info_msg{
    display:none;
}


.submit_btn{
    cursor:pointer;
    border:1px solid #DEDEDE;
    box-shadow: 1px 1px 2px #DCDCDC;
    padding:4px 10px;
    border-radius:6px;
    background:#A3A3A3 ;
    background-image: linear-gradient(bottom, #DEDEDE 49%, #FBFBFB 100%);
    background-image: -o-linear-gradient(bottom, #DEDEDE 49%, #FBFBFB 100%);
    background-image: -moz-linear-gradient(bottom, #DEDEDE 49%, #FBFBFB 100%);
    background-image: -webkit-linear-gradient(bottom, #DEDEDE 49%, #FBFBFB 100%);
    background-image: -ms-linear-gradient(bottom, #DEDEDE 49%, #FBFBFB 100%);
    
}
.submit_btn:hover{
    color:#212121;
    text-shadow:1px 1px 1px #DCDCDC;
}

