.imgbox
{
    zoom: 1;
    behavior: expression(!this.isInserted==true ? this.isInserted=(this.innerHTML = ''
    + '<table style="background-color: #fff; width: 1%; margin: 0px -10px 0px -10px; padding: 0px;" border="0" cellpadding="0" cellspacing="0">'
    + '<tr><td style="background: #fff url(/img/b/img_tr.png) no-repeat 100% 0px; width: 1%; height: 8px;">'
    + '<img src="/img/b/img_tl.png" alt="" /></td></tr><tr><td style="padding: 0 8px 0 8px !important;">'
    + this.innerHTML
    + '<tr><td style="background: #fff url(/img/b/img_br.png) no-repeat 100% 0px; width: 1%; height: 8px;">'
    + '<img src="/img/b/img_bl.png" alt="" /></td></tr></table>') : '');
}

.whitelist .field label.req
{
    zoom: 1;
    behavior: expression(!this.isInserted==true ? this.isInserted=(this.innerHTML = this.innerHTML + '<span style="margin-left: 5px;color: red;">*</span>') : '');
}

.field2 label.req
{
    zoom: 1;
    behavior: expression(!this.isInserted==true ? this.isInserted=(this.innerHTML = this.innerHTML + '<span style="margin-left: 5px;color: red;">*</span>') : '');
}

.sendform .incut
{
	zoom: 1;
    behavior: expression(!this.isInserted==true ? this.isInserted=(this.innerHTML = '<span style="background: url(/img/b/border_tr.png) no-repeat 100% 0;height: 27px;display: block;margin: -22px -21px 13px -21px;"><img src="/img/b/border_tl.png" alt="" /></span><div style="margin-right: 10px;">&nbsp;' + this.innerHTML + '</div><span style="background: url(/img/b/border_br.png) no-repeat 100% 0;height: 15px;display: block;margin:14px -21px -21px -21px; padding: 0;"><img src="/img/b/border_bl.png" alt="" /></span>') : '');
}

.feedback .incut
{
	zoom: 1;
    behavior: expression(!this.isInserted==true ? this.isInserted=(this.innerHTML = '<span style="background: url(/img/b/b_tr.png) no-repeat 100% 0;height:15px;display: block;margin: -32px -21px 0px -23px;"><img src="/img/b/b_tl.png" alt="" /></span><div style="margin-right: 10px;">' + this.innerHTML + '</div><span style="background: url(/img/b/b_br.png) no-repeat 100% -11px;height: 25px;display: block;margin: -15px -21px -27px -23px;padding: 0;"><img src="/img/b/b_bl.png" alt="" /></span>') : '');
}