﻿/******************************************************************************/
/* NOTE: This file is being integrated into HyundaiUSA.com, Edit with Caution */
/******************************************************************************/

/* Lightbox */
.myhyundai-lbOverlay {
    background: #000;/*url("./img/bg-overlay.png") 0 0 repeat;*/
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index: 9990;
}
    
.myhyundai-lbContainer {
    display:none;
    z-index:9993;
    padding: 20px 10px;
    position: absolute;
    background: #eeeeee;
    -webkit-box-shadow: 0px 0px 4px #000000; 
        -moz-box-shadow: 0px 0px 4px #000000; 
            box-shadow: 0px 0px 4px #000000; 
}

.myhyundai-lbClose {
    display: block;
    right: -10px;
    position: absolute;
    top: -8px;
    background: url("./img/bg-OverlayBoxClose.png") 0 0 no-repeat;
    z-index:1500;
}
    
.myhyundai-lbClose a {
    cursor: pointer;
    display: block;
    padding: 5px 5px;
    width: 18px;
    text-indent: -10000px;
    background: url("./img/bg-OverlayBoxTopRight.png") right top no-repeat;
}
    
.myhyundai-lbIframe {
    background: #EEEEEE;
    border: 0 none;
    height: 262px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 330px;
    z-index:9995;
}

/*
.myhyundai-loginSubmit {
    background: none repeat scroll 0 0 #EEEEEE;
    padding: 20px;
    width: 450px;
}

.myhyundai-loginPromote {
    background: none repeat scroll 0 0 #EEEEEE;
    padding: 20px 20px 0 20px;
    width: 450px;
}

.myhyundai-loginSubmit div {
    margin-bottom: 20px;
}

.myhyundai-loginPromote div {
    height: 50px;
    clear: both;
}

.myhyundai-loginSubmit span {
    margin-left: 50px;
}

.myhyundai-loginPromote span.text {
    line-height: 40px;
}

.myhyundai-loginPromote span.floatLeft {
    float: left;
}

.myhyundai-loginPromote span.floatRight {
    float: right;
}

.myhyundai-loginPromote span.clearFloat {
    clear: both;   
}
*/