img.aunt-glenda {
    float: left;
}
.guide-text {
    float:left;
    width: 560px;
}
.guide-text p {
    margin: 10px 0;
}
.explanation-wrapper table {
    border-collapse: collapse;
    padding: 0;
}
.explanation-text {
    background-color: #ebf0f5;
    padding: 5px 10px;
}
div.corner-bottom,
div.corner-top {
    height: 7px;
    line-height:7px;
    background-color: #ebf0f5;
}
div.corner-top {
    background: #ebf0f5 url(/images/help/help-box-top.png) top left;
}
div.corner-bottom {
    background: #ebf0f5 url(/images/help/help-box-bottom.png) bottom left;
}
div.corner-bottom-small,
div.corner-top-small {
    height: 6px;
    line-height:6px;
    background-color: #e6ecf3;
}
div.corner-top-small {
    background: #ebf0f5 url(/images/help/help-box-top-small.png) top right no-repeat;
}
div.corner-bottom-small {
    background: #ebf0f5 url(/images/help/help-box-bottom-small.png) bottom right no-repeat;
}
.question-wrapper {
    margin-top: 20px;
    margin-left: 35px;
}
.question-wrapper label {
    font-size: 1.1em;
}
.question {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.2em;
    color: #4e8798;
}
.guide li {
    margin-left: 40px;
    margin-bottom: 5px;
    list-style: none;
}
.buttons {
    width: 300px;
    margin: 15px auto;
}
.buttons .finish,
.buttons .next {
    float:right;
}
.buttons .previous {
    float: left;
}
.aunt-glenda-finish-wrapper {
    width: 587px;
    /*margin: 15px 200px 10px 5px;*/
    font-size: 1.2em;
    height: 125px;
    margin-bottom: 20px;
}
.aunt-glenda-finish-wrapper p {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 10px;
}
.glenda-header {
    font-weight: bold;
    color: #3f6f7e;
    font-size: 1.1em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.aunt-glenda-finish-wrapper img {
    margin-left: 5px;
    float: left;
    margin-right: 10px;
}
.glenda-finish-answer {
    width: 473px;
    margin-left: 118px;
}
.glenda-text {
    background-color: #ebf0f5;
    /*margin-left: 118px;*/
    width: 473px;
}
.glenda-text-inner {
    padding: 5px;
}
