.entry-content img{
	max-width: 50%;
	display: inline-block;
}


#middle .container {
    padding: 0 0 100px 0;
    text-align: center;
    position: relative;
    width: 800px;
    margin: 0 auto;
}
.form-container {
    background-repeat: no-repeat;
    width: 504px;
    height: 350px;
    margin: 0 auto;
    text-align: left;
}

.float {
    float: left;
    padding: 30px;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.clear {
    clear: both;
}

.tabs {
    width: 504px;

}
    .tabs .tab {
        float: left;
        width: 212px;
        height: 43px;
        line-height: 43px;
        padding:2px 20px 0;
        cursor: pointer;
        color:#FFF;
        background-color: #BFBFBF;
    }
        .tabs .tab h3 {
            margin: 0;
            padding: 0;
            line-height: 40px;
            font-size: 20px;
            font-weight: normal;
            
        }
    .tabs .tab.active {
    	color:#555;
    	cursor: default;
    	background-color: #CCD5E5;
    }
    .tabs .clear {
        clear: both;
    }
    .rightTab{text-align: right;}
.submitText{position: absolute; bottom: 33px; left:15px; font-size: 15px;}
.calculator {
    padding: 0;
    position: relative;
    overflow: hidden;
   	background: #ccd5e5 url(/images/design/bottom.png) no-repeat bottom center;
	background-size: 100% 40px;
	padding-bottom: 40px;
}
    #easy {
        width: 504px;
        height: 305px;
    }
    #extended {
        width: 504px;
        height: 305px;
        display: none;
    }
        .step {
            position: absolute;
            top: 0;
            left: 600px;
            width: 484px;
            height: 300px;
        }
            .step h2 {
                margin: 0 15px;
                line-height: 26px;
                border-color:#346dc4;
            }
            .step p {
                margin: 10px 15px;
            }
        input.text {
            width: 261px;
            height: 34px;
            line-height: 34px;
            border:1px solid #DDD;
            padding: 0 5px;
        }
            input.text.error {
                border-color: #FF0000;
            }
            input.text.small {
                width: 73px;
                height: 34px;
                border:1px solid #DDD;
                line-height: 34px;
            }
            input.text.small.error {
                border-color: #FF0000;
            }
        input.continue {
            border: 0;
            padding: 0;
            margin: 0;
            background-image: url(/images/forms/next-step.png);
            width: 120px;
            height: 30px;
            position: absolute;
            bottom: 0px;
            right: -5px;
            cursor: pointer;
        }
        input.previous {
            border: 0;
            padding: 0;
            margin: 0;
            background-image: url(/images/forms/back.jpg);
            width: 102px;
            height: 30px;
            position: absolute;
            bottom: 0px;
            left: 25px;
            cursor: pointer;
        }
        input.continue.disabled{background-image: url(/images/forms/next-step_gray.png); cursor: default;}
        input.continue.finish {
            background-image: url(/images/forms/finish.png);
        }
        input.continue.finish.disabled {
            background-image: url(/images/forms/finish-disabled.png);
        }

form.form {
    padding-bottom: 150px;
    position: relative;
}
.form-step {
    text-align: left;
}

    .form-step input.previous, .form-step input.continue {
        bottom: 100px;
    }
        .form-step input.continue.complete {
            width: 120px
            height: 30px;
            background-image: url(/images/forms/finish.png);
        }
        .form-step input.complete.disabled {
            background-image: url(/images/forms/finish-disabled.png) !important;
        }
        .form-step input.continue.cancel {
            width: 98px;
            background-image: url(/images/forms/cancel.png);
            left: 0;
        }
    .form-step h2 {
        border: 0;
    }
    .form-step .float {
        padding: 0 25px;
    }
    .form-step p {
        font-weight: bold;
    }
        .form-step p, .form-step span {
            color: #555;
        }
        .form-step p.blue, .form-step span.blue {
            color: #2E6BC2;
        }
    .form-step label {
        font-weight: normal;
        color: #555;
    }
        .form-step label span {
            font-weight: bold;
            color: #2E6BC2;
        }
    
.form-step map area {
    cursor: pointer;
}

#map-container {
    background-image: url(/images/forms/map.png);
    background-repeat: no-repeat;
    background-position: 25px 0;
}
#map-areas {
    background-image: url(/images/forms/map-hover.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}


.progressBox{float: right; text-align: right; padding: 20px; color:#9fc0ef; font-size: 18px; line-height: 20px;}
	.progressBox span{color: #3770c4;}
	.progressBox span.for_house{font-size: 18px; color:#9fc0ef;}
	.progressBox span.small{font-size: 11px; line-height: 20px; color:#9fc0ef;}

