/* 
    Document   : kurumsal
    Created on : May 10, 2013, 2:27:59 PM
    Author     : erolmurtezaoglu
    Description:
        Purpose of the stylesheet follows.
*/

#kurumsal_container {
    /*background: url("../img/kurumsal_macler.png") no-repeat right;*/
    height: 400px;
    margin-top: 22px;
}

#kurumsal_info {
    border:medium none;
    border:2px solid #a5a5a6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 8px 3px -5px rgba(0,0,0,0.2);
    background-color: #e7e8e9;
    height: 250px;
    width:100%;
    float:left;
}

#kurumsal_info h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    margin-left: 22px;
    margin-top: 74px;
    text-align: center;
    width: 400px;
}

#kurumsal_info p {
    font-size: 12px;
    margin-left: 30px;
    margin-right: 6px;
    margin-top: 10px;
    width: 400px;
}

#kurumsal_pic {
    background: url("../img/kurumsal_macler.png") no-repeat right bottom;
    height: 400px;
    position: relative;
    top: -40px;
    width: 948px;
    height: 399px;
}

#kurumsal_contact {
    float:left;
    width:636px;
    border:medium none;
    border:2px solid #a5a5a6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 8px 3px -5px rgba(0,0,0,0.2);
    padding-bottom: 9px;
}

#kurumsal_contact div {
    width: 618px;
    margin: 0 auto;
    border-bottom: 1px solid #cacbcc;
    padding-bottom: 7px;
}

#kurumsal_contact table {
    width: 500px;
    font-size: 12px;
    margin-top: 14px;
    border-spacing: 10px;
}

#kurumsal_contact table input {
    border: 1px solid #cacbcc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #58595b;
    height: 18px;
    margin: 2px 0 0 7px;
    width: 145px;
}

#kurumsal_contact table textarea {
    border: 1px solid #cacbcc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #58595b;
    height: 60px;
    margin: 2px 0 0 7px;
    width: 253px;
}

#kurumsal_contact table button {
    background-color: #6d6e71;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #909194;
    color:#fbfeff;
}

#kurumsal_contact h2{
    font-size: 18px;
    font-weight: bold;
    margin-top: 14px;
}

#kurumsal_contact p {
    font-size: 12px;
    width: 340px;
    float:left;
    margin-top: 12px;
}

#kurumsal_contact img {
    float:left;
    margin-left: 14px;
}

#kurumsal_faq {
    float:left;
    width:300px;
    border:medium none;
    border:2px solid #a5a5a6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 8px 3px -5px rgba(0,0,0,0.2);
    overflow: hidden;
    margin-left: 16px;
}