﻿div.AspNet-CheckBoxList ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;
	/*width: 600px;*/
}
li.AspNet-CheckBoxList-Item
{
	white-space:nowrap;    /* forces the checkbox and text to be on the same line */
	/*float:left;*/
}
li.AspNet-CheckBoxList-Disabled label
{
	color:#999;
}	

.fieldSubmit
{
	clear: both; 
	float: right;
}

.utsCheckboxes div.AspNet-CheckBoxList ul
{
    width:600px;
}

.utsCheckboxes li.AspNet-CheckBoxList-Item
{
    width:225px;
    float:left;
}

.uspCheckboxes
{
	background-color: #cccccc;
	width: 100%;
}

.uspCheckboxes div.AspNet-CheckBoxList ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	width: 425px;
	
}
.uspCheckboxes li.AspNet-CheckBoxList-Item
{
	white-space:nowrap;    /* forces the checkbox and text to be on the same line */
	float:left;
	width: 205px;
}
.uspCheckboxes li.AspNet-CheckBoxList-Disabled label
{
	color:#999;
}	



