/* 
    Document   : dl.css
    Created on : 25 mars 2010, 13:23:30
    Author     : lcherpit
    Description:
*/
ul.menu2level li.left2ndlevel {
    background:none repeat scroll 0 0 transparent;
    color:#426ED3;
    display:block;
    font-size:11px;
    font-weight:bold;
    padding-bottom:2px;
    padding-left:7px;
    padding-top:2px;
    text-decoration:none;
}

.tx-srfeuserregister-pi1-policy {
    clear:both;
    padding:20px 0 20px 100px;
}
.privp-text span {
    color: #2B2A2A;
}
.privp-text a {
    background-image: none !important;
    padding:0;
}
.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -250px;
    width: 500px;

    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}
.jqmClose {
    float:right;
}
.jqmWindow hr {
    clear:both;
}
.jqmOverlay { background-color: #000; }

/* IE6 */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
