/* Styles specific to the Questionaire Module template */
.questionaire-module{
    height: 1040px;
    -webkit-transition: height 0.4s linear;
    -moz-transition: height 0.4s linear;
    -o-transition: height 0.4s linear;
    -ms-transition: height 0.4s linear;
    transition: height 0.4s linear;
}
.questionaire-module.collapse {
    height: 128px;
}
.questionaire-module .container img.property {
    padding-top: 1px;
}
.questionaire-module > .container > hgroup > h2 {
    background-position: -1px -210px;
    margin-left: -2px;
    padding-left: 53px;
    margin-top: 0px;
}


p.questionaire-name{
    font-size: 16pt;
    font-weight: bold;
    text-align: left;
}
.questionaire-module p.noimage{
    width: 804px;
}
.questionaire-module .sharegroup.noimage{
    color:#0066CC;
    font-style:italic;
    position: absolute;
    top: 156px;
    left: 406px;
}

.questionaire-module > .container > hgroup > H2.noimage{
    margin-left: 5px;
}

.questionaire-module > .container > img {
    cursor: pointer;
}

.qa_content{
    width: 600px;
    position: relative;
    margin-left: 80px;
    margin-top: 5px;
    padding-top: 10px;
    clear:both;
    border-bottom: 1px solid #b7b7b7;
    border-top: 1px solid #b7b7b7;
    height: 540px;
}

.qa_group{
    width: 600px;
}

.qa_group > p.qa_question_text{
    width: 600px;
    font-size: 10pt;
    text-align: left;
    padding:0 0 10px 0;
    height:auto;
}

.questionaire-module .cta{
   display: inline;
}

.qa_group > p.qa_answer_text{
    width: 580px;
    font-size: 10pt;
    text-align: left;
    color: #809b00;
    padding:0 0 20px 45px;
    height:auto;
}

.qa_bold_name_text{
    font-weight: bold;
}

.questionaire-text-close-button {
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 9pt;
    cursor: pointer;
    position: relative;
    padding: 0 3px 3px 8px;
    width: 50px;
    color: #00b0d9;
    margin-left: 630px;
}

.questionaire-text-close-button:hover {
    color: #c1db24;
}



.questionaire-module .content {
    clear: left;
    display: block;
    overflow: hidden;
    position: relative;
    width: auto;
    height: 1069px;
}

.questionaire-module .container {
    margin: -40px -38px -35px;
}
