/**
 * Lightweight base styles for the front-end form.
 */
.userform-progress .progress {
  position: relative;
  height: 1em;
  background: #eee;
}
.userform-progress .progress-bar {
  position: absolute;
  height: 1em;
  background: #666;
}
.userform-progress .step-buttons {
  margin: 0 0 20px 0;
  position: relative;
  text-align: center;
}
.userform-progress .step-button-wrapper {
  display: inline-block;
  list-style-type: none;
}
.userform-progress .step-button-wrapper.viewed .step-button-jump {
  opacity: 1;
  background:none;
  color:#660000;
  border-top:solid 6px #660000;
}
.userform-progress .step-button-jump {
  position: absolute;
  top: 0;
  opacity: .5;
  background:none;
  color:#660000;
  border-top:solid 6px #660000;
}

.step-navigation{margin-top:20px}
.step-navigation .step-buttons {
  margin-left: 0;
}
.step-navigation .step-button-wrapper {
  display: inline-block;
  list-style-type: none;
}

.userform {
  clear: both;
  width: 100%;
  max-width: 100%;
}
.userform .field label.right {
  color: #555;
}

.userformsgroup {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.userformsgroup > legend {
  padding-left: 4px;
  padding-right: 4px;
  border: 0;
  width: auto;
}

.right-title {
  display: inline;
  margin-left:5px;
  color:#999;
}

.checkbox .right-title {
  display: inline;
}

.userform .left {
  margin-bottom: 5px;
  font-weight: bold;
}

.progress-title{padding-top:20px;}
/* set width for radio button & checkbox */
.optionset .odd,.optionset .even{width:180px;float:left}
/* set width for top progress bar */
.col2{width:50%}
.col3{width:33.3333%}
.col4{width:25%}
.col5{width:20%}
/* set width for form field */
.width66,.width50,.width33,.width25,.width20{width:100%}
/* set responsive width for form field */
@media only screen and (min-width:480px) { 
.width66{width:66.6666%;float:left}
.width50{width:50%;float:left}
.width33{width:33.3333%;float:left}
.width25{width:25%;float:left}
.width20{width:20%;float:left}
}