.updateurls abbr {
    border-bottom: none;
}
.updateurls span.description:before {
    content: ' - ';
}
.updateurls #message ul {
    margin-top: 0px;
}
.updateurls pre {
    border: 1px solid #DFDFDF;
    background: white;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.updateurls pre.part1 {
    border-right: 0px;
    padding-right: 0px;
    
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
.updateurls pre.part2 {
    border-left: 0px;
    padding-left: 0px;
    
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    
    position: relative;
    left: -10px;
}
#UmanITUpdateURLs_runquery_newurl
{
    min-width: 145px;
    max-width: 350px;
    height: 29px;
    margin: 0;
    padding-left:0;
    padding-right:0;
    border-left: 0;
    border-right: 0;
    
    position: relative;
    left: -5px;
    
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
#UmanITUpdateURLs_runquery_newurl:focus {
    border-color: #DFDFDF;
}
.updateurls .updated table td.count {
    font-weight: bold;
    text-align: right;
}
.updateurls .select-all {
    display: none;
}
.updateurls input#select-all {
    margin-bottom: 7px;
}
