.opac_search_content .opac_search_wrap {
-moz-border-radius: 0 2px 2px 0;
-webkit-border-radius:0 2px 2px 0;
border-radius: 0 2px 2px 0;
}
.opac_search_content input,
.opac_search_content button {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius:0;
}
.browseHeader ul li.print input.yellowBtn,
.browseHeader ul li.save input.yellowBtn, 
.browseHeader ul li.email input.yellowBtn,
.browseHeader ul li.cite input.yellowBtn {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius:2px;
}
#timeout_container,
#dialog_container {
opacity:.90;
}
#dialog_mask {
opacity:.20;
}
#timeout_title,
#dialog_title {
/*gradient*/
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.00, rgb(200,200,200)),
color-stop(1.00, rgb(238,238,238))
);
background-image: -moz-linear-gradient(
center bottom,
rgb(200,200,200) 0%,
rgb(238,238,238) 100%
);
}
.recordContent .actionBox ul.permalink li {
word-wrap: break-word;
}