﻿/*guestbook*/
.section-baoming {
    padding: 0;
}
.section-baoming .lead {
    margin-bottom: 20px;
    font-size: 100%;
    font-weight: 300;
    line-height: 1.5;
}

.sy-baoming {
    position: relative;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.sy-baoming .form-control {
    padding-right: 42.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;
    height: 40px;
    color: #333;
    position: relative;
    -webkit-appearance: none;
}

.sy-baoming textarea.form-control {
    height: auto;
}

form label, .radio label, .checkbox label {
    font-weight: 300;
}

.require-item {
    color: #990000;
}

.form-control-baoming {

    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    top: 0;
    color: #777777;
}

.sy-baoming label ~ .form-control-baoming {
    top: 27px;
}

.contact-form .btn {
    padding: 7px 20px;
    font-size: 100%;
    line-height: 1.4666666667;
    border-radius: 3px;
    margin: 10px 0;
}

.contact-form .btn-default {
    color: #ffffff;
    background-color: #2780E3;
border-color: #2780E3;
}
