h2 {
  margin-bottom: 10px;
}

div.center {
  margin: 0px auto;
}

div.inputbox {
  width: 250px;
  border: solid 0px #ccc;
  padding-top: 10px;
  padding-bottom: 0px;
}

div.row {
  clear: both;
  border: solid 0px #ccc;  
}

.label {
  width: 82px;
  float: left;
  text-align: right;
  border: solid 0px #ccc;
  padding: 2px;
}

.input {
  width: 144px;
  float: right;
  border: solid 0px #ccc;
  padding: 2px;
}

#errors {
  font-weight: 600;
  font-size: 12px;  
}

#siteredirect {
  font-weight: 600;
  font-size: 12px;  
}



/* ########### Added/Overwritten Styles ############### */

/* ----------- modal.css -------------------------------*/

.modal_error {
  line-height:16px;
  background:url(../img/error.gif) no-repeat left top;
}

#footLinks li {
	clear:none;
	width:  auto;
}