.iePNG, IMG { filter:expression(fixPNG(this)); }
.iePNG A { position: relative; }

.lpr2table table {
	color: #000;
	background-color: #FFF;
	text-align: center;
	padding: 10px;
	margin: 0px;
	border: 0px;
}

.lpr2table table td img {
	left: 0px;
	border: 1px solid white;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	cursor:pointer;
	position: relative;
	z-index: 2;
}

.lpr2table table td img:hover {
	border: 1px solid red;
	cursor:pointer;
}

.lpr2table table td, .lpr2table table tbody {
        background-color: #FFF;
	text-align: left;
	border: 0px;
	padding: 5px;
	margin: 5px;
}

/* for IE 6 */
.lpr2-signature {
    font: 12px "Tahoma";
    position: relative;
    text-align: left;
    border: 0px;
    padding: 0px;
    margin: 0px;
    top: -16px;
    left: 3px;
    height: 14px;
    width: 195px;
    z-index: 3;
}

/* for IE 7 */
*:first-child+html .lpr2-signature {
    top: -16px;
}

/* for other */
html>body .lpr2-signature {
    top: -19px;
}

.lpr2-pdr {
    position: relative;
    text-align: left;
    border: 0px;
    padding: 0px;
    margin: 0px;
    top: -70px;
    left: 270px;
    height: 53px;
    width: 65px;
    background: #0FF;
    z-index: 1;
}

.lpr2-img {
    position: relative;
    height: 109px;
    width: 337px;
    overflow: hidden;
}

.lpr2-btn {
    background-color:#D4D0C8;
    border:1px solid #A7A7A7;
    color:#000000;
    cursor:pointer;
    font-size:12px;
    font-weight:normal;
    padding:0px 3px;
    margin: 0px 1px 0px 6px;
    vertical-align: top;
}

.lpr2-input {
    background-color:#FFFFFF;
    border:1px solid #A7A7A7;
    color:#000000;
    font-family:"tahoma",geneva,lucida;
    font-size:13px;
    font-weight:normal;
    padding:1px;
}

.lpr2-workspace {
    background-color:#ECECD1;
    border:1px solid #A7A7A7;
    color: black;
    font-family:"tahoma",geneva,lucida;
    font-size:12px;
    font-weight:normal;
    padding:1px 5px 5px 10px;
    margin: 20px 6px 1px 6px;
}

.lpr2-workspace p {
    margin: 8px 6px 8px 6px;
}
/*new!!*/
.lpr2-workspace input.error {
    border:1px solid #C52020;
}
    
input[disabled] { background-color: #EFEFEF; }
    
