﻿body {
}
form dl {
    clear: both;
    display: block;
    padding: 5px 0;
    line-height: 30px;
}
dl dt {
    clear: both;
}
dt+dd {
    margin-top: 0px !important;
}

textarea{ overflow:auto; }
textarea.input{ width:300px; height:65px; }
.input{ padding:5px 4px; min-height:32px; line-height:20px; border:1px solid #eee; background:#fff; vertical-align:middle; color:#333; font-size:100%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; *min-height:20px; }
	.input.normal{ width:300px !important; }
	.input.txt{ width:200px !important; }
	.input.small{ width:50px !important; }
	.input:focus{ background:#FFFBDE; border-color:#7BBFF2; outline:2px solid #99D8F5; }


.service-tip {
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0;
}
.service-ct .am-btn{
        margin-bottom: 20px;
}.Validform_wrong {
     color: red;
 }