.question{
    font-size: 14px;
}

.answers{
    padding-left: 24px;
    color: #CCCCCC;
    font: 12px "Lucida Grande", "Helvetica", "Arial", sans-serif;
    margin-bottom: 1.5em;
    list-style-type: none;
}

.answers li{
    margin-bottom: 0.5em;
    color: #666666;
    font-weight: normal;
    cursor: pointer;
    -webkit-user-select: none;
    padding: 3px;
    padding-left: 6px;
    margin-left: -30px;
}

.answers .selected{
    color: #444444;
    background: #DDDDDD;
    border: 1px solid #CCCCCC;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-shadow: white 0px 1px 0px;
}

.q-block{
    display: block;
    width: 350px;
    padding-right: 20px;
}

.a-block{
    display: block;
    position: absolute;
    margin-left: 370px;
    width: 450px;
    padding-left: 30px;
    padding-right: 30px;
    border-left: 1px solid #DDDDDD;
    height: 443px;
    overflow: auto;
}

#kb-title{
    color: #222222;
    padding-left: 20px;
    padding-bottom: 1em;
    font: bold 18px "Helvetica", "Arial", sans-serif;
}

#blocks{
    clear: none;
    width: 800px;
    margin-left: 30px;
}

#answer-container{
    width: 600px;
    margin: 10px auto auto;
}

#big-answer{
    background: #F0F0F0;
    padding: 20px;
    font: 12px "Helvetica", "Arial", sans-serif;
}

#big-question{
    font: bold 12px "Helvetica", "Arial", sans-serif;  
}

#big-response{
    color: #666666;
}

em{
    font: 13px "Courier", sans-serif;
}

.product-info{
    margin: 30px;
}

.lower-product-info{
    padding-top: 30px;
    border-top: 1px solid #CCCCCC;
    margin: 30px;
}

#helpbutton{
    margin: 10px auto auto;
    padding: 10px;
    background: #DDDDDD;
    text-align: center;
    color: #3b64b0;
    font: bold 14px "Helvetica", "Arial", sans-serif;
}

/* New */

#help-box{
    margin-top: 30px;
    background: #EBEBEB;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.help-box-container{
    display: table-cell;
    width: 33%;
    padding: 20px;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #FEFEFE;
    height: 230px;
}

.help-box-title{
    font: bold 18px "Helvetica", "Arial", sans-serif;
    text-shadow: white 0px 1px 0px;
    color: #222222;
    margin-bottom: 0.5em;
}

.help-box-desc{
    font: 13px "Helvetica", "Arial", sans-serif;
    text-shadow: white 0px 1px 0px;
    color: #888888;
    line-height: 1.5em;
}

.help-box-divider{
    height: 1px;
    background: #CCCCCC;
    border-bottom: 1px solid #FEFEFE;
    margin-top: 1em;
    margin-bottom: 1em;
}

#a-placeholder{
    color: #CCCCCC;
    text-shadow: white 0px 1px 0px;
    font: 24px "Helvetica", "Arial", sans-serif;
    text-align: center;
    margin-top: 120px;
    padding: 40px;
}

#a-spinner{
    background: url(spinner.gif) top left no-repeat;
    width: 32px;
    height: 32px;
    margin: 170px auto auto;
    display: none;
}

.a-answer{
    display: none;
}

.question-big{
    font: 22px "Helvetica", "Arial", sans-serif;
    margin-bottom: 1em;
}

.answer-big{
    font: 14px "Helvetica", "Arial", sans-serif;
    color: #666666;
    line-height: 1.5em;
}

.textfield{
    padding-left: 5px;
    font-size: 12px;
    width: 180px;
    height: 23px;
    color: #444444;
    border: 1px solid #AAAAAA;
    background: #FFFFFF url(textfield-shadow.png) top left repeat-x;
    -webkit-box-shadow: white 0px 1px 0px;
    -moz-box-shadow: white 0px 1px 0px;
    margin-top: -1px;
}

#sendbutton{
    position: absolute;
    margin-left: 195px;
    background: url(send_button.png) 0px 0px no-repeat;
    width: 61px;
    height: 28px;
    cursor: pointer;
    margin-top: -1px;
}

#sendbutton:active{
    background: url(send_button.png) -61px 0px no-repeat;
}

#launchbutton{
    margin: 0px auto auto;
    background: url(launch_button.png) 0px 0px no-repeat;
    width: 144px;
    height: 28px;
    cursor: pointer;
}

#launchbutton:active{
    background: url(launch_button.png) -144px 0px no-repeat;
}

#license-result{
    margin-top: 10px;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    color: #666666;
    border: 1px solid #CCCCCC;
    display: none;
}

#license-controls{
    opacity: 1;
    -webkit-transition: opacity .25s linear;
}