.contract {
    width:1000px;
    height:1200px;
    border:2px solid #9a9aa3;
    margin:10px auto; 
    padding: 10px 10px 0px 40px; 
    position:relative;
}
#contract h3{
    text-align: center;
}
#contract ul{
    text-align: left;
    display:block;
    overflow:auto;
    white-space:nowrap;
}
#contract ul li{
    width: 45%;
    list-style: none;
    line-height: 40px;
    display:inline-block;
}
#contract p{
    font-weight: bold;
}

.zsign .panel
{
    position: absolute;
    top: 8px;
    right: 8px;
}
.zsign .btn
{
	display: inline-block;
	padding: 4px 10px 4px;
	margin:0px 3px;
	margin-bottom: 0;
	opacity:0.90;
	filter:alpha(Opacity=90);
	font-size: 13px;
	line-height: 18px;
	color: #00F;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	background-color: whiteSmoke;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	-webkit-border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	-webkit-user-select: none;
}
.zsign .btn:hover
{
    color: #333;
    text-decoration: none;
    background-color: #E6E6E6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
}
.zsign .btn[disabled]
{
    cursor: default;
    background-image: none;
    background-color: #E6E6E6;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.zsign .cursor
{
    cursor: none;
}
.zsign .show
{
    display: block;
}
.zsign .hide
{
    display: none;
}

.zsign .sign
{
    position: absolute;
    cursor: move;
    border: 1px dashed #ccc;
    padding: 8px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
.zsign .sign.ok
{
    cursor: default;
    border-color:transparent;
}
.zsign .sign img
{
    max-height: 100%;
    max-width: 100%;
	opacity:0.6;
	border-radius:50px;
	filter:alpha(Opacity=60) ;
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-ms-filter: "FlipV";
}
.zsign .sign .btn
{
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px;
    position: absolute;
}
.zsign .sign .btn.add
{
    bottom: 4px;
    right: 400px;
	width:360px;

}
.zsign .sign .btn.cancel
{
    bottom: 4px;
    right: 4px;
	width:360px;

}
.zsign .sign .btn.del
{
    bottom: 4px;
    right: 4px;
	width:40px;

}
.zsign .sign .btn.ok
{
    bottom: 4px;
    right: 50px;
	width:40px;
}
.zsign .sign .btn.fp
{
    bottom: 4px;
    right: 100px;
	width:40px;
}
.zsign .sign .fptext{
	font-family: "Microsoft YaHei";
	position:absolute;
	bottom:32px;
	left:48px;
	font-size:8px;
}