#pedweb { background: #fff7cc; border: 2px solid #079; float: right; margin: 0 0 5px 10px; padding: 5px; position: relative; width: 240px; }
#pedweb h1 { text-align: center; }
#pedweb p { text-align: center; }
#pedweb form { padding-bottom: 3px; }
#pedweb select { font-size: 13px; width: 200px; }
#pedweb .pwsubmit { background: #de7; border-color: #079; font-size: 10px; margin-left: 5px; width: 35px; }
#pedweblogo { padding-top: 10px; text-align: right; } 

/* Round Corners */
.bcul, .bcur, .bcll, .bclr { height: 8px; overflow: hidden; position: absolute; width: 8px; z-index: 10; }
.bcul { background: url(../images/bcul.png) no-repeat; left: -2px; top: -2px; }
.bcur { background: url(../images/bcur.png) no-repeat; right: -2px; top: -2px; }
.bcll { background: url(../images/bcll2.png) no-repeat; bottom: -2px; left: -2px; }
.bclr { background: url(../images/bclr.png) no-repeat; bottom: -2px; right: -2px; }
* html .bcul { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bcul.png',sizingMethod='image'); }
* html .bcur { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bcur.png',sizingMethod='image'); }
* html .bcll { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bcll2.png',sizingMethod='image'); }
* html .bclr { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bclr.png',sizingMethod='image'); }

