<div id="divStuff" runat="server" Visible="False"
style="float: left; position: relative; padding-top: 5px; padding-left: 25px; height: 340px; width: 500px; margin-right: 2px" >
<fieldset style="height: 350px">
<legend><b>Names</b></legend>
<div style="padding-top: 25px; padding-left: 15px">
<div style="float: left;padding-left: 40px">
<div>
<asp:Label runat="server" Text="Available" Font-Bold="True"></asp:Label>
</div>
<telerik:RadListBox id="lstAvailableNames"
AllowTransfer="true" TransferToID="lstSelectedNames" AllowReorder="True" ButtonSettings-AreaWidth="35px"
TransferMode="Move" SelectionMode="Multiple" Sort="Ascending"
runat="server" Height="260px" Width="185px" AutoPostBackOnTransfer="True"
OnTransferred="OnListBoxTransferred">
</telerik:RadListBox>
</div>
<div style="float: left">
<div>
<asp:Label runat="server" Text="Selected" Font-Bold="True"></asp:Label>
</div>
<telerik:RadListBox id="lstSelectedNames" SelectionMode="Multiple"
ButtonSettings-AreaWidth="35px" Sort="Ascending"
runat="server" Height="260px" Width="155px" >
</telerik:RadListBox>
</div>
</div>
</fieldset>
</div>
style="float: left; position: relative; padding-top: 5px; padding-left: 25px; height: 340px; width: 500px; margin-right: 2px" >
<fieldset style="height: 350px">
<legend><b>Names</b></legend>
<div style="padding-top: 25px; padding-left: 15px">
<div style="float: left;padding-left: 40px">
<div>
<asp:Label runat="server" Text="Available" Font-Bold="True"></asp:Label>
</div>
<telerik:RadListBox id="lstAvailableNames"
AllowTransfer="true" TransferToID="lstSelectedNames" AllowReorder="True" ButtonSettings-AreaWidth="35px"
TransferMode="Move" SelectionMode="Multiple" Sort="Ascending"
runat="server" Height="260px" Width="185px" AutoPostBackOnTransfer="True"
OnTransferred="OnListBoxTransferred">
</telerik:RadListBox>
</div>
<div style="float: left">
<div>
<asp:Label runat="server" Text="Selected" Font-Bold="True"></asp:Label>
</div>
<telerik:RadListBox id="lstSelectedNames" SelectionMode="Multiple"
ButtonSettings-AreaWidth="35px" Sort="Ascending"
runat="server" Height="260px" Width="155px" >
</telerik:RadListBox>
</div>
</div>
</fieldset>
</div>