sup {
  position: relative;
  bottom: 0.3em;
  vertical-align: baseline;
}

sub {
  position: relative;
  bottom: -0.2em;
  vertical-align: baseline;
}

acronym, abbr {
  cursor: help;
  letter-spacing: 1px;
  border-bottom: 1px dashed;
}

.endOfSection {
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/**** Form Layout ****/

form {margin: 0; padding: 0; display: inline;}

input, textarea, select {
	font: 0.9em arial, helvetica, sans-serif;
	background-color: #FFF;
	border: 1px solid #900;
	line-height: 1.3em;
	padding: 4px 3px 3px 3px;
	border-left: 10px solid #900;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #000;
	background-color: #E7E7E7;
	color: #900;
	border-left: 10px solid #000;
}

label {cursor: pointer;}

.errormsg {
  display: block;
  width: 90%;
  color: #F00;
  font-weight: bold;
  background: #FF9D9D url(../img/stop.gif) no-repeat 10px center;
  padding: 20px 10px 20px 40px;
  margin: 10px 0;
  border: 2px dotted #900;
}

input.button {
	background: url(../img/button.gif) no-repeat center;
	color: #fff;
	height: 43px;
	width:100px;
	text-align:center;
	border: 0;
}

