#pljukebox_intro {
    background: white url("/static/images/new-site/pljukebox/feature.jpg") 465px top no-repeat;
    padding: 0 540px 30px 25px;
    min-height: 565px;
    border-bottom: 2px solid #e2e0df;
}

#pljukebox_intro h3 {
    font-size: 1.23em; /* 16px */
    margin-bottom: 10px;
}

#pljukebox_movies {
    margin: 30px 0;
}

#pljukebox_movies p {
    width: 154px;
    margin-right: 25px;
    margin-bottom: 0;
    float: left;
}

#pljukebox_movies p a img {
    margin-top: 5px;
    border: 2px solid #00aeef;
}

#pljukebox_downloadDemo, 
#pljukebox_purchase {
    padding: 30px 25px;
    border-bottom: 2px solid #e2e0df;
}

#pljukebox_licenseTypes_top {
    background: url("/static/images/new-site/pljukebox/pricingTable_top.png") top no-repeat;
    padding-top: 10px;
    margin-bottom: 30px;
}

#pljukebox_licenseTypes_bottom {
    background: url("/static/images/new-site/pljukebox/pricingTable_bottom.png") bottom no-repeat;
    padding-bottom: 10px;
}

#pljukebox_licenseTypes_content {
    background: url("/static/images/new-site/pljukebox/pricingTable_middle.png") repeat-y;
}

#pljukebox_licenseTypes_content table {
    margin: 0 4px;
}

#pljukebox_licenseTypes_content tr td {
    background: url("/static/images/new-site/pljukebox/pricingTable_border.png") bottom repeat-x;
    padding: 15px;
}

#pljukebox_licenseTypes_content tr.firstRow td {
    padding-top: 10px;
}

#pljukebox_licenseTypes_content tr.lastRow td {
    background: none;
    padding-bottom: 10px;
}


/* ----- Purchase --*/

fieldset#pljukebox_selectLicense {
    border: none;
}

fieldset#pljukebox_selectLicense p.label {
    margin-bottom: .5em;
}

fieldset#pljukebox_selectLicense label {
    display: block;
    font-weight: bold;
    color: black;
}

fieldset#pljukebox_selectLicense select {
    font-weight: bold;
}

fieldset#pljukebox_selectLicense p.input {
    margin-bottom: 1em;
}

fieldset#pljukebox_selectLicense p#addButton {
    margin-bottom: 0;
}


/* ----- FAQ --*/

#pljukebox_faq {
    padding: 30px 25px;
    padding-bottom: 5px;
}

#pljukebox_faq p.question {
    font-weight: bold;
    margin-bottom: .5em;
    color: black;
}


