
#print-modal {
    background-color:#fff;
    top: 0px;
    position: fixed;
    left: 50%;
    margin: 0 0 0 -500px;
    padding: 35px 10px;
    width: 960px;
    height: 92.6%;
	font-size:14px;
    
    box-shadow: 0 0 20px #000;
        -moz-box-shadow: 0 0 20px #000;
    	-webkit-box-shadow: 0 0 10px #000;
    	z-index: 5000;
}

#print-modal-content {
    margin: 68px 0;
    border: none;
    height: 84%;
    overflow: hidden;
    width: 100%;
    
    z-index: 5000;
}

#print-modal-controls {
    border: 1px solid #ccc;
    border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
    top: 15px;
    left: 50%;
    margin: 0 0 0 -41px;
    position: fixed;
    padding: 5px 0;
    background: rgba(250, 250, 250, 0.75);
    z-index: 5000;
}

    #print-modal-controls a {
        color: #FFF;
        display: block;
        float: left;
        height: 32px;
        text-decoration: none;
        text-indent: -999em;
        width: 80px;
        z-index: 5000;
    }
    
    #print-modal-controls a:hover {
        opacity: 0.75;
        z-index: 5000;
    }
    
    #print-modal-controls a.print_go {
        background: url(../../images/cm/print/icon-print.png) no-repeat center;
        background-size: 30px;
        z-index: 5000;
    }
    #print-modal-controls a.print_close {
        background: url(../../images/cm/print/icon-close.png) no-repeat center;
        background-size: 30px;
        z-index: 5000;
    }
	
.print-preview {
    cursor: pointer;
    display: inline-block;
    margin: 0px 10px 0px 10px;
    padding: 0px 0px 0px 0px;
	
}