/* styles for webmail form */

#contactform h1 {
	text-align: center;
    font-size: 140%;
    line-height: 220%;
}

#contactform h2 {
	margin-left: 5%;
    font-size: 120%;
    font-style: italic;
}

.row {
	display: block;
  margin: 0.2em;
	position: relative;
}

#coderow {
	margin-top: 4%;
}

.labelcell {
	bottom: 0.2em;
  color: #214368;
	display: block;
  font-size: 85%;
  font-style: italic;
	position: absolute;
  text-align: right;
  width: 19%;
}

#messagelabel {
	top: 0.4em;
}

.fieldcell {
	display: block;
  font-size: 85%;
	left: 20%;
	position: relative;
  max-width: 80%;
}

.auxcell {
  font-size: 100%;
}

#codecell {
	left: 2em;
	position: absolute;
}

#codeimg {
	border: solid thin;
	display: block;
	height: 30px;
	left: 25%;
	padding: 4px;
	position: absolute;
	top: -7px;
	width: 90px;
}

#sendbutton {
	display: block;
	left: 60%;
	padding: 0px;
	position: relative;
	width: 10em;
}

#webmailform {
  color: #214368;
	display: block;
	font-size: 100%;
	left: 2%;
	position: absolute;
  width: 85%;
}

#webmessagebox {
  color: #214368;
  font-size: 100%;
  height: 12em;
	width: 81%;
}

#mailresult {
	left: 5%;
	position: absolute;
	top: 5%;
  width: 65%;
}	

#mailresult h1 {
	text-align: center;
    font-size: 140%;
    line-height: 220%;
}

#mailresult h2 {
  color: #214368;
    font-size: 120%;
    font-style: italic;
}

#mailreceipt {
	left: 5%;
	position: relative;
	top: 10%;
}

.printrow {
  list-style-type: none;
  margin: 0.1em;
  padding: 0em;
}

.printlabel {
  color: #214368;
  font-size: 85%;
  font-style: italic;
	margin-top: 0.1em;
	position: absolute;
  text-align: right;
  width: 18%;
}

.printfield {
	left: 20%;
	padding: 0px;
	position: relative;
	width: 60%;
}




