.shadow_mask
{
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
    filter: alpha(opacity=75, finishOpacity=0, style=2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8c111111, endColorstr=#8c111111);
    -moz-opacity: 0.75;
    /*background-image: none !important;17*/
    opacity: 0.75;
    background-color: rgb(17,17,17);
    width: 100%;
    height: 100%;
    zoom: 1;
    display: none;
}

.pull-right
{
    float: right;
}

.pull-left
{
    float: left;
}

.shadow-modal
{
   width: 450px;
    height: auto;
    border: solid 1px #B8B8B8;
    background-color: white;
    position: fixed;
    _position: absolute;
    display: none;
    z-index: 1001;
    box-shadow: 0 0 10px #B8B8B8;
}

    .shadow-modal .header-shadow-modal
    {
        width: 100%;
        height: 3.0em;
        background-color: #f7f7f7;
    }

        .shadow-modal .header-shadow-modal span
        {
            float: left;
            line-height: 1.5em;
            text-indent: 1.0em;
            font-size: 1.2em;	
			margin-top:0.5em;
			color:#109F8D;
        }

        .shadow-modal .header-shadow-modal .modal-close
        {
            float: right;
            padding-right: 0.5em;
            cursor: pointer;
            font-size: 2.0em;
			color:#B8B8B8;
        }

            .shadow-modal .header-shadow-modal .modal-close:hover
            {
                cursor: pointer;
            }

    .shadow-modal .body-shadow-modal
    {
        min-height: 3em;
		_height:3em;
        padding: 1em;
        border-bottom: solid 1px #e0e0e0;
        border-top: solid 1px #e0e0e0;
		color:#555;		
    }

    .shadow-modal .footer-shadow-modal
    {
        height: 2.8em;
        padding-top: 0.8em;
        padding-right: 0.5em;		
    }

.footer-shadow-modal button
{
    float:right;
	margin-right: 10px;
	cursor: pointer;
	display:inline-block; height:28px; line-height:24px;padding:0px 20px;background:#FFF; border:1px solid #e1e1e1; border-radius:2px;font:14px/24px 'Microsoft YaHei'; color:#000; text-align:center;outline:none;blr:expression(this.onFocus=this.blur());
}
.footer-shadow-modal button:hover ,.footer-shadow-modal button.confirm{background:#00A48F;color:#FEFEFE; border-color:#0F820C}
.footer-shadow-modal button .confirm:hover {background:#038C7A;}
.footer-shadow-modal button:active ,.footer-shadow-modal button.confirm:active {background:#038C7A;margin-top:1px;}

