a:link {
  color: #666;
  text-decoration: none;
}

a:visited {
  color: #666;
  text-decoration: none; 
}

a:hover {
  color: #666;
  text-decoration: underline;  
}

a:active {
  color: #666;
  text-decoration: none;
}



.registration h3
{
    padding: 5px 0 0 4px;
}
.registration p
{
    font-size: .9em;
    line-height: 1.2em;
}

.div_formBackground
{
    position: relative;
    float: left;
    display: block;
    background: inherit;
    width: 550px;
    min-height: 545px;
    text-align:left;
    padding:0 10px 10px 0;
    margin:0 0 0 0;
}

.div_formBackground.manageProfile { min-height: 300px; width: auto; }

.full
{
    position: relative;
    float: left;
    display: block;
    border: 0px solid red;
    background: transparent;
    width: 500px;
    margin: 0 10px 0 10px;
    padding: 10px 10px 0 0;
    height: auto;
}

.full2
{
    border: 0px solid red;
    background: transparent;
    width: 500px;
    margin: 0 10px 0 10px;
    padding: 10px 10px 0 0;
    height: auto;
}

fieldset.div_full
{
    position: relative;
    float: left;
    display: inline;
    border: none;
    background: inherit;
    width: 520px;  /* 340 */
    margin: 5px 10px 10px 10px;
    padding: 0 10px 0 0;
    height: auto;
}

.div_full2
{
    border: none;
    width: 520px;  /* 340 */
    margin: 5px 10px 10px 10px;
    padding: 0 10px 0 0;
}

fieldset.div_full6
{
    float: left;
    display: inline;
    border: none;
    background: transparent;
    width: 540px;  /* 340 */
    margin: 5px 10px 10px 10px;
    padding: 0 10px 0 0;
    height: auto;
}

.div_column330
{
    position: relative;
    float: left;
    display: inline;
    width: 334px;
    height: 165px;
    margin-top: 25px;
    border:0px solid red;
   }
.comments
{
    position: relative;
    float: left;
    display: inline;
    width: 500px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.smallfont
{
    font-size: 12px;
}

select.securityQuestion {
  width: 240px;
}

fieldset dl
{
    position: relative;
    display: inline;
    float: left;
    margin: 0;
    width:400px;
}

fieldset dl dt
{
    position: relative;
    float: left;
    display: inline;
    width: 165px;
    border: 0px solid pink;
    margin-bottom: 5px;
}
fieldset dl dt.required
{
    color: #000;
}

fieldset dl dt.required span
{
    color: #ff0000;
}

fieldset dl dd
{
    position: relative;
    float: left;
    display: inline;
    width: 180px;
    border: none !important;
    margin-bottom: 5px;
}
.full2 dl dd
{
    position: relative;
    float: left;
    display: inline;
    width: 180px;
    border: none !important;
    margin-bottom: 5px;
}
fieldset dl dd input, select, textarea
{
    background: #fff;
    border: none !important;
    font-size: 12px;
}

.radioYesNo
{
    display:block;
    float:left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 15px;
    height: 15px;
    text-align: left;
    vertical-align: top;
    background-color: Transparent;
}

.requiredInfo {
	position:relative;
	display:inline;
	float:right;
	color:#ff0000;
	width: 300px;
}


#divEmployeeRegistration
{
    height:980px;
}

.required span{
  color: #ff0000;
}

.div_right {
  float: right;
  width: auto;
  height: auto;
  padding-right: 10px;
  margin-top: 10px;
}
.sml_fnt {
  font-size: 8pt;
}



table.formElements {
	width:400px;
	margin:40px 0 20px 10px;
}

table.formElements tr{
	height:22px;
}

table.formElements td
{
	/*was 199px */
	width:100px;
}

table.formElements td input, select, textarea
{
    background: #fff;
    border: none !important;
    font-size: 12px;
}

table.formElements td input.state { width: 2em; }

.contactUs table.formElements td input
{
	width: 100px;
}
.default {
	background: default;
	border: none;
	min-width: 80px;
}	
	



.btnSubmit {
    width: 68px;
    height: 26px;
    float: left;
    margin: 0;
    padding: 0;
	border:none;
	background:#fff;
	font-weight:bold;
	cursor: pointer;
}
.btnGeneric {
  font-size: 1.0em;
  width: auto;
  height: auto;
  padding: 0 5px;
}

.btnContinue
{
    width: 68px;
    height: 26px;
    float: left;
    margin: 0;
    padding: 0;
	border:none;
	background:#fff;
	font-weight:bold;
}

.textfieldNotes{
	font-size:10px;
	line-height:11px;
	margin:3px 0 5px 0;
	padding:0 0 0 0;
}
