#register {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  width: 530px; 
}


#register  label {
	display: block;  /* block float the labels to left column, set a width */
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 120px;
	padding: 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #1e4298;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
#register  label2 { 
	display: block;  /* block float the labels to left column, set a width */
	font-family: Arial, Helvetica, sans-serif;
	float: left; 
	width: 170px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #1e4298;
	text-decoration: none;
}

#register  input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
     /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

#register  input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

#register  .required{font-weight:bold;} /* uses class instead of div, more efficient */

#register  br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
#formleft {
	float: left;
	width: 255px;
	margin-right: 5px;
}
#formright {
	float: right;
	width: 255px;
	margin-left: 5px;
}
#register  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #666666;

}
#registration {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#register div {
	width: 260px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.greytxt{ 
	display: block;  /* block float the labels to left column, set a width */
	font-family: Arial, Helvetica, sans-serif;
	float: left; 
	padding: 0; 
	text-align: left; 
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.box { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.dropbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-left: 10px;
}
.submit {
	background-image: url(../images/register_butt.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1E4298;
	height: 31px;
	width: 80px;
	background-position: 2px 2px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.save {
	background-image: url(/images/register_butt.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1E4298;
	height: 31px;
	width: 80px;
	background-position: 2px 2px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.errors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E30000;
}
.asterisk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8db1af;
}

#register div.asterisk {
width:auto
}

.asteriskred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D90000;

}

.requiredred {
color: #D90000;

}
.errors ul {
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 28px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

.errors li {
	padding-left: 15px;
	padding-top: 10px;
}


