/** pTpl **/ #pBoxBg             { width: 100%; height: 100%; left:0; top:0;  position: fixed; background: rgba(230,230,230,0.6); z-index: 1000; display: none;}#pBoxOut            { min-height: 80px; width: 250px; padding:15px; border:1px solid #dadada; background: #fff;                     -webkit-box-shadow:  0px 0px 10px 0px rgba(9, 9, 9, .05);                    box-shadow:  0px 0px 10px 0px rgba(9, 9, 9, .05);}#pBoxClose          { background: url(../images/close-patronline.png) center center no-repeat; width: 18px; height: 18px; position: absolute; right:0px; top:0px; opacity: .7; cursor: pointer }#pBoxClose:hover    {opacity: .9}#pBoxLoad           { position: relative;}#pBoxIn             { display: none;}#pBoxIn form        { position: relative; margin:10px; }.pBoxForm    h2     {  font-family: 'ubuntumedium',Arial; color:#298ec6; font-size:16px; margin-bottom: 15px;}.pBoxForm  label    { margin-bottom: 10px;}.pBoxForm #loading  { margin:auto; display:none; width: 40px; }.pBoxForm input[type="submit"]     { margin-top:0px; }