@charset "UTF-8";
/* CSS Document */

.errmsg {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #cc0000;
  line-height: 115%;
  border: solid #cc0000 1px;
  padding: 2px;
}
.txtmsg {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #4D4C70;
  line-height: 115%;
  text-align: justify;
  border: solid #4D4C70 1px;
}
.reqd {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #CC0000;
}
/*
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #4D4C70;
  padding: 0;
  margin: 0;
  line-height: 125%;
}
p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #4D4C70;
  padding: 8px 0 0;
  margin: 0;
  line-height: 125%;
}
*/
label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 100%;
  color: #605f8b;
  display: block;
  padding: 0 0 2px 0;
  margin: 0;
}
label.error {
  color:#CC0000;
}
label.nonbold {
  font-weight: normal;
}
label[disabled] {
  color: #c0c0c0;
}
label a {
  color: #605f8b;
  text-decoration: none;
}
label a:hover {
  text-decoration: underline;
}
label+input, label+textarea, label+select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #333333;
  background-color: #ffffff;
  border: solid #605f8b 1px;
  margin: 0;
  padding: 2px;
}
input.error, select.error {
  border: solid #CC0000 1px;
}
input[type="text"][disabled] {
  background-color: #f0f0f0;
  border: solid #c0c0c0 1px;
}
input[type="text"][numeric] {
  text-align: right;
}
input.button {
}
button.img { border:none; background:none; cursor:pointer; }

#validation {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
}
div#helpText {
	float: right;
	width: 200px;
	margin-top: 12px;
	height: auto;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #605f8b;
	line-height: 13px;
}
div#helpText div {
	padding: 16px 0 0 8px;
	display: none;
}
div.keepsake {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #605f8b;
	line-height: 13px;
	margin-left: 15px;
	width: 176px;
	padding: 12px 0 0;
}
.clearfloat {
    clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
