﻿#content {
    background: #fff !important
}

#content #pageRegion .title{
    margin-bottom:110px;
}

#content #pageRegion {
    border-width: 0;
    margin: 0 15px;
    min-height: 500px;
    direction: rtl;
}

#content #pageRegion .pagebody {
    font-family: yekan, 'B Koodak', 'X Koodak', 'Koodak', Arial;
    padding-top: 10px;
}

#content #pageRegion .title span {
    color: #0070c0
}

#content #pageRegion .wrapper {
    border-bottom: 1px solid #e4e4e4;
    float: right;
    position: relative;
    width: 100% !important;
    margin-bottom: 5px
}

#content #pageRegion .wrapper .decoration {
    background: url(../image/Icon/email_icon.png) no-repeat left top;
    bottom: -24px;
    height: 132px;
    left: -14px;
    position: absolute;
    width: 314px
}

#content #pageRegion .desc {
    padding-bottom: 20px
}

#content #pageRegion .contacttable {
    width: 100%
}

#content #pageRegion .days {
    margin-right: 15px
}

#content #pageRegion .days li {
    list-style: square
}

#content #pageRegion .contacttable td {
    vertical-align: top
}

#content #pageRegion .contacttable .contactform {
    width: 50%;
    margin: 10px auto;
    direction: rtl
}

#content #pageRegion .contacttable .contactform .mycaptcha input {
    direction: ltr;
    Width: 100px !important;
    font-size: 16pt;
    font-family: Cambria;
    text-align: center;
    float: right;
    margin-left: 3px
}

#content #pageRegion .contacttable .contactform td {
    padding: 7px 0
}

#content #pageRegion .contacttable .contactform th {
    font-weight: normal;
    width: 120px;
    vertical-align: top;
    padding-top: 8px
}

#content #pageRegion .contacttable .contactform td input[type="text"], #content #pageRegion .contacttable .contactform td textarea {
    height: 18px;
    width: 200px;
    padding: 4px 6px
}

#content #pageRegion .contacttable .contactform td select {
    padding: 4px 6px;
    border: 1px solid #d7d7d7;
    color: #828282;
    margin: 0;
    outline: medium none;
    width: 214px
}

#content #pageRegion .contacttable .contactform td select:focus {
    outline: medium none;
    border: 1px solid #00afc8
}

#content #pageRegion .contacttable .contactform td textarea {
    height: 130px;
    width: 300px
}

#content #pageRegion .contacttable .contactform td input[type="submit"]:hover {
    background: #0f91af
}

#content #pageRegion .contacttable .contactform td input[type="submit"] {
    background-color: #3ca3f4;
    display: inline-block;
    line-height: 0;
    margin: 4px;
    min-height: 38px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    line-height: 0;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width:150px;
    color:#fff;
    font-size: 13px;
    border: 1px solid #3ca3f4;
}