﻿@charset "utf-8";
*{margin:0;padding:0;}
body{font-size:16px;font-family:'宋体','微软雅黑';line-height: 26px;}
ul,li{list-style:none;outline:none;}
img{outline:none;}
a{text-decoration:none;}
h2{
	text-align: center;
}
@media print {
	.btn_success{display:none;}
}
.contract_header{
	height:30px;
}
.company_contract{
	width:100%;
	text-align:center;
	float:left;
}
.btn_success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    float:right;
    font-size:12px;
}
.container{
	margin: 0 auto;
	width:85%;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
.table-border{
	border-collapse: collapse;
}
.table-border tr td{
	width:200px;
	height:37px;
	border:1px solid #000;
	text-align: center;
}
.table-border2 tr td{
	width:299px;
	height:37px;
	border:1px solid #000;
	border-top:0;
	text-align:left;
}
.table-border3 tr td{
	border-top:0;
}
.table-border4 tr td{
	width:599px;
	height:37px;
	border:1px solid #000;
	border-top:0;
	text-align:left;
}
.signa{
	width:50%;
	float:left;
	position:relative;
}

.office-seal-pic{
	position:absolute;
	top:-20px;
	left:100px;
}

