
/**
 * Send email form
 */

#form_contacts{
    text-align: left;
}

#form_contacts input, #form_contacts textarea {
    box-shadow: none !important;
}

form .line label {
    width: 140px;
    height: 33px;
    display: block;
    float: left;
    position: relative;
    padding: 15px 20px 0 20px;
}

form .line {
    min-height: 48px;
    border: 1px solid #ccc;
    position: relative;
    margin: 0 0 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    background: #fff url(../old_images/form-line-bg.gif) repeat-y 0 0;
    behavior: url(pie/PIE.php);
}

form .line label {
    width: 180px;
    height: 33px;
    display: block;
    float: left;
    position: relative;
    padding: 15px 20px 0 20px;
    font-size: 13px;
}

input[type="text"] {
    height: 18px;
    display: block;
    float: left;
    font-size: inherit;
    font-family: inherit;
    color: #999;
    line-height: 17px;
    padding: 23px 20px 17px 20px;
    margin: 0;
    border: none;
    background: #fff;
    width: 50%;
}

input[type="text"][name="captcha_code"] {
    padding: 26px 20px 17px 20px;
}

form .line .captcha-image {
    width: 152px;
    height: 50px;
    float: right;
    border-left: 1px solid #ccc;
    margin: 0 1px 0 0;
}

.contact-form .line textarea {
    width: 50%;
    height: 117px;
}

textarea {
    font-size: inherit;
    font-family: inherit;
    color: #999;
    padding: 15px 20px;
    margin: 0;
    border: none;
    resize: none;
    background: #fff;
}

/* stylish select */


.select-block .select-box {
    position: relative;
}

.select-block .select-box .text {
    height: 33px;
    display: block;
    color: #999;
    padding: 12px 51px 0 200px;
    cursor: pointer;
}

.select-block .select-box .button {
    width: 11px;
    height: 7px;
    display: block;
    position: absolute;
    top: 21px;
    right: -131px;
    cursor: pointer;
    border: none;
    background: url(../old_images/select-bg.png) no-repeat 0 0;
    box-shadow: none !important;
}

.select-block .select-box ul {
    width: 83.7%;
    list-style: none;
    padding: 0;
    position: absolute;
    left: 179px;
    top: 46px;
    z-index: 200;
    border: 1px solid #ccc;
    background: #fff;
}

.select-block .select-box ul li {
    border-top: 1px solid #fff;
}

.select-block .select-box ul li:first-child {
    border: none;
}

.select-block .select-box ul li a {
    height: 36px;
    display: block;
    color: #999;
    line-height: 36px;
    text-decoration: none;
    padding: 0 20px;
    background: #fff;
}

.select-block .select-box ul li a:hover,
.select-block .select-box ul li a.selected {
    color: #666;
    background: #f7f7f7;
}