/* box begin */
#box_bg
    {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: 99999;
        -moz-opacity: 0.5;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    #box_main
    {
        width: auto;
        height: auto;
        overflow: hidden;
        border: 1px solid #333333;
        position: absolute;
        left: 25%;
        top: 15%;
        overflow: hidden;
        background-color: #ffffff;
        z-index:100000;
        overflow: auto;
    }
    #box_main .box_title
    {
        display: block;
        clear:both;
        width: 100%;
        height: 26px;
        overflow: hidden;
        line-height: 26px;
        background-color: #333333;
        padding: 0;
        margin: 0;
    }
    
    #box_main .box_title .box_caption
    {
        display: block;
        float: left;
        width: auto;
        height: 100%;
        color: #ffffff;
        text-indent: 5px;
        font-size: 12px;
        font-weight: bold;
        vertical-align: middle;
    }
    #box_main .box_title .box_ctrl
    {
        display: block;
        float: right;
        height: 100%;
        text-align: right;
        vertical-align: middle;
        font-family: Arial;
        font-weight: 400;
        font-size: 12px;
        cursor: pointer;
        margin: 0 5px 0 0;
    }
    #box_main .box_body
    {
        display: block;
        clear: both;
        width: 100%;
        height: auto;
        background-color: #fff;
        overflow: hidden;
		padding: 0;
		margin: 0;
    }
    #box_main .box_body .box_textline
    {
		font-size: 12px;
		padding: 4px;
		margin: 20px;
    }
    #box_main .box_body .box_btnline
    {
		text-align: center;
		padding: 4px;
		margin: 4px 4px 10px 4px;
    }
    #box_main .box_body a.dialogbtn:link, #box_main .box_body a.dialogbtn:visited, #box_main .box_body a.dialogbtn:active
    {
		font-size: 12px;
		padding: 4px 10px;
		text-align: center;
		text-decoration: none;
		border: 1px solid #999999;
		background: #eaeaea;
		margin-right: 10px;
		color: #333333;
    }
    #box_main .box_body a.dialogbtn:hover
    {
		font-size: 12px;
		padding: 4px 10px;
		text-align: center;
		background: #0068b7;
		color: #ffffff;
		text-decoration: none;
    }
	
.v_boxx {display: block; width: 16px; height: 16px; background: url(../Images/btn_cross.gif) 0px 0px no-repeat; margin-top: 5px;}
.v_boxx:hover {background: url(../Images/btn_cross.gif) 0px -16px no-repeat;}

/* box end */