body {
    /*	background: none; */
}

#question-wrapper {
    background: url(iQBooster-Background.jpg) no-repeat 0 0;
    color: #000000;
    font-size: 14px;
    margin-top: 15px;
    padding: 30px 35px 35px 35px;
    width: 960px;
    min-height: 600px;
    font-face: Arial;
}

#question-heading {
    font-family: "Proxima Nova Soft Regular",Arial,Helvetica,sans-serif;
    font-weight: 700;
	color: #028F98;
    font-size: 34px;
    height: 42px;
    margin: 5px 0 0 222px;
    line-height: 1.00;
}

#question-content {
    padding: 5px 25px 25px 25px;
    width: 510px;
    min-height: 475px;
    float: left;
}

#question-promo {
    float: left;
    position: relative;
    top: 0px;
    left: 20px;
    width: 305px;
    height: 263px;
    margin-top: -5px;
    padding: 58px 25px 25px 25px;
}

#question-promo .question-promo-heading {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

#question-promo .question-promo-q {
    background: url(Q.png) no-repeat 0 0;
    padding-left: 22px;
    margin-bottom: 10px;
    line-height: 120%;
    font-weight: bold;
    min-height: 20px;
}

#question-promo .question-promo-q.promo-3 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
}

#question-promo .brandingAd {
    width: 100%;
    height: 30px;
    cursor: pointer;
}

#question-content-content {
    min-height: 200px;
}

#question-content-content .intro-img {
    float: left;
    width: 200px;
    text-align: center;
    vertical-align: center;
    /*	border: #343434;
     height: 132px;
     margin-right: 10px; */
}

#question-content-content .intro-text {
    float: left;
    width: 305px;
    line-height: 140%;
    padding-top: 2px;
    padding-left: 4px;
}

#question-content-header {
    font-size: 24px;
    color: rgb(2, 143, 152);
    height: 38px;
    font-weight: bold;
    margin-bottom: 10px;
    display: none;
}

#question-content-header #question-header-caption {
    margin-top: 15px;
    float: left;
    font-size: 30px;
}

#question-counter {
    color: #027b83;
    font-size: 10px;
    text-align: right;
    float: right;
    font-weight: normal;
}

#question-counter #question-counter-correct {
    color: #343434;
    font-size: 20px;
    display: inline;
}

#question-counter #question-progress-wrapper {
    height: 16px;
    width: 312px;
    border: 1pt solid #CCC;
    background: #EEE;
    float: right;
}

#question-counter #question-progress-wrapper #question-progress {
    background: url(progress-bar-fill.jpg) no-repeat 0 0;
    position: relative;
    float: left;
    height: 16px;
    border: 0;
    border-right: 1pt solid #CCC;
}

#question-counter #question-progress-text {
    font-size: 10px;
    color: #343434;
    margin-top: 12px;
    margin-right: 2px;
}

#question-caption {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 140%;
}

#question-answers {
    font-weight: normal;
    width: 450px;
    line-height: 120%;
}

#question-answers > div {
    margin-bottom: 20px;
}

#question-answers input {
    float: left;
}

#question-answers label > div {
    margin-left: 25px;
    width: 420px;
}

#question-answers label {
    font-size: 14px;
}

#question-answers label.checked {
    font-weight: bold;
}

#question-answer-response {
    padding-top: 30px;
    font-size: 14px;
    color: #343434;
    line-height: 120%;
}

#question-answer-response.correct {
    background: url(correctAnswerBg.jpg) no-repeat 0 0;
}

#question-answer-response.incorrect {
    background: url(incorrectAnswerBg.jpg) no-repeat 0 0;
}

#question-hint {
    font-size: 24px;
    font-weight: bold;
    margin-left: 10px;
    color: #333;
}

#question-content-bottom {
    margin-top: 30px;
    margin-bottom: 15px;
    height: 30px;
    text-align: center;
}

#question-submit-answer {
    /*display: none;*/
}

.question-submit-text {
    color: #FFF;
    margin-top: 10px;
}

.content-block {
    display: none;
    height: 360px;
    font-size: 18px;
}

#question-correct,
#question-incorrect {
    width: 400px;
    line-height: 150%;
    margin: 5px 15px 0 15px;
}

#question-correct .button,
#question-incorrect .button {
    top: 100px;
}

#question-footer {
    position: absolute;
    bottom: 0;
    width: 550px;
    height: 60px;
    margin-top: 35px;
}

#question-footer #question-footer-logo {
    background: url(sharecareLogo.png) no-repeat 0 0;
    width: 175px;
    height: 24px;
    float: left;
    margin-top: 24px;
    cursor: pointer;
}

#question-footer #question-footer-promo {
    background: url(WalgreensPopup.png) no-repeat 0 0;
    width: 194px;
    height: 58px;
    float: right;
    cursor: pointer;
}

#question-content-end {
    margin-top: 100px;
    text-align: center;
}

#question-content-end #next-quiz-block {
    text-align: left;
    width: 216px;
}

#question-content-end #next-quiz-block > div {
    font-size: 14px;
    margin-top: 10px;
}

#question-content-end > div {
    margin: auto;
    width: 220px;
    height: 23px;
    padding-left: 30px;
    margin-top: 20px;
    font-size: 22px;
    font-weight: bold;
}

#question-content-end .resultsCorrect {
    background: url(checkIcon.jpg) no-repeat 0 0;
    color: green;
}

#question-content-end .resultsIncorrect {
    background: url(xIcon.jpg) no-repeat 0 0;
    color: red;
}

#question-content-end-header {
    font-size: 24px;
    margin-top: 10px;
}

#question-content-end-header strong {
    color: rgb(2, 143, 152);
}

.ie7 #question-heading {
    margin-top: 35px;
}

a.button, a.button:hover {
    color: #fff !important;
}

#question-social {
    margin-left: 105px;
}

#question-social > * {
    float: left;
}

.clr {
    clear: both;
}

div.question-wrapper .show-q-stage {
    position: inherit !important;
    left: 0 !important;
}
