/* overlay styles */

div#overlay {
    background-color: #000;
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

div#overlay-container {
    position: absolute;
    overflow: visible;
    display: block;
    width: 100%;
    left: 0px;
    top: 50%;
    z-index: 2000;
}

/* overlay content upper & logo*/

div#overlay-gw-top {
    background: transparent url(/img/gw-top.png) no-repeat;
    overflow: hidden;
    position: absolute;
    left: 50%;
    width: 744px;
    height: 380px;
    margin-left: -372px;
    top: -190px;
}

div#overlay-gw-top h3 {
    background: transparent url(/img/gw-logo.png) no-repeat;
    width:157px;
    height:114px;
    text-indent: -9999px;
    margin: 0 0 0 298px;
    padding: 0;
}

/* overlay lower */

div#overlay-gw-bot {
    background: transparent url(/img/gw-bot.png) no-repeat;
    width: 744px;
    padding-bottom: 266px;
    color: #535050;
    font-family: arial;
    font-size: 10px;
}

div#overlay-gw-bot a {
    font-weight: bold;
    color: #535050;
    text-decoration: none;
}

div#overlay-gw-bot .gw-col {
    float: left;
    width: 226px;
    padding-top: 26px;
    height: 184px;
}

div#overlay-gw-bot .gw-col select {
    background-color: #000;
    border: 1px solid #353232;
    font-size: 10px;
    color: #999;
    padding: 4px;
    text-transform: uppercase;
}

select#c { width: 210px; }
select#d { width: 60px; }
select#m { width: 80px; }
select#yr { width: 60px; }

/* reset */

div#overlay-gw-bot .gw-col h4, div#overlay-gw-bot p, div#overlay-gw-bot input, div#overlay-gw-bot form, div#overlay-gw-top form {
    margin:0;
    padding: 0;
}

/* column 1 */

div#overlay-gw-bot #gw-col-1 {
    background: transparent url(/img/gw-divider.png) no-repeat top right;
    padding-left: 24px;
}

div#overlay-gw-bot #gw-col-1 h4 {
    font-size: 15px;
    font-family: "FrutigerLTStd-Bold", Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0 16px 10px 0;
    text-transform: uppercase;
    line-height: 1.2em;
}

div#overlay-gw-bot #gw-col-1 p {
    color: #535050;
    margin: 0 16px 10px 0;
}

div#overlay-gw-bot #gw-col-1 a {
    color: #999;
}

/* column 2 */

div#overlay-gw-bot #gw-col-2 {
    background: transparent url(/img/gw-divider.png) no-repeat top right;
    padding-left: 16px;
}

div#overlay-gw-bot #gw-col-2 h4 {
    font-size: 13px;
    font-family: "FrutigerLTStd-Bold", Arial, Helvetica, sans-serif;
    margin-bottom: 6px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2em;
}

div#overlay-gw-bot #gw-col-2 select {
    margin: 0 2px 10px 0;
}

/* column 3 */

div#overlay-gw-bot #gw-col-3 {
    padding-top: 12px;
}

div#overlay-gw-bot #gw-col-3 input {
    border: 0;
    margin-left: 15px;
}

div#overlay-gw-bot #gw-col-3 p {
    margin: 12px 0 0 30px;
}

div#overlay-gw-bot #gw-col-3 a {
    color: #999;
}

/* footer */

div#overlay-gw-bot #gw-footer {
    clear: left;
    text-align: center;
}

div#overlay-gw-bot #gw-footer a {
    padding: 0 8px;
}

div#overlay-gw-bot #gw-footer ul {
    list-style: none;
    margin: 0;
    padding: 0 0 8px;
}

div#overlay-gw-bot #gw-footer li {
    display: inline;
}