﻿var checkboxHeight = "25";
var radioHeight = "25";
var selectWidth_1 = "140";
var selectWidth_2 = "89";

document.write('<style type="text/css"> select.styled1 { position: absolute; left: 92px; top: 18px; width: ' + selectWidth_1 + 'px; opacity: 0; filter: alpha(opacity=0); z-index: 7;} select.styled2 { position: absolute; left: 0; top: 18px; width: ' + selectWidth_2 + 'px; opacity: 0; filter: alpha(opacity=0); z-index: 7; } .disabled { opacity: 0.5; filter: alpha(opacity=50); }</style>');

