﻿@charset "utf-8";
/* CSS Document */

body {
margin:0px;
padding:0px;	
}

.wrapper {
width:800px;
font-family: 'Open Sans', sans-serif;
color:#333;
margin-left:auto;
margin-right:auto;
text-align:justify;	
}
.wrapper input {
font-size:12px;
border:#999999 solid 1px;
border-radius:3px;
line-height:20px;
height:20px;
width:200px;
margin-left:10px;
margin-right:10px;	
}
.signature {
width:800px;
margin-top:20px;
}
.signature1 {
width:800px;
margin-top:15px;
}
.left_part {
width:auto;
float:left;	
}
.right_part {
width:auto;
float:right;	
}
/*@media print {
  a[href]:after {
    content: none !important;
  }
}*/

