/*
.fastBlueButton {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  white-space: nowrap;
  font-size: 0.85em;
  cursor: pointer;
  text-align: center;
  background-color: #7794C9;
  border: 1px solid black;
  border-top-color: #666;
  border-left-color: #666;
}
*/

.title,h1 {
  font-size: 1.40em;
  font-weight: bold;
  color: #999999;
}

#banner {
  background-image: url(/images/portal_banner4-bg.gif);
}

#theForm {
  margin-top: 2.6em;
  margin-left: 2em;
  margin-right: 2em;
}

.formBox {
  border: 1px solid #d5d5cf;
  background-color: white;
  padding-top: 0.7em;
  padding-bottom: 0.2em;
  width: 19.5em;
}
/*

#twoStepFormBox {
  width: 19em;
  margin-left: 2em; 
  margin-bottom: 0.7em;
}
*/

/*
#twoStepFormBox .formValue {
  width: 9em;
}
*/

.formRow {
  margin-top: 0.0em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.0em;
}

.formLabel {
  float: left;
  padding-top: 0.2em;
  width: 5em;
}

.formValue {
  float: right;
  width: 12em;
  text-align: left;
  margin-right: 0em;
}
/*
div.penntokenFormRow  {
  width: 40em;
}
div.formValue#penntokenValue {
 width: 6em;
}
*/
/*
.formLabelRadio {
  float: left;
  padding-top: 0em;
  width: 2em;
}
.formValueRadio {
  float: right;
  width: 18em;
  text-align: left;
  margin-right: 0em;
}
*/

.formValue .textfield {
  width: 10em;
}
/*
.formCheckboxValue {
  float: left;
  width: 16em;
  text-align: left;
  margin-right: 0em;
  padding-left: 3em;
}
*/

.formFooter {
  clear: both;
  font-size: 0.2em;
}

.factorComplete {
    background: url(/images/check_black.gif) center left no-repeat;
    margin-left: 5px;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/*
.buttonBox {
  width: 19.5em;
}
*/

.buttonRow {
  margin-top: 0.0em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.0em;
}

.buttonLabel {
  float: left;
  padding-top: 0.2em;
  white-space: nowrap;
}

.buttonValue {
  float: right;
}

.buttonFooter {
  clear: both;
  font-size: 0.1em;
}

.warning {
  color: #990000;
}

  /* styles for blue button*/
  .btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	/* styles for gradient */
	/* fallback */
    background-color: #29679A;
    /* IE6, IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29679A', endColorstr='#0D356E');
    /* IE8+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#29679A', endColorstr='#0D356E')";
    /* IE10 */
    background-image: -ms-linear-gradient(top, #29679A, #0D356E);
    /* chrome 2+, safari 4+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #29679A), color-stop(100%, #0D356E));
    /* chrome 10+, safari 5.1+ */
    background-image: -webkit-linear-gradient(#29679A, #0D356E);
    /* opera 11.1 */
    background-image: -o-linear-gradient(#29679A, #0D356E);
    /* firefox */
    background-image: -moz-linear-gradient(#29679A, #0D356E);
    /* CSS3 standard */
    background-image: linear-gradient(top, #29679A, #0D356E);
    background-repeat: repeat-x;
    /* end styles for gradient */
    border-color: #29679A #29679A #B3B3B3;
    border-image: none;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    border-style: solid;
    border-width: 0.1em;
    box-shadow: 0 0.03em 0 #0D356E inset, 0 0.1em 0.2em rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 1.0em;
    text-shadow: 1px 1px 1px #FFFFFF;
    margin-bottom: 0;
    padding: 0.5em 1.1em;
    text-align: center;
    text-shadow: 0 0.1em 0.1em rgba(255, 255, 255, 0.75);
    vertical-align: middle;
  }
  .btn:hover {
    -moz-transition: background-position 0.1s linear 0s;
    background-color: #0D356E;
    background-position: 0 -1.2em;
    color: #FFFFFF;
    text-decoration: none;
  }
  .btn.active, .btn:active { 
    /* styles for gradient */
    /* fallback */
    background-color: #29679A;
    /* IE6, IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0D356E', endColorstr='#29679A');
    /* IE8+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0D356E', endColorstr='#29679A')";
    /* IE10 */
    background-image: -ms-linear-gradient(top, #0D356E, #29679A);
    /* chrome 2+, safari 4+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0D356E), color-stop(100%, #29679A));
    /* chrome 10+, safari 5.1+ */
    background-image: -webkit-linear-gradient(#0D356E, #29679A);
    /* opera 11.1 */
    background-image: -o-linear-gradient(#0D356E, #29679A);
    /* firefox */
    background-image: -moz-linear-gradient(#0D356E, #29679A);
    /* CSS3 standard */
    background-image: linear-gradient(top, #0D356E, #29679A);
    background-repeat: repeat-x;
    /* end styles for gradient */
    box-shadow: 0 0.15em 0.3em rgba(0, 0, 0, 0.15);
    outline: 0 none;
    color: #FFFFFF;
  }
  /* this style only needed if a form button is disabled */
  .btn.disabled,.btn[disabled] {
    background-color: #E6E6E6;
    background-image: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.65;
  }

