.LB-container {
  font-size: 13px;
  color: #000000;
  background: #ccd7e8;
  font-family: Arial, Helvetica, sans-serif;
  width: 542px;
  overflow: hidden;
  margin: 10px auto;
  padding: 5px;
  border-radius: 5px;
  position: relative;
}

#link-buget-units {
  display: block;
}

h2.link-budget-form-title {
  font-size: 16px;
  margin: 5px 3px 25px;
  color: #010197;
  font-weight: bold;
  text-align: center;
}

#link-budget-field8 {
  color: grey;
}

/** Field Styles **/

.link-budget-form .field,
#form-title.field {
  padding-top: 0px;
  position: relative;
  clear: both;
}

.link-budget-form .field:first-child {
  padding-top: 0;
}

.link-budget-form .field:last-child {
  padding-bottom: 0;
}

/** Field Widths */

.lb_f_25 {
  width: 96%;
  display: inline;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
  /* jquery ui resize grid hack - not sure why */
}

.lb_myclass {
  padding-bottom: 20px;
  /* jquery ui resize grid hack - not sure why */
}

.lb_f_50 {
  width: 96%;
  display: inline;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
  /* jquery ui resize grid hack - not sure why */
}


.link-budget-form input,
.link-budget-form textarea,
.link-budget-form select,
div.selector,
div.uploader {
  width: 30%;
  font: 14px/14px "Arial", Helvetica, Verdana, sans-serif;
  padding: 6px 0px 4px 6px;
  color: #000000;
  text-align: right;
  border: 1px solid #abadb3;
  outline: none;
  display: inline-block;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}

.lb_f_25 span {
  width: 20%;
  margin-left: 10px;
}

.link-budget-form input[type="radio"],
.link-budget-form input[type="checkbox"] {
  width: 12px;
  margin: 6px 6px;
  top: 1px;
  position: relative;
}

.link-budget-form input[type="radio"] {
  color: #abadb3;
}

.link-budget-form .option {
  margin: 0px 0;
}

.link-budget-form .option-title {
  position: relative;
  color: #000000;
}

.link-budget-form textarea {
  overflow: hidden;
}

.link-budget-form label {
  color: #333333;
  text-align: left;
  font: 14px/18px "Arial", Helvetica, Verdana, sans-serif;
  margin-bottom: 0px;
  /* 5 */
  display: inline-block;
  width: 45%;
}

.link-budget-form .submit input {
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  text-shadow: 1px 1px 0px #fff;
  display: block;
  margin: 12px -2px 12px 0;
  text-align: center;
  float: right;
  padding: 6px 12px;
  height: 28px;
  cursor: pointer;
  min-width: 96px;
  width: auto;
  background: #ddedf3 url(../images/button-bg.jpg) repeat-x 0 0 scroll;
  box-shadow: 0 0 0 5px #eef5f7;
  -moz-box-shadow: 0 0 0 5px #eef5f7;
  -webkit-box-shadow: 0 0 0 5px #eef5f7;
  border: 1px solid #a4c5d0;
  font-weight: bold;
  color: #6b97a8;
}

#lb_form-title {
  padding: 12px;
}

#lb_form-title h2 {
  margin-bottom: 0;
  color: #798e94;
}

/** Date Input **/

#calroot {
  z-index: 10000;
  margin-top: -1px;
  width: 198px;
  padding: 2px;
  background-color: #fff;
  font-size: 11px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 0 15px #666;
  -webkit-box-shadow: 0 0 15px #666;
}

#calhead {
  padding: 2px 0;
  height: 22px;
}

#caltitle {
  font-size: 14px;
  color: #0150d1;
  float: left;
  text-align: center;
  width: 155px;
  line-height: 20px;
  text-shadow: 0 1px 0 #ddd;
}

#calnext,
#calprev {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  cursor: pointer;
  background: transparent url(../images/prev.png) no-repeat center center scroll;
}

#calnext {
  float: right;
  background: transparent url(../images/next.png) no-repeat center center scroll;
}

#calprev.caldisabled,
#calnext.caldisabled {
  visibility: hidden;
}

#caltitle select {
  font-size: 10px;
}

#caldays {
  height: 14px;
  border-bottom: 1px solid #ddd;
}

#caldays span {
  display: block;
  float: left;
  width: 28px;
  text-align: center;
}

#calweeks {
  background-color: #fff;
  margin-top: 4px;
}

.calweek {
  clear: left;
  height: 22px;
}

.calweek a {
  display: block;
  float: left;
  width: 27px;
  height: 20px;
  text-decoration: none;
  font-size: 11px;
  margin-left: 1px;
  text-align: center;
  line-height: 20px;
  color: #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.calweek a:hover,
.calfocus {
  background-color: #ddd;
}

a.calsun {
  color: red;
}

a.caloff {
  color: #ccc;
}

a.caloff:hover {
  background-color: rgb(245, 245, 250);
}

a.caldisabled {
  background-color: #efefef !important;
  color: #ccc !important;
  cursor: default;
}

#calcurrent {
  background-color: #498ce2;
  color: #fff;
}

#caltoday {
  background-color: #333;
  color: #fff;
}


/**Error Messages **/

.link-budget-form .error {
  height: 16px;
  font: 11px/16px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
  color: #ff0033;
  padding-left: 12px;
  z-index: 999;
  position: relative;
  top: -1px;
}

/** Loading Indicator **/

.loading-text {
  position: relative;
  top: -3px;
}

/** IE Hacks **/

.link-budget-form input {
  *height: 28px;
}

/** Clearfix */

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*
    The following zoom:1 rule is specifically for IE6 + IE7.
    Move to separate stylesheet if invalid CSS is a problem.
*/

* html .clearfix,
*:first-child + html .clearfix {
  zoom: 1;
}

.link-budget-left {
  float: left;
  width: 260px;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 5px;
}

.link-budget-right1 {
  float: left;
  margin-left: 20px;
  width: 218px;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 15px;
}

.link-budget-right2 {
  margin-top: 20px;
  float: left;
  margin-left: 20px;
  width: 218px;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 15px;
}

.link-budget-right2 h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.link-budget-right2 p {
  margin-top: 10px;
  margin-bottom: 0px;
}

.link-budget-right2 span {
  text-align: right;
}

.link-budget-legend {
  display: block;
  float: left;
  margin: -26px 0px 0px;
  background: #ccd7e8;
  padding: 3px 4px;
}

.link-budget-input {
  margin: -17px 0px 0px;
}

.link-budget-left2 label {
  width: 48%;
}

#result {
  position: absolute;
  right: 0px;
}

#fsl {
  position: absolute;
  right: 0px;
}

#RCVSS {
  position: absolute;
  right: 0px;
}

#CableType select {
  width: 50%;
  height: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}

#LossPer100ft label span {
  font-size: 12px;
  margin-left: 0px;
}

#LossPer100ft {
  margin-bottom: -5px;
}

#LossPer100ft > input,
#LossPer100ft > span {
  position: relative;
  top: -12px;
}

#unitsChoose {
  padding-bottom: 15px;
}
