*html{background-image:url(about:blank);background-attachment:fixed;}
.form {
    width: 960px;
    margin:0 auto;
    font-size: 14px;
    background: #fff;
    color: #555;
    padding-bottom: 20px;
    position: fixed;
    top:50%;
    margin-top: -305px;
    _position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop));_margin-top: 10%;
    z-index: 9999;
    left: 50%;
    margin-left: -480px;
}
.btn_zxdg{width: 100%;height: auto;overflow: hidden;}
.btn_close{
	position: absolute;
	right:15px;
	top:10px;
	cursor: pointer;
}
.form h1{
	font-size: 18px;
	border-top:3px solid #009ce0;
	padding: 10px 20px 0 20px;
	color: #009ce0;
	font-weight: normal;
}
.form h6 {
    border-bottom: 1px solid #e1e1e1;
    color: #555;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
}
.form_content{padding: 0 40px;}
.f_red {
    color: #ed1b23;
    padding-right: 5px;
}
#order {
    color: #464646;
    font-family: "微软雅黑";
    line-height: 40px;
    margin-top: 20px;
}
#order label {
    display: block;
    padding-right: 14px;
    text-align: right;
    width: 86px;
}
#order input {
    border: 1px solid #e1e1e1;
    height: 28px;
    margin: 6px 0;
    padding-left: 6px;
	width: 200px
}
#order textarea {
    margin: 6px 0;
    padding-left: 6px;
    padding-top: 6px;
    height: 223px;
    width: 590px;
    border: 1px solid #e1e1e1;
}
.order_btn {
    height: 45px;
    margin-left: 100px;
    margin-top: 20px;
    width: 300px;
}
#order input#order_submit, #order input#order_reset {
    border: medium none;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    margin-right: 20px;
    text-align: center;
    width: 100px;
    border: 1px solid #e1e1e1;
}