
div.iletisimformuTextFieldBg {
            background-image: url(../images/iletisimtextbox.png);
            background-repeat: no-repeat;
            height: 29px;
            width: 211px;
            padding-top: 4px;
            padding-left: 15px;
}
input.text_field {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            background-color: transparent;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: none;
            border-left-style: none;
            width: 150px;
}

input.text_fieldTelKod {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            background-color: transparent;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: none;
            border-left-style: none;
            width: 50px;
}

input.text_fieldTel {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            background-color: transparent;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: none;
            border-left-style: none;
            width: 90px;
}

div.iletisimformuTextAreaBg {
            background-image: url(../images/iletisimtexarea.png);
            background-repeat: no-repeat;
            height: 91px;
            width: 211px;
            padding-top: 4px;
            padding-left: 15px;
}
textarea.iletisimformuTextArea {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            background-color: transparent;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: none;
            border-left-style: none;
            width: 200px;
            height: 80px;
}
