/*template preview*/
#conversieToolInfo .template_new * {
    margin: 0;
    padding: 0;
    color: #343838;
    font-family: arial;
    font-size: 14px;
    text-align: left;
}
#conversieToolInfo .question {
    color: #5C6666;
    margin-top: 20px;
    font-weight: normal !important;
    text-align: left !important;
}
#conversieToolInfo .question_header label {
    font-weight: bold !important;
    float: none !important;
    display: inline-block !important;
    width: auto !important;
}
#conversieToolInfo .question_header {
    font-size: 18px;
}
#conversieToolInfo .template_preview {
    width: 435px;
    background: #fff;
}
#conversieToolInfo .template_preview .title, #conversieToolInfo .template_new .title {
    background: #f1f7f9;
    padding: 0px 10px 10px 10px;
}
#conversieToolInfo .template_preview .title h3, #conversieToolInfo .template_new .title h3 {
    color: #008c9e;
    font-size: 24px !important;
    line-height: 48px;
    font-weight: normal;
}
#conversieToolInfo .template_preview .content, #conversieToolInfo .template_new .content {
    padding: 10px;
}
#conversieToolInfo .template_new {
    margin: 0px;
    width: 420px;
    border: solid 1px #ccc;
    padding: 10px;
    position: relative;
    box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;
    max-width: 100%;
}
#conversieToolInfo .template_new .title, #conversieToolInfo .template_new .question_header {
    position: relative;
}
#conversieToolInfo .template_new .question_submit {
    /*margin-left: 212px;*/
}
#conversieToolInfo .template_footer {
    font-size: 12px;
    color: #6c7777;
    border-top: solid 1px #6c7777;
    padding-top: 5px;
    clear: both;
}
#conversieToolInfo textarea.question_answer {
    border: 1px solid #CCCCCC;
    height: 100px;
    margin: 10px;
    padding: 5px;
    width: 320px;
    max-width: 100%;
    box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;
}
#conversieToolInfo ul.question_answer {
    list-style-position: inside;
    list-style-type: none;
    margin: 10px 0;
    padding-left: 20px;
}
#conversieToolInfo ul.question_answer input {
    margin-right: 10px;
    position: relative;
    top: 0px;
    width: 16px !important;
    height: 16px !important;
    border: solid 1px #ccc;
    background: inherit !important;
}
#conversieToolInfo ul.question_answer label:before, #conversieToolInfo ul.question_answer label:after { display: none !important;}
#conversieToolInfo ul.question_answer li {
    margin-bottom: 5px;
    background: none;
    list-style: none !important;
}
#conversieToolInfo ul.question_answer label {
    display: inline-block !important;
    float: none !important;
    width: auto !important;
}
#conversieToolInfo .template_new .question_submit {
    /*margin-left: 172px;*/
}
#conversieToolInfo .question_submit {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    margin: 10px auto;
    text-align: center;
    width: 180px;
    text-decoration: none;
    background: #008c9e;
    border-radius: 5px;
    float: right;
}
/*lightbox*/
#conversieToolInfo {
    background: #fff;
    position: absolute;
    top: 50px;
    padding: 10px;
    z-index: 999999;
    display: none;
    box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;
    max-width: 95%;
}
#conversieToolInfo .lightbox_close {
    background: url(../images/lightbox_close.png);
    width: 27px;
    height: 27px;
    position: absolute;
    top: -14px;
    left: -14px;
    z-index: 9;    
}

#overlay {
    background: #000;
    opacity: .3;
    filter: alpha(opacity=20);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
#conversieToolInfo .clear {
    clear: both;
    overflow: hidden;
    height: 0px;
}

#conversieToolInfo .template_new .qa { margin: 20px 0px;}
#conversieToolInfo .template_new .qa .q { font-weight: bold; margin: 10px 0px; font-size: 120%; }
#conversieToolInfo .template_new .qa .a input[type=text] { border: solid 1px #ccc; border-radius: 5px; padding: 8px 10px; width: 100%;}
#conversieToolInfo .template_new .qa .a .choice { margin-bottom: 10px; }
#conversieToolInfo .template_new .qa .a .choice input[type=checkbox] { margin-right: 10px; position: relative; top: 2px;}
#conversieToolInfo .template_new .qa .a.yesno-question button { border: none; padding: 10px 20px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; margin-right: 10px;}
#conversieToolInfo .template_new .qa .yesno-textfield { border: solid 1px #ccc; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; width: 100%; margin-top: 20px; min-height: 100px; padding: 10px;}


#conversieToolInfo.static {
    background: #fff;
    position: static;
    top: inherit;
    padding: 10px;
    z-index: 999999;
    display: block;
    box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;
    max-width: 95%;
}