/* resets/normalizers/alwaysreallyhandys */
	body {
		margin:0;
		padding:0;
      border:0; /* kill IE body border. */

      /* sync default scrolling behaviour of all browsers. */
		overflow-y:auto;
		-ms-overflow-y:auto;
	}
	a img {
		border:0;
	}
   /* force resampling in IE7/8 */
	img {
		-ms-interpolation-mode:bicubic;
	}

	ul, ol, li {
		margin:0;
		padding:0;
	}
	ul, ol {
		margin-left:3em;
	}
	form {
		margin:0;
	}
	input, select, textarea {
		font-family:tahoma;
      font-size:11px;
	}
   body input.hidden,
   body input[type='hidden'] {
	   display:none !important;
   }

/* utility */
	.shoehorn, .clearfix {
		clear:both;
      line-height:1px;
		font-size:1px;
		height:1px; /* the 1px things are just habit. must be tested with zeroes */
		margin-top:-1px; /* neutralization of the 1px height */
	}
   .error_message, .info_message {
      padding:10px;
      border:1px solid #d20000;
      color:#d20000;
      margin:10px 0;
   }
   .error_message h3, .info_message h3 {
      font-size:13px;
      margin:0 0 10px 0;
      font-style:normal;
   }
   .info_message {
      border:1px solid #1b00bf;
      color:#1b00bf;
   }

   /* Generic Form Styles */
   input.submitbutton {
      width:auto !important;
      font-size:12px;
      float:right;
      margin-left:10px;
   }
   .link_button {
   }
   .link_button a {
      display:block;
   }
   a.button {
      padding:1px 8px 1px;
      width:100px;
      float:right;
      text-decoration:none;
      white-space:nowrap;
      text-align:center;
      background:#ccc;
   }
   a.button:hover {
   }
   a.button:active {
   }

   /* Standard form format styles */
   .formfield {
      float:left;
      width: 100%;
      clear:both;
      margin-bottom:5px;
   }
   .formfield label {
      width:39%;
      float:left;
      padding-top:3px;
   }
   .formfield input,
   .formfield textarea,
   .formfield select {
      width:59%;
      float:right;
   }
   .formfield select {
      width:59%;
   }
   .formfield textarea {
      height:80px;
      width:59% !important;
      /**width:292px !important;*/
   }

   /* Special stlyes for groups of checks and radios */
   .formfield .checkradioset {
      width:49%;
      margin-left:50%;
      padding:2px 0;
      clear:right;
   }
   .formfield input.checkradio {
      width:auto;
      float:left;
      border: 0;
      margin-left:0;
      margin-right:5px;
   }
   .formfield label.checkradio {
      width:auto;
      float:none;
      position:relative;
      top:0;
      display:block;
   }
   /* For a span in place of a field. Usage: a readonly field; multiple smaller fiels as one. */
   .formfield .fixed_fieldvalue {
      width:49%;
      padding-top:2px;
      float:right;
   }
   /* to support multiple smaller inputs in the space of a field (example: zipcode) */
   .formfield .fixed_fieldvalue input {
      float:none;
   }
   /* Extra information near a field. */
   .formfield .formfield_tip {
      width:49%;
      margin-left:50%;
      /*_margin-left:103px;*/
      padding-top:5px;
      clear:both;
      font-style:italic;
   }
   .formfield input.input_datepicker {
      width:44%;
   }
   .formtext {
      margin-bottom:5px;
   }

   /* fixing styles for FILE inputs, which perform badly in narrow situations
      because IE and FFX have personal vendettas against allowing them to be styled.

      For FFX and everyone else: move to next line. FFX won't adjust *visual* width,
      which is a shame. WebKit (safari & chrome) will, so they're okish.

      For IE6, 7 and 8: a little wider.
   */
   /*input.fileinput {
      width:302px !important;
      *width:304px !important;
   }*/

