var check = (document.all == '[object]' || document.all == '[object Collection]');
if (check) {
document.write ("<style type='text/css'>");
document.write (".searchdomain {border: 1px #FF9933 solid; width: 140px; color: #CC0000}");
document.write ("</style>");
}
else {

}