@charset utf-8;
.popupWrapper {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    /* z-index: 300; */
    z-index: 3000000;
    font-family: tahoma, helvetica, sans-serif;
    font-size: 12pt;
    color: #000000;
}
.popupBackground {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}		
#retrieveQuoteForm {
    width: 320px;
    max-width: 95%;
}
#getQuoteForm, #retrieveQuoteForm, .coverageDetails, #compareCoverageLevels, #updateVehicleInformation, #getPromoForm, #getPromoResponse {
    position: relative;
    display: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #ffffff;
    border: solid 3px #afd0ff;
    margin: 25px auto;
    padding: 16px;
    overflow: auto;
    /* top: 200px; */
}		
.popupCloseButton {
    position: absolute;
    right: 3px;
    top: 3px;
    background: url(/images/popup_close_ford.gif) no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}		
#getQuoteForm #customerInformation INPUT, #retrieveQuoteForm INPUT, #getPromoForm #customerInformation INPUT {
    margin-top: 1px;
    margin-bottom: 1px;
}
.popupWrapper INPUT, .popupWrapper SELECT {
    background-color: #eeeeee;
    border: solid 1px #dddddd;
    margin-left: 15px;
}
.popupWrapper .headline {
    font-size: 12pt;
    font-weight: bold;
    color: #1b67b5;
    margin: 0;
    border-bottom: solid 1px #afd0ff;
    padding-bottom: 3px;
}
.popupWrapper .error {
    color: #cc0000;
    margin-bottom: 10px;
}
#getQuoteForm #customerInformation LABEL, #retrieveQuoteForm LABEL, #getPromoForm #customerInformation LABEL {
    text-align: left;
    width: 200px;
}
.popupWrapper LABEL {
    display: inline-block;
    vertical-align: top;
}
.popupWrapper .formSubmitButton {
    height: 20px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}
.button {
	background-color: transparent !important;
}
.button.submitap a {
    width: 440px !important;
}
