﻿td.leftcol { width: 157px; padding-right: 20px; text-align: left; }
td.rightcol { width: 167px; padding-right: 10px; text-align: right; }
p { text-align: justify; }
/* * * * * * * * * * * * * * PURCHASE PANEL * * * * * * * * * * * * * */
#pnlOuter { position: relative; width: 90%; height: 18em; margin: 0 auto; padding: 2px 10px 10px 2px; }
#pnlBackground { width: 100%; height: 100%; background-color: #E89C23; }    /* Reduces flicker in IE */
/* Sides */
div.PanelSides { position: absolute; z-index: 99; background-position: 0 0; }
#pnlTop { top: 0; left: 0; height: 2px; width: 100%; background-image: url(/images/materials/top.gif); background-repeat: repeat-x; }
#pnlRight { top: 0; right: 0; height: 100%; width: 10px; background-image: url(/images/materials/right.gif); background-repeat: repeat-y; }
#pnlBottom { bottom: 0; left: 0; height: 10px; width: 100%; background-image: url(/images/materials/bottom.gif); background-repeat: repeat-x; }
#pnlLeft { top: 0; left: 0; height: 100%; width: 2px; background-image: url(/images/materials/left.gif); background-repeat: repeat-y; }
/* Corners */
#pnlOuter>img { position: absolute; z-index: 100; }
#imgTopLeftCorner { top: 0; left: 0; }
#imgTopRightCorner { top: 0; right: 0; }
#imgBottomRightCorner { bottom: 0; right: 0; }
#imgBottomLeftCorner { bottom: 0; left: 0; }
/* Content */
#pnlContent { position:absolute; top:0; left:0; z-index:101; height:87%; width:92%; padding:1em 1em 0.7em 0.7em; background:transparent; }
#pnlContent table { background-color:Transparent; height:100%; }
#pnlContent td { vertical-align:middle; padding-left:1em; color:#fff; }
#pnlContent td:first-child { padding-right:0.7em; }
#pnlContent img { width:101px; height:101px; }
/*
#pnlInner p { margin:0; }



*/