/* @override 
	http://www.horizonmediagroup.net/barkleyregional.com/sites/all/themes/corporate_responsive_theme/custom.css?nt3a26
	http://www.horizonmediagroup.net/barkleyregional.com/sites/all/themes/corporate_responsive_theme/custom.css?nt3ct7
	http://www.horizonmediagroup.net/barkleyregional.com/sites/all/themes/corporate_responsive_theme/custom.css?nt8iqt */
.calc-form fieldset{
  border-radius: 6px;
  padding: 1em;
  min-height: 270px;
  position: relative;
}

.calc-form fieldset.ours{
  float: left;
  width: 46.5%;
}
.calc-form fieldset.theirs{
  float: right;
  width: 46.5%;
}
/* @group Calc */
 .calc-form {
    margin:0;
    position:relative;
    overflow:hidden;
}

.calc-form label.parkingtext {
    position: absolute;
    top: 225px;
    left: 85px;
}
.calc-form .frame {
    float:left;
    position:relative;
}
.calc-form .box {
    float:left;
    width:245px;
}
.calc-form .box-2 {
    float:left;
    clear: both;
}
.calc-form h3 {
    width:100%;
    overflow:hidden;
}
.calc-form .row {
    clear: left;
    width:100%;
    overflow:hidden;
    padding: 0;
}
.calc-form .mark {
    float:left;
    color:#939598;
    font-size: 18px;
    line-height: 21px;
    padding: 3px 15px 0 0;
}
.calc-form .mark2 {
    float:left;
    line-height:21px;
    padding:3px 6px 0 0;
}
.calc-form .text {
    width:56px;
    height:26px;
    overflow:hidden;
    float:left;
    padding:0 11px 0 0;
}
.calc-form .text input {
    float:left;
    background-color: #d0dfea;
    width:48px;
    position:relative;
    color: #000;
    border: 0;
    border-radius: 3px;
}
.calc-form label {
    float:left;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 0 0 11px;
}
.calc-form .mark-lbl {
    float: left;
    padding-top:3px;
    padding-left: 17px;
}
.calc-form .sel {
    width:;
    float:left;
    min-height:21px;
    padding-bottom: 0;
    padding-right: 8px;
    padding-left: 0;
}
* html .calc-form .sel {
    height:21px;
}
.calc-form select {
    float:left;
    font-size:12px;
    line-height:15px;
    color:#6d6e71;
    width:55px;
}
.calc-form .help {
    float:left;
    margin:3px 0 0;
    width:16px;
    height:16px;
    text-indent:-9999px;
    overflow:hidden;
    background:url(../images/ico-help.gif) no-repeat;
}
.calc-form .sum {
    position: absolute;
    width: 100%;
    text-align: right;
    border-top: 1px solid #e0e1e1;
    font-size: 2.1em;
    line-height: 1.6em;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding-right: 1em;
}
.hiddenInput{
  height: 0;
  border: 0;
  width: 0;
  margin: 0;
  outline: none;
  background: transparent;
  font-size: 0;
}
.lowerNum{
  color: #63bd00;
}
/* @end */