.privacy-statement .omb p{
  color: #000000;
  text-align: center;
}

span.error {
   color: #DD0000
}

/* for helper text question mark */
.helper-text-btn
{
  border: none;
  padding-left: 2px;
	padding-bottom: 15px;
}

/* for portfolio sorting button */
.sort-portfolio-btn
{
  border: none;
  border-radius: 3px;
  padding: 1px 1px 1px 1px;
}

/* -- Section 508 label hiding --*/
.s508 span {
  position: absolute;
  left: -2000px;
  top: -1000px;
  }
 
span.requiredMarker {
  color: red;
  }
  
.linkLeft {
  float: left;
}

.linkRight {
  float: right;
}