@import url('default.css');

#quote_form {
    text-align: left;
}

#quote_form label {
    text-align: left;
    margin: 0;
}

#quote_form input.title{
	width: 40px;
}

#quote_form input.dob{
	width: 80px;
}

#quote_form input.mortgage_renewal_date{
	width: 80px;
}

#quote_form input.num{
	width: 30px;
}

#quote_form input.year{
	width: 40px;
}

#quote_form input.post_code{
	width: 90px;
}

.radio {
    font-size: 0.85em;
}

#jError {
    color: red;
    margin-left: 20px;
    font-size: 0.70em;
    font-style: italic;
}

#bcQuote .headings {
    font-size: 1.20em;
    color: #333;
    background: #ccc;
    padding: 5px;
    margin: 20px 0 20px 0;
    position: relative;
    border-bottom: 3px solid #aaa;
}

    #bcQuote .headings em {
        font-size: 0.70em;
        font-weight: normal;
        position: absolute;
        right: 5px;
        width: 170px;
    }
    
    #bcQuote .headings span.agree {
        font-size: 0.70em;
        position: absolute;
        right: 5px;
        word-spacing: 20px;
        line-height: 1.7;
    }
    
    .agree_disagree {
        float: right;
        list-style: none;
        width: 100px;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    
        .agree_disagree li {
            margin-bottom: 15px;
        }
    
    .agree_disagree input[type="radio"].first {
        margin-right: 0px;
    }
    
    #bcQuote em {
        font-size: 0.80em;
    }
    
#declarations {
    font-size: 0.85em;
    }
    
        #declarations .questions {
           width: 640px;
        }
 
#additional_info {
    width: 754px;
}

.confirmHu {
    display: none;
}
