
                    
    .pop_container
    {
	    position: fixed;
	    left: 0px;
	    top: 0px;
	    width: 100%;
	    height: 100%;
	    text-align:center;
	    z-index: 1000;
	    background: transparent url(/images/pop_bg.png);

    }
    
    .pop_container_div
    {
        width: 363px; 
        margin: 0pt auto; 
        position: relative; 
        top: 300px;
    }

                    
    .pop_container_form
    {
        padding: 0px 20px 0px 20px;
    }
                    
    .pop_container_post_form
    {
        margin: 10px 0px 10px 0px;
        border-bottom: 1px solid #c1c5ae;
        padding: 0px 0px 10px 0px;
    }
                    
    #loading
    {
	    width: 508px;
	    margin: 350px auto;
	    padding: 15px;
	    text-align: center;
	    padding: 0px 0px 0px 65px;
    }
                    
    #pop_container
    {
	    position: fixed;
	    left: 0px;
	    top: 0px;
	    width: 100%;
	    height: 100%;
	    text-align:center;
	    z-index: 1000;
	    background: transparent url(/images/pop_bg.png);
    }
                    
    #pop
    {
	    width: 575px;
	    margin: 60px auto;
	    padding: 15px;
	    text-align: center;
	    padding: 0px 0px 0px 65px;
    }
            
    #pop table
    {   
        /*width: 575px;*/
        width:100%;
    }
                    
    .pop_title
    {
        font-size: 19px;
        padding: 5px;
        margin: 0px 0px 10px 0px;
    }
                    
    .pop_control
    {
        border-top: 1px dotted #c1c5ae;
        margin: 0px 0px 0px 0px;
        padding: 5px 0px 0px 10px;
        text-align: right;
        height: 33px;
    }
                    
    .pop_top_left
    {
	    background: transparent url(/images/pop-sprite.png) no-repeat scroll 0 0;
	    height: 10px;
	    overflow: hidden;
	    padding: 0 !important;
	    width: 10px !important;
	    line-height: 9px;
    }
                    
    .pop_top_border
    {
	    background: transparent url(/images/pop-sprite.png) repeat scroll 0 -40px;
	    height: 10px;
	    overflow: hidden;
	    padding: 0 !important;
	    width: 10px !important;
	    line-height: 9px;
	    width: 555px;
    }
                    
    .pop_top_right
    {
	    background: transparent url(/images/pop-sprite.png) no-repeat scroll 0 -10px;
	    height: 10px;
	    overflow: hidden;
	    padding: 0 !important;
	    width: 10px !important;
	    line-height: 9px;
    }
                    
    .pop_border_side
    {
	    background: transparent url(/images/pop-sprite.png) repeat-y scroll -10px 0;
	    overflow: hidden;
	    padding: 0 !important;
	    width: 10px !important;
	    line-height: 9px;
    }
                    
    .pop_content
    {
        background-color:white;
	    direction:ltr;
	    padding:0;;
	    width: 555px;
    }
                    
    .pop_bottom_left
    {
	    background: transparent url(/images/pop-sprite.png) no-repeat scroll 0 -20px;
	    height: 10px;
	    overflow: hidden;
	    padding: 0 !important;
	    width: 10px !important;
	    line-height: 9px;
    }
                    
    .pop_bottom_border
    {
        background:transparent url(/images/pop-sprite.png) repeat-x scroll 0 -40px;
	    height: 10px;
	    overflow: hidden;
	    padding: 0 !important;
	    width: 10px !important;
	    line-height: 9px;;
	    width: 555px;
    }
                    
    .pop_bottom_right
    {
        background:transparent url(/images/pop-sprite.png) no-repeat scroll 0 -30px;
	    height: 10px;
	    overflow: hidden;
	    padding: 0 !important;
	    width: 10px !important;
	    line-height: 9px;
    }
                    
                    
                    
    /* No Shadow */                    
    .pop_top_left_white
    {
		background: transparent url(/images/white-sprite.png) no-repeat scroll 0 0;
		height: 10px;
		overflow: hidden;
		padding: 0 !important;
		width: 10px !important;
    }
                    
    .pop_top_border_white
    {
		background: transparent url(/images/white-sprite.png) repeat scroll 0 -40px;
		height: 10px;
		overflow: hidden;
		padding: 0 !important;
    }
                    
    .pop_top_right_white
    {
		background: transparent url(/images/white-sprite.png) no-repeat scroll 0 -10px;
		height: 10px;
		overflow: hidden;
		padding: 0 !important;
		width: 10px !important;
    }
                    
    .pop_border_side_white
    {
		background: transparent url(/images/white-sprite.png) repeat scroll -10px 0;
		overflow: hidden;
		padding: 0 !important;
		width: 10px !important;
    }
                    
    .pop_content_white
    {
        background-color:white;
		direction:ltr;
		padding:0;
    }
                    
    .pop_bottom_left_white
    {
		background: transparent url(/images/white-sprite.png) no-repeat scroll 0 -20px;
		height: 10px;
		overflow: hidden;
		padding: 0 !important;
		width: 10px !important;
    }
                    
    .pop_bottom_border_white
    {
        background:transparent url(/images/white-sprite.png) repeat-x scroll 0 -40px;
		height: 10px;
		overflow: hidden;
		padding: 0 !important;
    }
                    
    .pop_bottom_right_white
    {
        background:transparent url(/images/white-sprite.png) no-repeat scroll 0 -30px;
		height: 10px !important;
		overflow: hidden;
		padding: 0 !important;
		width: 10px !important;
    }
                    
                    
                    
                    
                    
    .pop_content
    {
        background-color:white;
		direction:ltr;
		text-align: left;
    }

    .scroll
    {
        height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
    }