* {
  margin: 0;
}

html, body {
  height: 100%;
}

form {
  height:100%;
}

.devwrapper {
  min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -140px;
}

.footer, .push {
  height: 140px;
}

select { 
  font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
}

.input_button { 
  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold;
}

.standard_text {  
  font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
}

.superscript {  
  vertical-align: super; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;
}

.notes {  
  font-family: Arial, Helvetica, sans-serif; font-size: 8pt;
}

.default_text { 
  color: #000099 ; font-family: Arial, Helvetica, sans-serif; font-size: 9pt;
}

.address_in_banner { 
  font-family: Arial, Helvetica, sans-serif; font-size: 7pt;
}

@media print {

  body {
	  color: #000;
		background: #fff;
		margin-left: none;
		padding-left: none;
	}

  .boxed.active {
	  width: 100%;
		margin-left: none;
		padding-left: none;
	}

	.header {
	  display: none;
	}

  .footer {
	  display: none;
	}
}