h2 {
	color: black;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: bold;
	font-size: 20px;
	position: relative;
}

body {
	font-family: Verdana, 'Trebuchet MS', sans-serif;
  font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;
  font-size: 12px;
	padding-top: 0px;
	padding-left: 0px;
	float: center;
}
input[type="text"], input[type="email"], textarea, select {
font-family: verdana, tahoma, arial, helvetica; font-size: 14px; color: black;
padding: 4px;
border:2px solid #E1B76F;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius:6px;
}
input:focus { border:2px solid brown; }
select:focus { border:2px solid brown; }
textarea:focus { border:2px solid brown; }
.button_send  {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #FFF;
    padding: 5px 50px 5px 50px;
    border: 1px solid #999;
 
    text-shadow: 0px 1px 1px #666;
    text-decoration: none;
 
    -moz-box-shadow: 0 1px 3px #111;
    -webkit-box-shadow: 0 1px 3px #111;
    box-shadow: 0 1px 3px #111;
 
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
 
    background: #64a724;
    background: -moz-linear-gradient(top, #64a724 0%, #579727 50%, #58982a 51%, #498c25 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#64a724), to(#498c25), color-stop(0.4, #579727), color-stop(0.5, #58982a), color-stop(.9, #498c25), color-stop(0.9, #498c25));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64a724', endColorstr='#498c25', GradientType=0 );
 
    cursor: pointer;
}

.button_send:hover {    border: 1px solid #FFF;}

table.signformtable
{
width: 950px;
left-margin: 0px;
padding: 25px;
// border: 1px solid black;
border-spacing: 5px;
border-collapse: collapse;
}

table.signheader
{
width: 750px;
left-margin: 0px;
padding: 25px;
border-spacing: 5px;
border-collapse: collapse;
}

table.profonline
{
//	background-color: #E1B76F;
	padding: 4px;
	text-align: right;
	font-size: 12px;
}
table td {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius:6px;
}
td.leftcol {
	width: 250px;
//	background-color: #E1B76F;
	padding: 4px;
	text-align: right;
	font-size: 12px;
/*	font-weight: bold; */
}

td.leftcol_hr {
//	background-color: #E1B76F;
	margin: 0px;
}

td.rightcol_hr {
	background-color: #FFF; //FFF5C1
	margin: 0px;
}

td.rightcol {
	background-color: #FFF;
	padding: 4px;
	text-align: left;
	font-size: 10px;
}

td.rightcol_text {
	background-color: #FFF;
	text-align: left;
	font-size: 10px;
}

.info {
	display: block;
	padding: 8px;
	margin-top: 1em;
	padding-top: 1em;
	border: 1px solid #bbb;
	color: #888;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.4em;	
}

.info2 {
	width: 750px;
	display: block;
	padding: 8px;
	margin-top: 1em;
	padding-top: 1em;
	border: 1px solid #bbb;
	color: black;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.4em;	
}

.info_red {
	display: block;
	padding: 8px;
	margin-top: 1em;
	padding-top: 1em;
	border: 1px solid #bbb;
	color: red;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4em;	
}

select { font-family: verdana, tahoma, arial, helvetica; font-size: 11px; color: black;}

.arrow-n,
.arrow-e,
.arrow-s,
.arrow-w {
  /*
   * In Internet Explorer, The"border-style: dashed" will never be
   * rendered unless "(width * 5) >= border-width" is true.
   * Since "width" is set to "0", the "dashed-border" remains
   * invisible to the user, which renders the border just like how
   * "border-color: transparent" renders.
   */
  border-style: dashed;
  border-color: transparent;
  border-width: 0.53em;
  display: -moz-inline-box;
  display: inline-block;
  /* Use font-size to control the size of the arrow. */
  font-size: 12px;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: top;
  width: 0;
}

.arrow-n {
  border-bottom-width: 1em;
  border-bottom-style: solid;
  border-bottom-color: green;
  bottom: 0.25em;
}

.custom_file_upload {
 padding:5px 10px;
  background:#FF8800;
  border:1px solid #FF8800;
  position:relative;
  color:#fff;
  border-radius:2px;
  text-align:center;
  float:left;
  cursor:pointer;
}
.custom_file_upload_ok {
 padding:5px 10px;
  border:1px solid #1CED23;
  position:relative;
   background:#1CED23;
  border-radius:2px;
  text-align:center;
  float:left;
  cursor:pointer;
}