input.text { margin-bottom:12px; width:95%; padding: .4em; }
fieldset { padding:0; border:0;}
h1 { font-size: 1.2em; margin: .6em 0; }
div#users-contain { width: 350px; margin: 20px 0; }
div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
.ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; }

.pl-session-div {font-size: 70%; text-align:right;}
.pl-small-div {font-size: 70%;}
.pl-smaller-div {font-size: 60%;}
.pl-text-bold {font-weight: bold;}
.pl-text-warning {color: brown; font-size: 70%;}
.pl-td-padding {padding-top: 10px;}

a.pl-external {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALlJREFUeNpsUD0SRkAMfflmC6fSKpcKFcdAYVTOoeMInMAZ3MRoQjLs+PneTHYzb5L3khAz444kSZiI8OaVuKIsS67rmt+Q5t+9qW1bWpYFVVV9xEwURXzZiKXnefB9/1EoPMIwfFiM46i5/EVRON5cammaIssyBEGAowhd16lS0zRq7WbM8xzzPGOaJi1a1xV939O2bRiGgWCtddZiF8ex5ifvLmJ00BNiK/EPRp5jIbfd59AndgEGAL11mC8vtOh1AAAAAElFTkSuQmCC") no-repeat scroll right center transparent;
    padding-right: 13px;
}

/*thumb*/
div.pl-thumb {width: 244px; padding: 1px; margin: 1px;}
.pl-thumb ul {padding: 0; margin: 0; position: relative; font-size: 13px; text-align:left;}
.pl-thumb img {width: 244px; height: 183px; border: 1px solid #000000; margin: 0 0 1px 1px;}
li.pl-duration {
    position: absolute;
    z-index:10;
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    top: 162px;
    right: 0;
    color:#fff;
    background:#222;
    padding:3px;
    text-align:center;
    border:1px solid #000;
    font-weight:bold;
    font-size: 10px;
    display: inline;
}
/*thumb*/

.pl-leftbutton {
    background: url(http://www.openjavascript.com/playlist/images/button-l.png) no-repeat;
    background-attachment: initial; 
    background-origin: initial; 
    background-clip: initial; 
    background-color: initial;
    width: 38px; 
    height: 100px; 
    display: none;
    text-indent: -99999px; 
    outline-style: none; 
    outline-width: initial; 
    outline-color: initial;
    position: absolute; 
    top: 10%;
    right: -40px;
    background-repeat: no-repeat no-repeat;
}
.pl-leftbutton:hover {
    background-image: url(http://www.openjavascript.com/playlist/images/button-lh.png);
}
.lastupdates-preview:hover {
    background-image: url(http://www.openjavascript.com/images/button-updates2.png);
}