.toReveal { cursor: pointer; }

#boxASP {
	position: absolute;
	width: 100%; height: 100%;
	background-color: #333;
	white-space: nowrap;
    text-align: center;
	z-index: 888;
}

#boxASP:before {
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        content: '';
    }

#boxDiv {
	display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
	position: relative;
	z-index: 777;
}
#boxDiv  P {
	color: #333;
}
#boxDiv IMG {
	display: block;
	border: none;
}
#boxShowOreder {
	border: 4px solid orange;
	border-radius: 7px;
	background-color: #FFF;
	padding: 7px 14px;
	max-width: 90%;
	min-width: 820px;
	margin: 0 auto;
	position: relative;
}
#boxShowOreder H2 {
	border-bottom: 2px solid orange;
	text-align: center;
	color: #777;
	padding: 14px 0;
	margin: 0;
}
#pressPrint {
	background: transparent url("/images/print.png") no-repeat scroll center center;
	display: block;
	width: 27px;
	height: 27px;
	cursor: pointer;
	position: absolute;
	right: 70px;
	top: 20px;
}

#pressEmail {
    background: transparent url("/images/email.png") no-repeat scroll center center;
    display: block;
    width: 27px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    right: 115px;
    top: 20px;
}

#pressClose {
	background: transparent url("/images/delete.png") no-repeat scroll center center;
	display: block;
	width: 27px;
	height: 27px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}
#boxShowOreder UL {
	border: 0px dotted #333;
	margin: 7px; padding: 7px;
	list-style: outside none none;
}
#boxShowOreder UL LI {
	border-bottom: 2px dotted #444;
	margin: 7px; padding: 7px 59px 7px 7px; 
	position: relative;
}
/*
.boxShowDelete { 
	display: block;
	width: 20px; height: 20px;
	position: absolute; 
	top: 0; right: 0;
	border: 1px solid #333;
	border-radius: 4px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.boxShowEdit { 
	display: block;
	width: 20px; height: 20px;
	position: absolute; 
	top: 0; right: 30px;
	border: 1px solid #333;
	border-radius: 4px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
*/
.boxShowEditNumber {
	display: block;
	width: 20px; height: 20px;
	position: absolute; 
	top: 7px; left: 9px;
	border: 1px solid orange;
	border-radius: 4px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	left: -25px;
	background-color: #FFF;
}
.boxShowEditNumber:HOVER { border: 1px solid #444; }
/* Подпись */
.signatureLite{
	border: 0px dotted #333;
	overflow: hidden;
	margin: 21px 0;
}
.signatureBox {
	border: 0px dotted #333;
	float: right;
	min-width: 200px;
	margin: 7px;
	overflow: hidden;
	text-align: center;
	margin-right: 40px;
}
.signatureBox B {
	display: block;
	border-bottom: 1px solid #333;
	height: 20px;
	font-weight: unset;
}
.signatureBoxLeft {
	float: left;
	min-width: 250px;
}
.signatureBoxCenter {
	float: left;
	width: 40px;
	border: 0px dotted #333;
	text-align: center;
	font-size: 40px;
	line-height: 1;
	font-weight: unset;
}
.signatureBoxRight {
	float: left;
	min-width: 250px;
}
/* OF THE END */
#boxShowOreder UL LI I { font-style: normal; }
#boxShowOreder I { font-style: normal; }