﻿ #startBox_overlay{
        background-color:#666666;
        display:block;
        opacity:0.3;
        filter: alpha(opacity=30);
        height:100%;
        
        position:fixed;
        left:0;
        top:0;
        width:100%;
        z-index:30;
        _display:none;
    }
    #startBox_outer{
        display:block;
        height:463px;
        width:820px;
        background:transparent none repeat scroll 0 0;
        margin:0;
        
        position:absolute;
        z-index:90;
        
        left:352px;
        top:100px;
    }
    #startBox_inner{
        background:#FFFFFF none repeat scroll 0 0;
        height:100%;
        position:relative;
        width:100%;
    }
    #startBox_close{
        cursor:pointer;
        display:block;
        height:30px;
        position:absolute;
        right:-15px;
        top:-12px;
        width:30px;
        z-index:181;
        background:transparent url(/templates/startBox/closebox.png) no-repeat scroll left top;
    }
    #startBox_content{
        bottom:10px;
        display:block;
        height:auto;
        left:10px;
        right:10px;
        top:10px;
        width:auto;
        margin:0;
        position:absolute;
        z-index:100;
    }
    