
*html, * html body {
    margin: 0;
    border: 0;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
    
    left: -16px;
}

*html div#content {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

table.entry-form {
    margin: 1em 0;
}


#picklist {
    top:150px;
    left:30px;
	width: 180px;
	text-align: left; 
	position: fixed;
    background-color: #fff;
    border: solid #ddd 1px;
    padding: 2px 4px;
    z-index: 1000;
}

* html #picklist {
  position:absolute;
}
#picklist p, #picklist ul {
    color: #666;
    margin: .5em 0;
    font: normal 11px "courier new", courier;
}
#picklist h6 {
    color: #666;
    font: bold 12px "courier new", courier;
}
#picklist ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: dashed #999 1px;
}
#picklist ul li {
    list-style-type: none;
    margin: 0;
    padding: 3px 0;
    line-height: 10px;
}
#picklist ul li span {
    float: right;
    margin-left: 5px;
}
#picklist p span#items-selected-total {
    float: right;
}

