
.form textarea{
	resize: none;
	overflow: hidden;
	width: 600px;
	height: 200px;
	font-size: 12px;
	line-height: 24px;
}
.form input{
	font-size: 12px;
}
html .button {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 100%;
    padding: .4em 1.5em .55em;
    border: none;
    color: #fff;
    background: #A7A9AA;
}

.button:hover {
    text-decoration: none;
    background: #9a9c9d;
}

.button:active {
    position: relative;
    top: 1px;
    color: #999;
}


/*圆角*/

.button.bigrounded {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}


/*中号*/

.button.medium {
    font-size: 12px;
    padding: .4em 1.5em .42em;
}


/*小号*/

.button.small {
    font-size: 11px;
    padding: .2em 1em .275em;
}


/* black */

.button.black {
    color: #d7d7d7;
    background: #333;
}

.button.black:hover {
    background: #000;
}

.button.black:active {
    color: #666;
}


/* gray */

.button.gray {
    color: #e9e9e9;
    background: #6e6e6e;
}

.button.gray:hover {
    background: #616161;
}

.button.gray:active {
    color: #afafaf;
}


/* orange */

.button.orange {
    color: #fef4e9;
    background: #f78d1d;
}

.button.orange:hover {
    background: #f47c20;
}

.button.orange:active {
    color: #fcd3a5;
}


/* red */

.button.red {
    color: #faddde;
    background: #d81b21;
}

.button.red:hover {
    background: #b61318;
}

.button.red:active {
    color: #de898c;
}


/* blue */

.button.blue {
    color: #d9eef7;
    background: #007ead;
}

.button.blue:hover {
    background: #00CCFF;
}

.button.blue:active {
    color: #80bed6;
}

.button.blue2 {
    color: #fff;
    background: #008000;
}

.button.blue2:hover {
    background: #029a02;
}

.button.blue2:active {
    color: #008000;
}


/* rosy */

.button.rosy {
    color: #fae7e9;
    background: #da5867;
}

.button.rosy:hover {
    background: #ba4b58;
}

.button.rosy:active {
    color: #dca4ab;
}


/* green */

.button.green {
    color: #e8f0de;
    background: #64991e;
}

.button.green:hover {
    background: #538018;
}

.button.green:active {
    color: #a9c08c;
}


/* pink */

.button.pink {
    color: #feeef5;
    background: #f895c2;
}

.button.pink:hover {
    background: #d57ea5;
}

.button.pink:active {
    color: #f3c3d9;
}


/* 黄色 */

.button.yellow {
    color: #fff;
    background: #BB6512;
}

.button.yellow:hover {
    background: #fd9c2c;
}

.button.yellow:active {
    color: #fff;
}


/*淡灰色*/

.button.dahui {
    color: #cd0c39;
    background: #efefef;
}

.button.dahui:hover {
    background: #c2c2c2;
    color: #efefef
}

.button.dahui:active {
    color: #fff;
}


/*圆边框*/

.b1,
.b2,
.b3,
.b4,
.b5,
.b6,
.b7,
.b8 {
    height: 1px;
    font-size: 1px;
    overflow: hidden;
    display: block;
}

.b1,
.b8 {
    margin: 0 4px;
}

.b2,
.b7 {
    margin: 0 3px;
    border-right: 1px solid;
    border-left: 1px solid;
}

.b3,
.b6 {
    margin: 0 2px;
    border-right: 1px solid;
    border-left: 1px solid;
}

.b4,
.b5 {
    margin: 0 1px;
    border-right: 1px solid;
    border-left: 1px solid;
    height: 2px;
}


/*表单*/

.espcms_form_group {
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
}

.control_label {
    float: left;
    width: 15%;
    text-align: right;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 12px;
    min-height: 1px;
    color: #818181;
}

.control_required20 {
    float: left;
    width: 72%;
}

.control_required {
    float: left;
    width: 82%;
    overflow: hidden;
}

.control_required .form_message,
.control_required20 .form_message {
    font-size: 12px;
    color: #BABABA;
    height: 30px;
    line-height: 30px;
    padding-left: 28px;
    background: url('../images/faq.png') no-repeat 9px 0px;
}

.control_required .form_message2,
.control_required20 .form_message2 {
    font-size: 12px;
    color: #CE5C36;
    height: 30px;
    line-height: 30px;
    padding-left: 0px;
}

.col2 {
    width: 10%;
}

.col3 {
    width: 20%;
}

.col4 {
    width: 30%;
}

.col5 {
    width: 40%;
}

.col6 {
    width: 60%;
}

.col7 {
    width: 70%;
}

.col8 {
    width: 80%;
}

.col10 {
    width: 100%;
}

.col11 {
    width: 95%;
}

.infoInput {
    padding: 5px;
    margin: 0px;
    border: 1px solid #d5d5d5;
}

.infoInput:hover {
    padding: 5px;
    margin: 0px;
    border: 1px solid #bfbfbf;
}
