var ie = document.all ? 1 : 0
var ns = document.layers ? 1 : 0


if(ie){
document.write('<style type="text/css">')

document.write('.textfield {font-size:10pt; font-family:verdana; color:#808080; font-weight:bold;}\n')
document.write('.hexfield {font-size:10pt; font-family:verdana; color:#808080; font-weight:bold;}\n')
document.write('.buttons {border-style: solid; background-color: #808080; border-color: #000000; border-width: 1; color: #FFFFFF; font-size: 10pt; font-family: verdana; font-weight: bold;}\n')

document.write('</style>')
}

