/* styles for webmail form */
#contentbox{display:block;}

.auxcell {
  font-size: 100%;
}

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

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

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

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

#captcharow {
	margin-top: 4%;
}

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

#message {
  color: #214368;
  font-size: 85%;
  height: 12em;
	width: 80%;
}

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

/* styles for webmail receipt */
.printlabel {
  color: #214368;
  font-size: 90%;
  font-style: italic;
  left: 0px;
	margin-top: 0.1em;
	padding: 0px;
	position: absolute;
  text-align: right;
  width: 14%;
}

.printfield {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 100%;
	left: 15%;
	margin-top: 0.1em;
	padding: 0px;
	position: relative;
	width: 80%;
}

#ieprop{ /* min height prop for IE */
	display:block;
	float: right;
	height: 15em;
	margin-right: -2px;
	width: 1px;
}

#printmessage{
	border: solid thin gray;
  font-size: 100%;
	margin: 0.5em 0.5em;
	min-height: 15em;
	padding: 0.5em;
}

#printbutton{
	top: 31%;
	right: 5%;
	position: absolute;
	z-index: 5;
}


