/* lightbox-container-div will get replaced with the lightbox - but its settings will govern the lightboxes dimensions */
.lightbox-container-div {
    display:none;
}
#lightbox-container-div-1 {
    width:300px;
    height:100px;
}

/* lightbox-div is the outermost div in the lightbox - use it to style everything else inside the lightbox */
.lightbox-div {
    padding:25px;
    font-size:11px;
    color: #666;
    background-color: #ffffff;
}
.lightbox-div a{
    text-decoration: none;
    color: #666;
}
#lightbox-div-1{

}


/* this is for the close button and text in the nyroModal lightbox */
a#closeBut {
        padding: 10px;
        position: absolute;
        display: block;
        top: -6px;
        right: -6px;
        width: 24px;
        height: 24px;
        /* uncomment below text-indent if you want to hide the text, i.e. 'close' */
/*        text-indent: -9999em;*/
        text-indent: -3.5em;
        background: url(/resources/images/interface/nyro/close.png) no-repeat top right;
        outline: 0;
        color: black;
        text-decoration: none;
        text-transform: lowercase;
        font-weight: bold;
        font-size:12px;
        padding-top:12px;
}

th, td {
background:none;
padding-left:6px;
}

#enquiries label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
#enquiries input.error, #enquiries select.error {background-color: yellow; }
td.howtocontactyou_checkBoxes label.error{
    background-color:yellow;
    display: none;
}
td.legal_checkBox label.error{
    background-color:yellow;
    display:none;
}

