

#print-modal {
	background: #FFF;
	position: absolute;
	left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;
	padding: 0 68px;
	width: 794px;
	box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 10px #000;
	z-index: 100000000000000000;
}

#print-modal-content {
	margin: 68px 0;
	border: none;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

#print-modal-controls {
	width : 100px;
	height: 50px;
	float: right;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-top: 10px;
	right: -50px;
	position: relative;
	background-color: rgba(242,242,242,0.75);
}

    #print-modal-controls a {
        color: #FFF;
        display: block;
        float: left;
        height: 32px;
        text-decoration: none;
        text-indent: -999em;
        width: 50px;
    }
    
    #print-modal-controls a:hover {
        opacity: 0.75;
    }
    
    #print-modal-controls a.print {
	background-image: url(../images/printicon1.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
    }
    #print-modal-controls a.close {
        background: url(../images/close.png) no-repeat 50% 50%;
    }
